LazyJ 1.0.3 (Default branch) |
|
|
Saturday November 24, 2007. 12:10 PM FreshMeat
LazyJ is a rapid development framework for
Java-based Web applications. It provides tools to
(partially) replace and complement the standard
servlet API, a fast templating engine, database
connection pool, database-backed sessions, content
and data caching, and time-bounded execution. Its
sole purpose in life is to make the programmer happy.
License: GNU Lesser General Public License (LGPL)
Changes:
A new notifications framework was added with email and Y!M already implemented. A new type of cache that expires the entries after a preset interval was added. All the classes in lazyj.cache were made generics. PostgreSQL array encoding and decoding was implemented in DBFunctions. Some minor bugs were fixed and there was a bit of refactoring and more documentation for the classes.
|