JSON data format is simple and still powerful.
Nowadays you can encounter more and more web applications communicating
using JSON format then a couple of years ago. It is simple for a developer
to read the format, it is effective for a web browser to parse...
4 replies - 3363 views - 09/09/11 by Ladislav Gažo in Articles
Migrate4j is a migration tool for java, similar to Ruby's db:migrate task. Unlike other Java based migration tools, database schema changes are defined in Java, not SQL. This means your migrations can be applied to different database engines without worrying...
6 replies - 15418 views - 04/28/08 by Todd Runstein in Announcements