Advertisment
The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE)...
People who aren't familiar with XP are bothered by the concept of just-in-time (JIT) design -- designing and implementing what you know you...
As the J2EE platform has matured, it has opened up the opportunity to deploy commodity servers in networked cluster configurations for scaling of...
This article discusses incremental compaction, a new feature in the memory management component of IBM JDK 1.4.0. Incremental compaction is a way...
Love or hate it, static type checking can make code more robust. Programming languages are moving away from static type checking, but it is too...
Learn the pros and cons of generating native code from Java source. This article includes the basics of code compilation, including a brief...
The ThreadLocal class appeared with little fanfare in version 1.2 of the Java platform. While support for thread-local variables has long been a...
The addition of the java.util.prefs package to Java 1.4 (through JSR 10) lets you manipulate user preference data and configuration data by...
Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby...
You inevitably spend some part of your week crunching code that you didn't write, and for which you may not have the source. This...
Sample chapter from 'EJB 2.1 Kick Start' on installing an application server to developing and deploying an EJB on it.
Views: 1131 | | by Jarry
Java - EJB
As J2EE has become the enterprise development platform of choice, more and more J2EE-based applications are going into production. One important...
Views: 1411 | | by Slicer
Java - EJB
A collection of notes and simple codes on JDK. Topics include, calendar & dates, formatting, internationalization, collections, character sets &...
This tiny tutorial is for those who are familiar with regular expressions in Perl and want to use them in Java too. I give some examples in Perl on...
Ensure your success in SCBCD exam with Whizlabs Simulator, the most effective training software for the Sun Certified Business Component Developer...
A step-by-step tutorial in which we will create a Session EJB which will read a given XML file. So in this tutorial you will learn two things; how...
Views: 1270 | | by Stephen
Java - Javabeans
This step by step tutorial will show you how to build a simple Session EJB. It will then deploy this EJB on JBoss Server and call it from a JSP...
Views: 1343 | | by Source
Java - Javabeans
An article on what are EJBs, what they provide, what are their different types and when and why to use them.
Views: 1393 | | by Daniel
Java - Javabeans
A step by step tutorial to create a JavaBean which detects user browser and .NET enabled status. You can use this bean to develop browser friendly...
Views: 1371 | | by Adam
Java - Javabeans
An article on JavaBeans, answers questions like what JavaBeans are and how to create your own JavaBean. Online demo available.
Views: 1336 | | by John
Java - Javabeans