Monday, March 28, 2011

Lift - Seven Things

Lift is the most powerful, most secure web framework available today.  Yeah, it's a bold claim, but this site is going to show you 7 things that are hard or impossible in other web frameworks.  These seven things are crucial to building and maintaining interactive, secure web sites.  Each of the seven things has the source code right on the page.  This will let you see why Lift is different and better.
  1. Lazy Loading
  2. Parallel page rendering
  3. Comet and Ajax
  4. Wiring -- declare interdepencies between page elements
  5. Designer friendly templates
  6. Wizard -- multipage input screens with full back-button support
  7. Security
Lift gives you the above Seven Things, plus your code is concise and maintainable, Lift's performance and scalability, and all the benefits of deploying your application on battle-tested J/EE infrastructure.

For more information have a look here

No comments:

Post a Comment