Java : Articles

The latest release of Java, J2SE 5.0 (codenamed Tiger), formally adds support for the Java Management Extensions (JMX) 1.2. Russ Miles walks you through how to use the JMX support in J2SE 5.0, including the new JConsole application, to monitor and manage your own applications both locally and remotely.

The Spring framework which supports development of the different facets of J2EE, provides an aspect-oriented programming module that gives Spring developers the opportunity to apply aspects to their applications. This article shows you how to work with AOP in Spring.

Discover ISAPI

0.0/5 (0 votes cast)

Sample of using ISAPI extension to give online data to graphical applets.

Frequently, Web applications have big amounts of similar code, embedded in server pages (JSP, ASP, PHP, etc.). Developing this code is error prone, but we have two possible alternative techniques to avoid the mentioned situation: code generation and reflective architectures. In this article we are going to describe, analyze and compare each one of these solutions.

Scjp 1.4 Certification Primer

0.0/5 (0 votes cast)

The Sun Certified Java Programmer (SCJP) examination has recently been updated for J2SE 1.4, which means you'll have to jump through some new hoops to get a passing score. In this primer to SCJP certification, Pradeep Chopra outlines some of the most important changes to the SCJP 1.4 exam, suggests several ways to prepare for it, and offers some sample questions to get you started.