Re: [appfuse-user] Easy DAO with parancoe framework

2008-04-30 Thread Matt Raible
It would be great to get this written up as a tutorial on the wiki. Matt On Wed, Apr 2, 2008 at 8:42 PM, Le Anh Tuan <[EMAIL PROTECTED]> wrote: > > Hi Dustin, > I haven benmarkerd yet, I think you should contact parancoe's author > directly for more information. As far as I know, Parancoe uses

Re: [appfuse-user] Easy DAO with parancoe framework

2008-04-02 Thread Le Anh Tuan
Hi Dustin, I haven benmarkerd yet, I think you should contact parancoe's author directly for more information. As far as I know, Parancoe uses Aspect to proxy every finder/search requests and convert them to Hibernate Criteria query. This can slow down the operation because of the proxy. But I

Re: [appfuse-user] Easy DAO with parancoe framework

2008-04-02 Thread Dustin Pearce
Le! Very Cool! I am for sure taking this for a test drive later today. Have you benchmarked the performance compared to using the current Appfuse GenericDao and your own implementation for search methods? -D On Apr 1, 2008, at 8:33 PM, Le Anh Tuan wrote: parancoe