Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

EJB exception handling - Java tutorial


As J2EE has become the enterprise development platform of choice, more and more J2EE-based applications are going into production. One important component of the J2EE platform is the Enterprise JavaBeans (EJB) API. Together, J2EE and EJB technology offer many advantages, but with these advantages come new challenges. In particular, any problem in an enterprise system must be resolved quickly. In this article, Enterprise Java programming veteran Srikanth Shenoy reveals his best practices in EJB exception handling for faster problem resolution.
Category: Java tutorials > EJB - Difficulty:


More cool Java tutorials:



Business Process Execution Language Repository
Business Process Execution Language Repository
As the market for Business Process Management (BPM) matures, companies applying BPM solutions observe the creation of Business Process Execution Language (BPEL), Web Services Description Language, and other forms of XML documents. Find out how to store any XML data and retrieve this data through an object-oriented querying mechanism using the BPEL Repository.
Category: Java tutorials > XML - Difficulty:
EJB 3.0 Persistence out of a J2EE container
EJB 3.0 Persistence out of a J2EE container
In this article we will learn how to manage the persistence issues without being tied to use a J2EE application server.
We will build a very basic sample application that saves and loads data on a database using an EJB 3.0 persistence implementation.

At present (April 2007) there exist two implementations of the EJB 3.0 persistence specification: the first is Hibernate-based and was adopted by JBoss, while the other is Oracle Toplink, included into the Oracle Application Server OC4J and into the EJB 3.0 Sun Reference Implementation also known as Glassfish Project .
Note that EJB 3.0 persistence specifications are only a part of the EJB 3.0 specifications. They do not deal with Session Beans (stateless or stateful), but only with the Entity Beans.
Well, the good news is that, as long as we need only the EJB 3.0 persistence layer and do not need Session Beans, we can use Hibernate or Toplink implementation (our choice!) just into any Java application, without the need of a J2EE container, not even a web server, just from a plain Java class!

Category: Java tutorials > EJB - Difficulty:
Handling Cookies
Handling Cookies
This tutorial discusses the creation and use of cookies in Servlets. Includes an example of a customized search engine interface.
Category: Java tutorials > JSP - Difficulty:
Introduction to JSTL (JSP Standard Tag Libraries)
Introduction to JSTL (JSP Standard Tag Libraries)
This tutorial helps you to understand: What is JSTL? Installing JSTL 1.0; Implementation - Standard Taglib 1.0.4; "Hello world!" with JSTL; JSTL in XML Style JSP Pages; JSTL Requirements.
Category: Java tutorials > JSP - Difficulty:
Abstract User Interface Markup Language Toolkit
Abstract User Interface Markup Language Toolkit
Learn to write an application once and run it in Java Swing or on the Web without any changes. The Abstract User Interface Markup Language Toolkit provides software tools that allow you to easily build user interfaces and generate Java data and event-handling code for them.
Category: Java tutorials > Application - Difficulty: