Re: [Imca-developer] Web Application Data Administration Module
Status: Planning
Brought to you by:
dougculnane
|
From: Doug C. <do...@cu...> - 2007-08-22 13:13:47
|
I give up. Did not find anything that actually makes life easier. So I will do it with use cases and custom built tiles. This is a bit tedious but so is trailing the web and evaluation frameworks etc... Maybe we should have a look at creating custom components. This will be a lot of work but we can maybe have a feature rich component for: boat, person and event. They can have lots of IMCA login built in. Therefore this maybe a good solution to think about long term. If you have any better ideas let me know. All the best, Doug > Sounds sort of like the prototyping that's available in JBoss Seam. > I'm not sure how that fits into the rest of the stack you've got > though. > > On 8/22/07, Doug Culnane <do...@cu...> wrote: >> 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 >> >> > |