Completly true, the base of my problems was that I called out dbprovider in a listview which were rerendered at postbacks.

 

Regards Nino

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Compagner
Sent: 17. august 2006 11:37
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Wicket 1.2 and Hibernate 3 slow

 

wicket will not sniff (call getModelObject()) on all the components when it just have a request to it.
It does ofcourse do that when rendering the page. Because the objects are needed then.

And that could be the thing that is different with ajax. Because you don't render the complete page.

johan

On 8/17/06, Nino Wael <[EMAIL PROTECTED]> wrote:

Hi

 

I have some pages where I use Hibernate beans to hold the contents of my wicket componts, for example if I have a listbox then each dataItem is a Hibernate bean. There seem to be a performance problem with this when I have postbacks to the page, when using AJAX it does not seem to be a problem. Further more it does not seem to have anything to do with my wicket code(might be the way I've designed my wicket page(conceptually) though).

 

I have a kind of feeling that wicket on postbacks goes through all components and their childs, and sniffs them?

 

When testing without using hibernate the performance issue are gone. I guess a way to fix the issue is to instantiate POJO's from the hibernate beans to ensure that no hibernate listeners or whatever they use aren't transferred to GUI.

 

Whats your 2 cents on this?

 

Regards Nino


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to