Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-28 Thread cowwoc
Anyone ever look into Mr. Persister? Is it any good? http://www.jenkov.com/mrpersister/introduction.tmpl Thanks, Gili signature.asc Description: OpenPGP digital signature - Take Surveys. Earn Cash. Influence the

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-28 Thread Carfield Yim
On 11/28/06, cowwoc [EMAIL PROTECTED] wrote: Anyone ever look into Mr. Persister? Is it any good? http://www.jenkov.com/mrpersister/introduction.tmpl I have and think this is better than ibatis, but my boss like to stick with ibatis because of the large user base

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-23 Thread Gwyn Evans
On 23/11/06, Carfield Yim [EMAIL PROTECTED] wrote: You're missing one of the strong points (for me) of iBatis! Simply enable Debug level logging for the java.sql loggers, e.g. log4j.logger.java.sql=DEBUG or if you want to fine tune it...

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-23 Thread Carfield Yim
Great information, thx Fair enough, if it works for you. I just checked the docs again and noticed the following - Could it be anything like that involved your case? The internal log factory will delegate logging information to one of the following log implementations: 1. Jakarta

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-22 Thread Gwyn Evans
On 21/11/06, Carfield Yim [EMAIL PROTECTED] wrote: While I am using ibatis with wicket now because my boss like it, I found it missing some feature those are useful for me ... 2) This is hard for me to check the actual SQL running, I can never able to figure out how log4j showing SQL in my

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-22 Thread Gwyn Evans
Isn't this what the Avoiding N+1 Selects (1:M and M:N) section in the documentation[1] is all about? /Gwyn [1] http://cvs.apache.org/dist/ibatis/ibatis.java/docs/iBATIS-SqlMaps-2_en.pdf On 20/11/06, Igor Vaynberg [EMAIL PROTECTED] wrote: i too have become rather disillusioned with hibernate