From: Joel Rosi-S. <Joe...@Et...> - 2002-12-05 12:31:50
|
Has anyone created a Hibernate provider for Open Symphony's OsUser module that they are willing to share? If so I would very much like to have a copy. If not I will put one together in the next few days and share it back to the OsUser project. Thanks, Joel |
From: Patrick L. <pli...@ci...> - 2002-12-05 17:29:06
|
Joel, I don't think one has been created yet. If you could write one, I'll get it in CVS right away (I will need it very soon as well, so that'd be great if you could get it done). -Pat ----- Original Message ----- From: "Joel Rosi-Schwartz" <Joe...@Et...> To: <hib...@li...>; <ope...@li...>; <ope...@li...> Sent: Thursday, December 05, 2002 4:31 AM Subject: [Opensymphony-developers] A Hibranate provider for OsUser? > Has anyone created a Hibernate provider for Open Symphony's OsUser > module that they are willing to share? If so I would very much like to > have a copy. If not I will put one together in the next few days and > share it back to the OsUser project. > > Thanks, > Joel > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Opensymphony-developers mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensymphony-developers |
From: Joel Rosi-S. <Joe...@Et...> - 2002-12-05 21:08:49
|
Patrick, Fine, I'll be happy to make this contribution. My plans are to use a Session bean and have it retieve the the Hibernate SessionFactory via JNDI. Does this suit your needs? One of the problems with integrating Hibernate with OsUser is that Hibernate is so flexible and that there are several applicable use cases. I have not really begun to explore how to best design a provider such that it is easy to use in all them and I would really appreciate any suggestion? - joel Patrick Lightbody wrote: >Joel, >I don't think one has been created yet. If you could write one, I'll get it >in CVS right away (I will need it very soon as well, so that'd be great if >you could get it done). > >-Pat > >----- Original Message ----- >From: "Joel Rosi-Schwartz" <Joe...@Et...> >To: <hib...@li...>; ><ope...@li...>; ><ope...@li...> >Sent: Thursday, December 05, 2002 4:31 AM >Subject: [Opensymphony-developers] A Hibranate provider for OsUser? > > > > >>Has anyone created a Hibernate provider for Open Symphony's OsUser >>module that they are willing to share? If so I would very much like to >>have a copy. If not I will put one together in the next few days and >>share it back to the OsUser project. >> >>Thanks, >>Joel >> >> |
From: Christoph S. <ch...@mc...> - 2002-12-06 09:52:56
|
Hi Joel! it would be great if you work on a security provider for osuser, but IMHO it would be good not to use a session bean for it. Then it would be also usable in pure servlet containers, for example resin. regards chris ----- Original Message ----- From: "Joel Rosi-Schwartz" <Joe...@Et...> To: "Patrick Lightbody" <pli...@ci...> Cc: <hib...@li...>; <ope...@li...> Sent: Thursday, December 05, 2002 10:08 PM Subject: Re: [Hibernate] Re: [Opensymphony-developers] A Hibranate provider for OsUser? > Patrick, > > Fine, I'll be happy to make this contribution. My plans are to use a > Session bean and have it retieve the the Hibernate SessionFactory via > JNDI. Does this suit your needs? One of the problems with integrating > Hibernate with OsUser is that Hibernate is so flexible and that there > are several applicable use cases. I have not really begun to explore how > to best design a provider such that it is easy to use in all them and I > would really appreciate any suggestion? > > - joel > > Patrick Lightbody wrote: > > >Joel, > >I don't think one has been created yet. If you could write one, I'll get it > >in CVS right away (I will need it very soon as well, so that'd be great if > >you could get it done). > > > >-Pat > > > >----- Original Message ----- > >From: "Joel Rosi-Schwartz" <Joe...@Et...> > >To: <hib...@li...>; > ><ope...@li...>; > ><ope...@li...> > >Sent: Thursday, December 05, 2002 4:31 AM > >Subject: [Opensymphony-developers] A Hibranate provider for OsUser? > > > > > > > > > >>Has anyone created a Hibernate provider for Open Symphony's OsUser > >>module that they are willing to share? If so I would very much like to > >>have a copy. If not I will put one together in the next few days and > >>share it back to the OsUser project. > >> > >>Thanks, > >>Joel > >> > >> > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > hibernate-devel mailing list > hib...@li... > https://lists.sourceforge.net/lists/listinfo/hibernate-devel > |
From: Joel Rosi-S. <Joe...@Et...> - 2002-12-06 11:10:52
|
Hi Christoph, Yes, this is exactly the point I was bringing up. You see I *will* be using a Session bean, not doubts about it, that is what is right for *my* architecture. But other designs will call for different solutions. So what is the best solution as far as designing a provider or hierarchy of providers so that the various common usage scenarios are accounted for. Ideas? - joel Christoph Sturm wrote: >Hi Joel! > >it would be great if you work on a security provider for osuser, but IMHO it >would be good not to use a session bean for it. Then it would be also usable >in pure servlet containers, for example resin. > >regards > chris >----- Original Message ----- >From: "Joel Rosi-Schwartz" <Joe...@Et...> >To: "Patrick Lightbody" <pli...@ci...> >Cc: <hib...@li...>; ><ope...@li...> >Sent: Thursday, December 05, 2002 10:08 PM >Subject: Re: [Hibernate] Re: [Opensymphony-developers] A Hibranate provider >for OsUser? > > > > >>Patrick, >> >>Fine, I'll be happy to make this contribution. My plans are to use a >>Session bean and have it retieve the the Hibernate SessionFactory via >>JNDI. Does this suit your needs? One of the problems with integrating >>Hibernate with OsUser is that Hibernate is so flexible and that there >>are several applicable use cases. I have not really begun to explore how >>to best design a provider such that it is easy to use in all them and I >>would really appreciate any suggestion? >> >>- joel >> >>Patrick Lightbody wrote: >> >> |