The new apress book 'Pro Spring' is excellent. It also has good coverage of iBATIS. I have'nt had a chance to look at Matt's book, but if his blogs are any indication, it should be an good one too.
----- Original Message ----- From: "Brett Gorres" <[EMAIL PROTECTED]> To: [email protected] Subject: Re: JDBCRealm using iBATIS? Date: Thu, 17 Mar 2005 10:47:28 -0800 (PST) > > Thanks for the tips guys. I've read Matt's blog in > the past and tried out appfuse--I think it was based > on his recommendation that I bought a certain Wiley > o.s. Java book. So must try Acegi now. > > Bummer about 1st time setup. I am capable but it's a > pet peeve. For similar reasons I have migrated all my > important work to OS X. I don't like gratuitous busy > work and/or config files, or vendor lock-in!! > > My experience w/ IoC frameworks for production use has > been limited to picocontainer. Haven't fully grasped > how I would leverage Spring as opposed to the way I do > things without it, but perhaps in time... > > Does anyone know enough to recommend the (new?) apress > Spring book? As I recall, there may be a section on > Spring in the aforementioned Wiley book, but I haven't > taken time to work through it. > > Maybe it's just me, but the less crazy configuration I > have to do to get my HelloCrazyWorld applications > going, the more likely I will get comfortable with > said framework(s). > > So much more so if someone like Matt or Clinton puts > together war/ear files or decent documentation as they > have done. I have always appreciated that... > > -Brett > > --- Matt Raible <[EMAIL PROTECTED]> wrote: > > > > On Mar 17, 2005, at 9:40 AM, Kris Jenkins wrote: > > > > > No, you can use with or without. You are tied to > > using Spring IoC > though. > > > > > > Acegi'ss rather good IMHO, if a little daunting to > > set up first time. > :-) > > > > I definitely agree about the setup. I put together > > a howto for AppFuse, and was able to migrate almost everything > > from CMA to Acegi w/o changing any code. > > > > > http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAuthentication > > > > I hope to add a short how to for going back to CMA > > in the next few weeks. > > > > Matt > > > > > > > > Kris > > > > > >> Is Acegi Security tied to Spring's WebMVC? > > >> > > >> > > >> On Thu, 17 Mar 2005 09:03:15 -0800, Matt Raible >> > > <[EMAIL PROTECTED]> wrote: > > >> > > >>> FWIW, I recently switched from using > > container-managed security (i.e. > > >>> JDBCRealm in Tomcat) to using Acegi Security and > > it's working great >>> so > > >>> far. Not only is it portable between app > > servers, but it allows you >>> to > > >>> easily plugin in your own authentication > > provider. > > >>> > > >>> Matt > > >>> > > >>> On Mar 17, 2005, at 8:24 AM, Brett Gorres wrote: > > >>> > > >>> > > >>>> Brandon: > > >>>> - ability to potentially switch db connection > > parameters in only one > > >>>> ibatis database.properties file (don't repeat > > yourself) > > >>>> - ability to change your user auth data model > > in one ibatis XML file > > >>>> instead of potentially multiple web.xml files > > >>>> - wouldn't this provide good "inversion of > > control" / "dependency > > >>>> injection": if the realm implementation itself > > were configurable, > > >>>> you'd presumably tweak that realm > > implementation in one place (if, >>>> for > > >>>> example, you wanted to temporarily read in user > > information from an > > >>>> XML file during db maintenance.) Your ibatis > > realm implementation >>>> may > > >>>> be a singleton used by more than one app--and > > you could get away >>>> with > > >>>> configuring that in only one spot if that's > > what floats your boat... > > >>>> It seems worthwhile to me--in fact I had > > already considered doing > > >>>> something like this... > > >>>> But I wasn't using Tomcat at the time. My only > > reservation is that >>>> I > > >>>> would be more likely to develop and use > > something like this if it >>>> were > > >>>> made to be portable across Java app servers. > > >>>> Agree? Disagree? > > >>>> -Brett > > >>>> > > >>>> > > >>>> Brandon Goodin <[EMAIL PROTECTED]> > > wrote: > > >>>> i don't see why you would need to use ibatis > > for that. If you wanted > > >>>> to you could write a Realm implementation that > > took advantage of > > >>>> ibatis... but, why? > > >>>> > > >>>> Brandon > > >>>> > > >>>> > > >>>> On Thu, 17 Mar 2005 15:37:03 +0000, Tim > > Christopher > > >>>> wrote: > > >>>> > > >>>>> Hi, > > >>>>> > > >>>>> Can anyone let me know if it is possible to > > use iBATIS for > > >>>>> implementing JDBCRealm, or do I have to access > > the database >>>>> directly? > > >>>>> > > >>>>> I've looked on Google and in the Developer > > Notes for iBATIS and >>>>> have > > >>>>> found nothing on this topic. > > >>>>> > > >>>>> Any help would be much appreciated. > > >>>>> > > >>>>> Tim Christopher > > >>>>> > > >>>>> > > >>> > > >> > > >> > > > > > > > > > -- > Kris Jenkins > > > Email: [EMAIL PROTECTED] > > > Blog: http://cafe.jenkster.com/ > > > Wiki: http://wiki.jenkster.com/ > > > > > > > > > > Antony Joseph http://www.logicden.com https://workeffort.dev.java.net -- _______________________________________________ NEW! Lycos Dating Search. The only place to search multiple dating sites at once. http://datingsearch.lycos.com

