Jodd comes bundled with lightweight components: bean manipulation tool, Petite as a container, Db for easier database access, JDateTime for elegant time handling, Madvoc for web works, Proxetta for building proxies.
Special attention is put into making code simple and fast as possible, and yet, feature rich, by following specific implementation principles.
Requirements:
· Java 5 runtime environment
What's New in This Release: [ read full changelog ]
· NEW: DbOom introduces 'entity aware' mode, with even better entity handling
· CHANGED: DbOom removed all *One methods from DbOomQuery! They are obsolete and can be simply replaced with regular methods.
· FIXED: Fixed issue with parseCCEnd method in Lagarto.
· FIXED: Fixed provided dependency for servlet api in generated POM files.
· FIXED: Fixed encoding problem with TextResult in Madvoc.
· FIXED: Fixed encoding problem with TextResult in Madvoc.
· CHANGED: Lagarto lexer performances boosted!