My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

IWebMvc is a web platform aimed at developers offering help to start a new project based on Spring / Hibernate / dojo and DWR with a lot of out-of-the-box functionality.

IWebMvc is an AJAX CRUD framework so all your Create/Read/Update/Delete operations are automatically handled using XHR by the framework (say login, for example). A simple JPA object is enough to get an application running (kick starting a project cannot be any easier). Of course, IWebMvc goes beyond that and provides custom widgets for many operations. For example, a typical edit dialog (user interaction happens always in the same screen!) would resemble this:

Did you notice the i18n data, the AJAX file upload or the dojo form widgets above? Let's see how another custom widget (this one provided to manage addresses) would look like:

Of course, everything is fully themeable:

And provides advanced functionality like filtering (notice the tri-state checkboxes, the optional ranged filters or the entity lookup):

Or paging, ordering, exporting (to PDF/Excel), column reordering, column hiding, inner CRUDs...you name it

Powered by Google Project Hosting