[RomaFramework-dev] End of summer in... ROMA: so much improvements?
Brought to you by:
lvca
|
From: Luca G. <l.g...@pr...> - 2006-08-24 09:13:09
|
Hi to all, There are many news in the Roma development. Waiting the next release you can update your SVN repository. Below the main news: - Full working USERS module to profile users and let to ROMA to hide/show properties and actions the user can see - CRUD modul now is integrated in the core - CRUD now are much more light since there is just one class <Entity>Instance.java that handle the Creat/Read/Update concerns of CRUD. Old system is mantained, but deprecated. You can continue to use for much time but I encourage to use new CRUD mode for new CRUDs... Just use the generateCrud and...that's all. - Error management: new layout and finally if you set the attribute applicationDevelopment=3Dtrue (by Spring on object 'RomaApplicationContext'), any errors will be sent to the user with full stack trace. - New html rendering mode. Just define a field with render=3D"html" and y= ou can write anything in HTML language - Table and List components now are able to use CRUD instance if any - Table now is able to render a List<Object[]> to create table on the fly without write a POJO. Enjoy!!! bye, Luca Garulli Blogging on: http://zion-city.blogspot.com http://www.RomaFramework.org - The new way to build Java applications http://www.Pro-Netics.com (member of Orixo.com - The XML business allianc= e) http://www.OrienTechnologies.com - Light ODBMS, All in one JDO solution |