« Return to Thread: Struts 2 performance

Re: Struts 2 performance

by Lionel-6 :: Rate this Message:

Reply to Author | View in Thread

climbingrose wrote:
> Dojo just seems to be to heavy weight for most purposes. I mean if
> you only want a bloody calendar in your webapp, you don't want to
> load up a 100kb of  javascript. Plus, it might be my experience only,
> Dojo seems to have the tendency to hang my browser everytime I open a
> Dojo-based app.

I've been using dojo for more than 1 year.
I had huge performance concerns (but no hang).
The only solution was to disable parseWidget and add widgets using
dojo.widget.createWidget.
Also use gzip compression on *.js.
This way, every thing works pretty fine.
If it's not possible with struts 2, stay far away from the ajax theme...





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Struts 2 performance