A problem occurs when there is constraint with date/time type fields. If there is a field called "startDate" and the setter checks if it is later than today. It will be fine for user input but when I want to display an old record, data loading will fail. A work around is that to store a timestamp field, let me call it "initDate", then the setter can always check if the "startDate" is later than the "initDate".
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073730#4073730
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073730
not sure if seam-gen is the right place to this complexity.
There are three parts here:
1) Get the right dependencies
2) Get the configuration adjusted
3) Generate source code for "quickstarting"
#1 Maven/Ivy is known to handle well
#2 if the tool doesn't do it in delta's it will require pretty complex templates to accomodate for the combinatorial combinations.
#3 is trivial when you have 1 and 2.
...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073725#4073725
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073725