This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Tuning trinidad for better performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Tuning trinidad for better performance" Watch "Tuning trinidad for better performance" New topic
Author

Tuning trinidad for better performance

jeff rusty
Ranch Hand

Joined: Nov 07, 2006
Posts: 109
Hi,

I am using trinidad's implementation for JSF and fount it to be extremley slow when i click on any element (checkbox or radio button) with a value change listener or displaying a page and with little more debugging i found that the render response state is taking more time.

can some one guide to better the performance of my appliaction?

i have used the server side state saving method with cache_view and use_application_cache enabled.

Your help will be highly appreciated.

thanks
Anil Gorthy
Greenhorn

Joined: Oct 30, 2008
Posts: 13
Jeff,

I do not have a definitive answer on how you can resolve this but I chanced upon this very helpful tutorial and I hope you too will:

JSF_Rendered_Performance

Best,
Anil.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tuning trinidad for better performance
 
Similar Threads
State Design Pattern
cache ejb
Perfomance Issue with Tree Loading (using ArrayList)
Mock question on where to manage user session
Ajax & performance