Database
A database is a structured collection of records or data.
Language
Any
Platform
Java Platform
Remove
License
Any
The tutorial will help developers build software by providing effective solutions to scalability issues through caching and grid technology.The details related to the functionality of a data grid are...
IBM Websphere Extreme Scale 6 is a complete guide for developers to build software by providing effective solutions to scalability issues through caching and grid technology. This book details the...
Within the Java Platform, Enterprise Edition (Java EE) community, Spring is becoming a widely accepted framework. One new feature in the latest release of Spring is its Object/XML (O/X) mapping...
We all know that finding the right solution for an error message can be quite a daunting task: searching numerous forums,blogs and vendor sites takes a lot of time and patience.
How about having one...
Cloudscape is a freely available repackaging of the Apache Derby relational database manager. Its implemented in Java, and integrates cleanly and will run unaltered anywhere a J2EE Server will run....
This explains how you can use the Backbase XML Server Edition to add a Backbase interface to the Java Pet Store.
Many Web developers enjoy the versatility and ease of use of PHP, but sometimes they need to access existing business logic in a J2EE application server. In this article and through code examples,...
J2EETM Deployathon Online! has been updated. It's now based on the latest version of the Java Pet Store application (version 1.1.2). If you've previously run J2EE Deployathon Online!, you'll notice...
We have a J2EE application where clients with the same userid need to share the session data that is maintained on the server side. In addition, clients aren't just Web clients, but applets and...
One of the major strengths of J2EE is its vendor-neutral, integrated support for XML. This month's tip focuses on how to use the Java API for XML (JAXP). JAXP provides a built-in set of interfaces...
This tip shows you how to parse XML when running in an applet or other space-restricted environment, such as a J2ME (Java 2 Platform, Micro Edition) application. The process limits functionality in a...
This article takes the next logical step: packaging MIDlets. It includes an introduction to the MIDlet Suite, including Java archive and application descriptor files. To put all this into practice,...
More and more enterprise and Java technology projects are making use of XML as a medium to store data in a portable fashion. But due to the increased processing power demanded by XML parsers, J2ME...