struts2+spring+hibernate multiple datasources

2007-03-23 Thread Philippe Le Gal
Hi, I'm looking for an example for the access of multiple datasources (mysql) on different mysql servers. Is the solution to put many declarations of in applicationcontext.xml? Thx in advance Philippe - To unsubscribe, e-ma

Re: ldap access

2007-03-20 Thread Philippe Le Gal
I'm looking for an example for implementing a LDAP user authentification inside a struts application. I think I've to test java.naming.ldap classes. Am i right ? Thx Philippe Le Tuesday 20 March 2007 13:18:31 Dave Newton, vous avez écrit : > --- Philippe Le Gal <[EMAIL P

ldap access

2007-03-20 Thread Philippe Le Gal
Hi, I'm looking for an example of an ldap search with struts. Any pointer ? Thank Philippe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Struts 2] Database access

2007-01-16 Thread Philippe Le Gal
through struts db mechanisam: > DataSource dataSource = (DataSource) > context.getAttribute("org.apache.struts.action.DATA_SOURCE"); conn = > dataSource.getConnection(); > or direct to db > Connection conn = > DriverManager.getConnection(ConnectionURL,ConnectionUserName,Connec

Re: [Struts 2] Database access

2007-01-16 Thread Philippe Le Gal
> value="com.microsoft.jdbc.sqlserver.SQLServerDriver" /> > value="jdbc:microsoft:sqlserver://xxx.xxx.xxx.xxx:1433;DatabaseName=x;S >electMethod=Cursor" /> > > > > > > > > > > From: Phi

[Struts 2] Database access

2007-01-16 Thread Philippe Le Gal
Hi, I'm looking for a simple struts 2 database access example. Thanks for any url Philippe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]