Re: [Hibernate] clustering single class or component

2003-09-17 Thread dosapati
- Original Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: "dosapati" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 9:13 PM Subject: Re: [Hibernate] clustering single class or component > On 17 Sep (21:

Re: [Hibernate] clustering single class or component

2003-09-17 Thread Christian Bauer
On 17 Sep (21:11), dosapati wrote: > My application has 10 components. I want to create cluster of the instances > for scalability. > But I want to cluster one component(single class or related classes) not the > whole application. > Can I do it with Hibernate? Is transaction taken care by Hiberna

[Hibernate] clustering single class or component

2003-09-17 Thread dosapati
hi,My application has 10 components. I want to create cluster of the instancesfor scalability.But I want to cluster one component(single class or related classes) not thewhole application.Can I do it with Hibernate? Is transaction taken care by Hibernate whenclustered?thanks in advancedosapa