88 Results for:EJB

  • Sort by: 

Scaling Your Java EE Applications -- Part 2

01 Jul 2008

Java applications can be scaled vertically (on a single system), or horizontally (across multiple systems). But to do either, you have to understand all parts of the system and software. Not doing so could defeat ... Read More

Object Slicing and Component Design with Java

01 Sep 2004

Object-oriented systems are usually partitioned into layers of related responsibilities and only dependencies in one direction are allowed, from higher layers (more specific, less reusable) to lower ones (more ... Read More

On Promoting Dependency Injection with Guice

09 Jun 2010

Guice is known as an annotation based dependency injection framework. Being a relatively new player in dependency injection topic, Guice has quickly become popular thanks for its effort to make dependency injection... Read More

BPEL and Java

01 Apr 2005

The idea and motivation behind almost each new technology and platform for enterprise application development is to provide an environment where better business applications can be developed with less effort &ndash... Read More

The challenge of performance testing SOA applications

By Chris Farrell 23 Jul 2007

Software testing and QA groups already pushed to the limit face even more challenges with SOA applications. Automation through modeling can help monitor and test such applications. Read More

Working with CDI and JSF 2.0 on Tomcat 7: Configuring Weld

02 Mar 2011

By default, you can't use CDI in your JSF 2.0 applications when they are simply deployed to a standard servlet engine such as Tomcat 7. But, with Weld, you can make it work. Read More

Test-Driven Development Series Part 2 - Testing Java Classes with JUnit

01 Jan 2004

The first article is a concept piece explaining why testing helps in an enterprise server-side software environment. Most software applications today are written in tiers: the presentation tier, the logic tier (... Read More

Excerpt: The key concepts of Oracle WebLogic server

17 Jul 2012

The Oracle Weblogic server is great, but it's important to understand a few key concepts. Read this excerpt from Oracle WebLogic Server 11g Handbook by Sam R. Alapati to learn why. Read More

Scaling Your Java EE Applications

01 Jul 2008

In this article, Wang Yu takes real world cases as examples to explain ways on how to scale Java applications based on his experiences on the laboratory projects, and at the same time, bring together practice, ... Read More

Oracle Java application performance, part 2: JDBC driver comparisons

20 Mar 2002

A comparison of the performance of OCI and thin drivers. Read More