Category

Archive for the 'JEE' Category

The misunderstood Guaranteed Delivery EAI pattern

( Design and JEE and Weblogic and Websphere MQ )

Guaranteed delivery pattern is about delivering of messages by the sender when the target messaging system has failed.
This pattern is one of the most misunderstood patterns especially when the EAI application is hosted in Weblogic Server and when IBM Websphere MQ (WMQ) is used as the underlying messaging platform.
In Weblogic, the inbuilt JMS [...]

Top five Java application performance management tools

Performance tuning of an application helps reduce the issues that arise from performance bottlenecks in an application. Performance tuning is typically attributed to the optimal application response time to a user’s request.  The application response time is acceptable as long as it satisfies the business Service Level Agreement (SLA).
Performance management of an enterprise application involves [...]

What does Oracle cloud offering mean to the enterprise?

( AWS and Cloud Computing and JEE and Java and News and Oracle and Products )

In this year’s Oracle OpenWorld conference, Oracle announced that its products can be executed on Amazon Elastic Compute Cloud (EC2, the cloud environment). Oracle products available for EC2 are mentioned below:
1. Oracle Fusion Middleware: Comprises of Oracle Weblogic Server, Oracle Tuxedo, Oracle Coherence, Oracle JRockit ( arguably considered to be the fastest JVM [...]

To scale out or not using Gigaspaces

Gigaspaces is one of the leading vendors,  providing solutions to overcome the limitations of application performance/scaling due to bottlenecks at the database level or due to the application architecture following a tier based approach.
Gigaspaces received a series C funding of $ 5 million, lead by BRM capital, raising the total to $13 million. [...]

Reducing JSP Development Time

( JEE and Products )

In a Java development project significant amount of time is spent in writing and debugging JSP’s. Probably this can be reduced by using a tool called JSP Weaver. The reduction in time is by eliminating “the Java generation and compilation stage by interpreting the JSP files on-the-fly”. JSP Weaver is currently supported [...]