IWebMvc Preview

Jose Noheda has released a preview of a library that glues together DWR, Dojo, Spring and Hibernate/JPA. It's a 0.1 release and he's looking for feedback.

Despite the name, it's not really another Web MVC framework, but more along the lines of AppFuse or Grails, as a way to kick-start a project and provide some sensible defaults without needing to learn everything from scratch.

The source and release notes say it needs 1.6, so Mac heads will need to get the Apple Java6 preview.

Jose's aims:

In my mind what I really needed was a platform that:

  • Is based on Java
    Although supporting Grooy / JRuby is a plus
  • Helps me to kick start a project
    But simplifying the process by giving me the best (and this can be tricky) set of frameworks for each task
  • Integrates both server and client sides
    And it's lightweight, robust and extensible. Read enterprise quality.
  • Supports all the common tasks a web app has to handle
    I include here: User Management, CRUD operations, i18n support (both framework & data), AJAX and astounding visuals

Jose has done some brilliant work on DWR. He created a large chunk of our binary file support, and is currently the Spring integration maintainer, so it might be worth a download to see if it can help you.

Tags :


Re: IWebMvc Preview

Hello i am using the DWR Store and i have this problem Here is my html code <div dojoType="iwebmvc.data.EntityStore" jsId="dwrStore" jsFunction="getDWRStoreData" max="20"></div> <div dojoType="dojox.grid.data.DojoData" id="model" jsId="model" rowsPerPage="20" store="dwrStore" query="{id: '*'}"></div> <div dojoType="dojox.Grid" id="grid" model="model" structure="layout" autowidth="true"></div> and the javascript function getDWRStoreData is: function getDWRStoreData(request) { console.debug(request); adminDWR.getSurveys(request.serverQuery.callback); } I add some debugs logs to the DWR store, and the function works well, its returns 6 objects from the dwr service. But the table (grid) only print one. Please can anyone can help me, is there a bug in the Store? should i extend another method in the store and check the model?

Re: IWebMvc Preview

can anybody tell me can I use combo widget inside VirtualGrid cell, and how? thanks in advance.

Add a comment Send a TrackBack