InfoCenter Home >
4: Developing applications >
4.2: Building Web applications >
4.2.8: Programming high performance Web applications

4.2.8: Programming high performance Web applications

This article offers tips and guidelines for creating Web applications that perform well in the WebSphere Application Server environment. It also includes enterprise beans tips as appropriate.

Best Practices White Paper

You are encouraged to refer to the IBM White Papers site for a White Paper entitled "WebSphere Application Server Development Best Practices for Performance and Scalability."

Use calls to ServletContext.log() sparingly

Each calls to the ServletContext.log() method is recorded in the WebSphere administrative database. Overusing calls to this method will seriously degrade performance. Limit calls to only those events that should be considered SeriousEvents.

Go to previous article: BSF examples and samples Go to next article: Setting language encoding in Web applications

 

 
Go to previous article: BSF examples and samples Go to next article: Setting language encoding in Web applications