One of the first things I'd like to do is to write templates to support business methods on a Spring Entity, much like you can with a Hibernate Entity.
There are some cases where I don't want to put a method is a separate Service object, but declare it in the Entity itself. It would be much like the abstract class for an Hibernate Entity, except it would implement the interface that is generated by the Spring cartridge (with operations). Of course, the concrete Impl Spring generates would inherit from that abstract class, like in the Hibernate cartridge. As soon as 3.0M3 freezes, I will probably do it shortly after. Is anybody else interested in similar functionality in the Spring cartridge, or am I just not with the "program". ;-) cheers, roy ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
