Java & Eclipse


A Tool for Unraveling the Complexity of ApplicationsCodeRover Browser for Java 2.0

CodeRover Browser for Java is intended to serve as a tool for unraveling the complexity of Java applications. The CodeRover Browser is a standalone, desktop source-code browser for C/C++ and Java. The product captures relationships between source-code entities in a personal database for any combination of C, C++, and Java.

Connection Strategies in EntityBeans

Prakash explores different ways to obtain database connections when developing with EJBs. He discusses the life cycle of EntityBeans, as well as various strategies for obtaining and releasing connections at different points in the EntityBean's life cycle. Finally, he looks at the advantages and disadvantages of the strategies and provides recommendations for selecting an appropriate strategy based on different situations.

JSPs or Servlets--Which Architecture is Right for You?

Since the introduction of JSP technology, two architectures have emerged for building server-side Web applications in Java. The first involves JSPs only, and the second uses JSPs and Servlets together. Stephen discusses the two architectures, outlines the trade-offs, and suggests some rules to help decide which technique is right.