Tough question. :) I'll take the easy way out...
* Tune your database to make sure it is optimized for your app.
* In your code, try to avoid using Session as much as you can.
* Follow regular Java best practices.
* Include your JavaScript in a .js file to be cached.
* Turn off DEBUG mode for JSFTemplating when in production.
I know those are vague, but if you have a specific area you want help
tuning... let me know what you're facing and I'll see if there is more
advice I can give.
Good luck!
Ken
Karam Singh Badesha wrote:
> Hi,
> What are the things I should look for if I want to make sure I am
> getting the peak performance from my app that uses jsftemplating,
> woodstock and dynafaces. This app get data from oracle database.
>
> thanks,
>