RE: Annotations and Struts

2004-12-15 Thread Jim Barrows
> -Original Message- > From: bryan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 1:02 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: Re: Annotations and Struts > > > yet 99.% of the time all that people want t

Re: Annotations and Struts

2004-12-15 Thread bryan
yet 99.% of the time all that people want to do are CRUD actions .. --b On Wed, 15 Dec 2004 14:20:23 +0800, Andrew Hill <[EMAIL PROTECTED]> wrote: > Im not so sure that would work too well as the actionforms are > representations of the view state, and whats in a form on the view > d

Re: Annotations and Struts

2004-12-14 Thread Andrew Hill
Im not so sure that would work too well as the actionforms are representations of the view state, and whats in a form on the view doesnt necessarily correspond directly to the objects that are modelled at the business tier, and often contains other stuff that is view specific, or exists to work

Annotations and Struts

2004-12-14 Thread Mike Duffy
The Austin JUG meeting tonight featured the J2SE 5.0 presentation from Sum. I am currently using the new annotations feature on a test project using EJB 3.0 and JBoss. It is very cool; just annotate your entity beans and the server does all the database mappings. As I was listening to tonight'