Re: EOF Multi-tenancy

2012-10-19 Thread Larry Mills-Gahl
I think what we're doing is similar to what you're looking for. We have a couple of different models in our group with most of them representing objects that are common to all clients (system setup, authorization, logging, external sources etc...) and one model points to a database selected base

Re: EOF Multi-tenancy

2012-10-19 Thread John Huss
TopLink is just another JPA implementation which is not much different than Hibernate. You're not missing anything. On Fri, Oct 19, 2012 at 11:45 AM, Chuck Hill wrote: > > On 2012-10-19, at 7:21 AM, Dov Rosenberg wrote: > > > Thanks everyone. With the emphasis on moving everything to the cloud >

Re: EOF Multi-tenancy

2012-10-19 Thread Chuck Hill
On 2012-10-19, at 7:21 AM, Dov Rosenberg wrote: > Thanks everyone. With the emphasis on moving everything to the cloud this > type of capability is very desirable. Hibernate supports it. Jpa is making > progress toward it. > > I wish we could move to cayenne but I think we are going to get pu

Re: EOF Multi-tenancy

2012-10-19 Thread Andrus Adamchik
Certainly a possibility. Ping me when you know the time and place (and I'll try to watch the list fir updates). On Oct 19, 2012, at 5:18 PM, Pascal Robert wrote: > Come do a presentation about Cayenne at WOWODC :-) > >> Or use Cayenne 3.1 ;) >> >> On Oct 19, 2012, at 4:16 PM, Pascal Robert w

Re: EOF Multi-tenancy

2012-10-19 Thread Dov Rosenberg
Thanks everyone. With the emphasis on moving everything to the cloud this type of capability is very desirable. Hibernate supports it. Jpa is making progress toward it. I wish we could move to cayenne but I think we are going to get pushed to top link eventually. Dov Sent from my iPhone On

Re: EOF Multi-tenancy

2012-10-19 Thread Pascal Robert
Come do a presentation about Cayenne at WOWODC :-) > Or use Cayenne 3.1 ;) > > On Oct 19, 2012, at 4:16 PM, Pascal Robert wrote: > >> Check: >> >> https://github.com/hprange/multi-tenant-prototype >> >> I think Michael Gargano is using it with good success. Check the "model >> connections to

Re: EOF Multi-tenancy

2012-10-19 Thread Maik Musall
Am 19.10.2012 um 15:51 schrieb Andrus Adamchik : > Or use Cayenne 3.1 ;) Are you volunteering to do a presentation next WOWODC about that? :) Maik ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (W

Re: EOF Multi-tenancy

2012-10-19 Thread Andrus Adamchik
Or use Cayenne 3.1 ;) On Oct 19, 2012, at 4:16 PM, Pascal Robert wrote: > Check: > > https://github.com/hprange/multi-tenant-prototype > > I think Michael Gargano is using it with good success. Check the "model > connections to multiple DBs" thread from April 2011 and "Different Database >

Re: EOF Multi-tenancy

2012-10-19 Thread Pascal Robert
Check: https://github.com/hprange/multi-tenant-prototype I think Michael Gargano is using it with good success. Check the "model connections to multiple DBs" thread from April 2011 and "Different Database Connection per session for the same model" from June 2012. > We are looking into conver

EOF Multi-tenancy

2012-10-19 Thread Dov Rosenberg
We are looking into converting our existing EOF based apps to support multi-tenancy. Today we can support multiple customers in a single schema using relationships to separate the data. EOF works fine in this model. We even implemented the multiple EOObjectStore coordinators for additional scala