|
From: Olivier J. <oli...@pc...> - 2004-09-11 08:09:36
|
katentim @hotmail.com wrote > My 2 cents. > > I probably wouldn't try to push LDAP into a SQL like API, given that > there's a JNDI API built into Java (which is also fundamentally > different). Spring should leverage off this. I had personally no intention of allowing an ldap access with an sql syntax. > If transactions were implemented, it would be nice to make the tx > manager pluggable like Spring JDBC - so maybe it can't be left to a > later time. I have no experience in the tx management (except some classic jdbc/jdo transaction coding, but never jta), so I may need help if this is ever implemented. > A first implementation could be to provide connections using IoC and > and just convert checked exceptions to the Spring DAO exception > hierarchy, and maybe provide Templates to remove the JNDI plumbing code. That's exactly what I'll do. I just wanted to take this saturday to read in depth the Chap9 of 1:1 J2EE Design and Development because beginning some real stuff, knowing that I recently faced some ldap coding at work which were solved with framework like approach. I want to use my little experience in it to build a homemade version for integrating into spring. Olivier |