Re: [JBoss-user] RE: How to implement version control using Value Object Pattern in CMP 2.0

2003-12-13 Thread Alexey Loubyansky
Boulatian, Misak wrote: Hi, We have a big problem using EJB 2.0 with jboss. We use Updatable Value Object Pattern (currently, Transfer Object Pattern). This means we have individual get and set methods in entity bean's remote interface and also have setData methods to make changes in entity

[JBoss-user] RE: How to implement version control using Value Object Pattern in CMP 2.0

2003-12-12 Thread Boulatian, Misak
Hi, We have a big problem using EJB 2.0 with jboss. We use Updatable Value Object Pattern (currently, Transfer Object Pattern). This means we have individual get and set methods in entity bean's remote interface and also have setData methods to make changes in entity bean's attributes in