[Imca-developer] Web Application Data Administration Module
Status: Planning
Brought to you by:
dougculnane
|
From: Doug C. <do...@cu...> - 2007-08-22 10:10:47
|
Scott, OK we have pages (tiles) for the use cases, but I do not want to have to make and maintain a separate page for the admin of each enitity type. I have a JPA entity model that describes the data structure and so I want to have a servlet or JSF component that will generate pages for editing data in the database. This should be dynamic so that changes to the JPA entities abd relationships are then seen in the web application. I have heard that we can either use AndroMDA (http://www.andromda.org/docs-3.3-m2/index.html) to generate pages from UML but this raise the technology level a lot, and means that others will not be able to hack on the project so easily (maybe including me). I have also heard that IDEs can generate JSF pages for your entities but can not find this in the latest Eclipse. Do you now of anything that will help with this? Thanks, Doug |