Any product that does well in the market has to have good performance.
Although many characteristics are necessary for a product to become as widely
used as WebLogic Server is today, performance is definitely indispensable.
Good coding practices go a long way toward getting an application to run
fast, but they alone are not sufficient. An application server has to be
portable across a wide range of hardware and operating systems and has to be
versatile in order to manage an even wider range of application types. This
is why application servers provide a comprehensive set of tuning knobs that
can be adjusted to suit the environment the server runs in as well as the
application.
This article discusses some of the WebLogic-specific tuning parameters and is
not an exhaustiv... (more)
The concept of persisting a user session during the interaction with an
application server has matured from maintaining hidden HTML fields and toying
with URLs to a stable and robust technology under the J2EE framework. This is
what is commonly referred to as an HTTP session - a conversation that spans
multiple requests between a client and the server.
The session could be maintained at t... (more)
WebLogic Server runs on hardware ranging from PCs to high-end mainframes.
Therefore, it's essential to carefully choose the level of hardware necessary
to provide optimal performance for your WebLogic Server deployment.
This article focuses on the various steps involved in analyzing the
constraints on your system components and enumerates several measures that
can be taken to ensure that ... (more)