JavaBeat Feeds
|
|
|
|
|
|
|
|
|
|
|
Pages :
1
|
|
|
|
What is new in Java 6.0 Collections API?
Author :
VidyaSagar
Date : Wed Mar 28th, 2007
In this article I will write about the new Collections APIs introduced in Java 6.0. Mustang has few interesting changes in the Collections APIs, one amoung them is the Deque. Deque is used for the Bi-Directional traversal. It has different implementations including BlockingDeque,ArrayDeque,etc. I will talk about the Deque and its various implementation, also few more changes in the Collectiona API in Java 6.0.
EJB 3.0 Timer Services - An Overview
Author :
Raja
Date : Wed Mar 28th, 2007
Starting from EJB 2.1, Timer Services are available for building J2EE Applications that depends on time based services. Time based services are mostly used in scheduling applications. Technically, these scheduling applications are called workflows. A workflow defines a configurable sequence of activities or tasks that will take place at a particular point of time. Before EJB 2.1, one has to manually code for building and deploying time-based workflow systems. But, with the invent of EJB 3.0, thanks to Annotations and Dependency injections, life has become still more easier for creating such applications.
|
|
Pages :
1
|
|
|
Bookmark This Page :
|
|
|
|