That sounds like an interesting idea...the fact that you tag the entity as an <<Entity>> and <<ValueObject>>. If you were gonnna appened "VO" or put it in a "vo" package however, then I think it would probably be worth while to add a seperate value object template/outlet in the ejb cartridge (since it would be more specific to EJBs). But then again what about exposing your primary key do you want to be doing that (since its an exact replica of the entity), or maybe how about other attributes/associations you may want to hide from the client?
Chad ----- Original Message ----- From: "Kunal Parikh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 27, 2004 9:02 PM Subject: [Andromda-devel] ismorphic value objects > Hi All! > > I am in favour of isomorphic VOs. > > I would like to stereotype a class as <<Entity>> and <<ValueObject>> > > When I do this, currently, the EJB cartridge generates an interface with > the same heirarchy and name as the JAVA cartridge. > > I am of the opinion that we either append "VO" to the classname, or put it > in a VO package. > > What do others think of this ? > > > Kunal > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Andromda-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
