Ryan: One thing I started considering today after your comments was to place annotations, similar to beanprops, on the component level (e.g., Page). Currently beanprops are associated with the Page anyway, so this would be natural and provide type-safeness without bluring the view/model line.
I think that Hibernate annotations suchs as required and max length are actually useful for both the model and the view. But possible annotations such as "label', "fieldType", and presentation order are definitely view-related. Jonathan and others have suggested a Java API and one of the consultants I have worked with actually started on this. But it needs to be finished. -Dan On 9/16/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > I'm really impressed with your work, and just want to impart what's > worked > > *really* well for me. Good luck with whatever direction you take. > > One thing Dan could consider is to abstract enough so that both > strategies could be supported. Doesn't mean he should ship annotations > support, but it might help if things are set up in such a way that > this can be build in. > > Eelco > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >