Re: [appengine-java] Re: Building Scalable Complex App

2010-02-01 Thread Duong BaTien
Please see the answer i sent out yesterday for a proper solution. Duong BaTien DBGROUPS and BudhNet On Sat, 2010-01-30 at 01:14 -0800, digitalsam007 wrote: > I failed to make this code work. It seems that the MessageIndex object > is not getting persisted when i call tx.commit(). > > Any help in

[appengine-java] Re: Building Scalable Complex App

2010-01-31 Thread digitalsam007
I failed to make this code work. It seems that the MessageIndex object is not getting persisted when i call tx.commit(). Any help in this regard will be appreciated. Thanks On Jan 17, 12:26 am, Duong BaTien wrote: > Hi: > > Following is my sketch for the Message and MessageIndex. Please advise