Re: Slightly off topic - Looking for the author of "Strutting you r stuff with struts"

2005-05-26 Thread eOk
/language/americanidol. Laters, Vincent Sheehan, Andrew wrote: He frequently views this list, I'm sure he'll write something regarding it. -A -Original Message- From: eOk [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 5:19 AM To: ibatis-user-java@incubator.apache.org S

Re: Slightly off topic - Looking for the author of "Strutting your stuff with struts"

2005-05-26 Thread eOk
Thanks Eoin Vamsee Kanakala wrote: eOk wrote: Hey, I happened upon iBatis from reading the struts intro titled "Strutting your stuff with struts". We have been using iBatis as a prototype for a new system and I have to show some people show to put struts and iBatis toget

Slightly off topic - Looking for the author of "Strutting your stuff with struts"

2005-05-26 Thread eOk
Hey, I happened upon iBatis from reading the struts intro titled "Strutting your stuff with struts". We have been using iBatis as a prototype for a new system and I have to show some people show to put struts and iBatis together. I was hoping to point people at the really helpful info at http

Re: Wrapping the DAO

2005-04-30 Thread eOk
Hey, At present just using the iBatis DAO without the SQLMaps. regards eOk On 30 Apr 2005, at 15:59, Brandon Goodin wrote: Are you using iBatis DAO with iBatis SQLMaps? On 4/30/05, eOk <[EMAIL PROTECTED]> wrote: Hey All, I have a question for you, I am trying to think of how to imple

Wrapping the DAO

2005-04-30 Thread eOk
I was thinking about wrapping the DAO implementation and having my DAO interface extend it. I was wondering if any of you have done this before? Thanks eOk

Re: Another question about logging of statements

2005-04-21 Thread eOk
Stephen, Easiest thing is to default all logging to the console, until you have decides what to do try this as your log4j.properties file log4j.debug=true # log4j.rootCategory=debug, stdout # # BEGIN APPENDER: CONSOLE APPENDER (stdout) log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.