Category Archives: Application Server

Oracle WebLogic Managed Servers Configuration

The purpose of this post is to set up Oracle WebLogic Server environment consisting of two managed servers running on separate machines within one domain. On a such prepared environment will be installed Java EE application suite. An installed Oracle WebLogic Server and appropriate JDK is here an assumption. The guide is focused on providing necessary steps to build up managed servers arrangement. This post is an extension to the “Local and remote EJB performance comparison” parts [4][5] and provides more technical aspects.

Continue reading

Local and remote EJB performance comparison – PART II

Collecting and analyzing results

In this post are executed EJB performance tests on the technical infrastructure designed in PART I. The aim of these tests is to perform local and remote calls between EJB components and collect information about time spent on these calls. In the beginning is given a brief introduction to a business interface then is elaborated a test scenario. The last part is a result presentation and an attempt to define final conclusion.

Continue reading

Local and remote EJB performance comparison – PART I

Technical infrastructure development

It is an obvious fact that local EJB calls are more efficient than remote. The aim here is to observe the difference between these calls in terms of time and resources consumption and finally provide observation results. In this post is given an overview and an explanation of a technical infrastructure with a goal to measure both local and remote EJB calls. The infrastructure consists of Java EE application suites and two managed servers running on Oracle WebLogic application server.

Continue reading