Metawidget takes your domain objects and automatically creates, at runtime, native User Interface components for them - saving you handcoding your UIs. Supports Swing, Java Server Faces (JSF), Spring (Spring Web MVC), Struts, Android, Hibernate...
At first, thanks to Sergey Rotar for this task. And Natalia Nepochataya too! :) This project is the best project you've ever seen! It's unique! It's will be a forum (without autorise) with tree-like
... [More] messages structure and files attachment. All files will be in the database (not in the filesystem). And only two days and to nights for developing it! So let's get start it!!! [Less]
The goal behind ContentFramework is to make it really easy add & update content for websites created using Java & Spring.
You initialize some beans in the Spring Configuration, load the tag lib
... [More] declaration, and start dropping tags in your JSP files. When a tag is encountered, the content referenced by the tag is pulled from a datasource (MySQL, flatfiles, whatever) and dropped into the webpage. To edit the content, just log in as an administrator (often using a special admin login form which sets a session attribute) and click the 'edit' button next to the content you want to modify. Provided everything is configured correctly in Spring, a fancy edit window (using FCKEditor or a plain textarea box) opens which allows you to modify the site.
The project was created to make it easy for someone other than the developer to update site content for i18n sites without having to modify property files / message bundles. [Less]
Grails web backend and frontend for the "Checkbook" web application. Contains the beans, controllers, and servlets collectively known as the "model", "view" and "controller" or domain and presentation layers of the checkbook application.