Eric, my application is built on Tomcat. We have a simple security solution, that doesn't support roles and we have to support roles. The application uses MySql and DB2 and in the future Oracle, thus the roles must be also stored into database. It must be reliable (when roles don't work the application is unusable). Can you provide my information about "Hibernate" ? Is that an API that support roles? Is that something included into JBoss?
Zsolt > -----Original Message----- > From: Eric Pugh [mailto:[EMAIL PROTECTED] > Sent: Monday, November 24, 2003 2:58 PM > To: 'Zsolt Koppany'; 'Turbine Users List' > Subject: RE: How to use only the Torque Security Service > > > Argh.. I need to update things.. Yeah, I wouldn't recommend using the > torque package. However, Hibernate, which is what I use exclusively, is > very good, and works extremely well. And, one of the nice things > about the > hiberante implementation is that if your user class extends the hibernate > user class, then any other columns you add to your user are persisted into > the database! Makes it realy nice to add your own user attriubtes, group > attriubes, etc... > > If you are using it in a turbine environment, check it out and > run the unit > tests and look at the adapters. If you are using it outside of turbine, > then the fact that it is a avalon component makes it very easy to use in > multiple environments. > > Let me know if you run into build issues... > > Eric > > > -----Original Message----- > > From: Zsolt Koppany [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 24, 2003 1:42 PM > > To: Turbine Users List; [EMAIL PROTECTED] > > Subject: RE: How to use only the Torque Security Service > > > > > > Hi Eric, > > > > thank you for the pointer, I need a database based solution > > but on the page > > http://jakarta.apache.org/turbine/fulcrum/fulcrum-security/ind > > ex.html I > > found the following: "The torque package currently implements this > > security model. WARNING: this code hasn't been tested at all. It only > > compiles." > > > > That doesn't sound very good. > > > > Zsolt > > > > > -----Original Message----- > > > From: Eric Pugh [mailto:[EMAIL PROTECTED] > > > Sent: Monday, November 24, 2003 1:23 PM > > > To: 'Turbine Users List' > > > Subject: RE: How to use only the Torque Security Service > > > > > > > > > If you are looking at just needing a security engine, check out > > > the fulcrum > > > security engine. While it is undergoing heavy refactoring > > to break it up > > > from one monolithic project into seperate api and impl projects, > > > what is in > > > CVS runs fine. > > > > > > Eric > > > > > > > -----Original Message----- > > > > From: Zsolt Koppany [mailto:[EMAIL PROTECTED] > > > > Sent: Monday, November 24, 2003 11:35 AM > > > > To: [EMAIL PROTECTED] > > > > Subject: How to use only the Torque Security Service > > > > > > > > > > > > Hi, > > > > > > > > I need an API that supports security with roles and I find > > > > Torque Security > > > > Service very interesting. Is that possible to use only this > > > > service? If yes > > > > what do I have to do? > > > > > > > > Zsolt > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
