Ausführliche Beschreibung | Perl based web framekwork.
Jifty offers the following features:
.
DRY (Don't Repeat Yourself)
Jifty tries not to make you say things more than once.
.
Full-stack
Out of the proverbial box, Jifty comes with one way to do everything
you should need to do: One database mapper, one templating system,
one web services layer, one AJAX toolkit, one set of handlers for
standalone or FastCGI servers. Jifty developers work hard to make all
the bits play well together, so you don't have to.
.
Continuations
With Jifty, it's easy to let the user go off and do something else,
like fill out a wizard, look something up in the help system or go
twiddle their preferences and come right back to where they were.
.
Form-based dispatch
This is one of the things that Jifty does that we've not seen
anywhere else. Jifty owns your form rendering and processing. This
means you never need to write form handling logic. All you say is "I
want an input for this argument here" and Jifty takes care of the
rest. (Even autocomplete and validation)
.
This metapackage provides examples to help you writing application on your
desktop. You can use libjifty-perl package alone for running your jifty
application on servers.
|