Hibernate Vs EJB 3.0
The J2EE field is agog with excitement about a very popular open-source technology , Hibernate , being elevated to the status of JCP standard. Feedback from J2EE programmers in industry says that knowledge of Hibernate is mandatory for all J2EE aspirants. In this short tutorial , the author attempts to trace the reasons for this [...]
AJAX – Conversation with an Ajaxian [ Sample Chapter ]
Ajax is a relatively new approach to Web development. Since it is neither a new tool nor a different technology, and neither a new language it requires a different style for you to master it, or to be an Ajaxian. A conversational style has been used to help you understand the nuances of Ajax. read [...]
What is OpenLaszlo?
Ajax is a relatively new approach to Web development. Since it is neither a new tool nor a different technology, and neither a new language it requires a different style for you to master it, or to be an Ajaxian. A conversational style has been used to help you understand the nuances of Ajax. read [...]
Templates in Groovy
In this article, we will expose the various APIs for processing Templates in Groovy. A template can be thought of some static content along with some well-defined place-holders. These templates can be re-used any number of times by simply copying it and substituting the place-holders with some appropriate values. The first section of the article [...]
Closures in Groovy
In this article, let us look into one of the important features supported in Groovy, the Closures. Groovy is an object-oriented scripting language in which the syntax resembles Java. Not all languages support the concept of Closures directly, although they may provide indirect support, that too with so many limitations and restrictions. This article will [...]
Buy JavaBeat MockExams eBook for SCJP 5.0
We have created 300+ Mock questions for SCJP 1.5. The questions in the eBook is more focused on the SCJP 1.5 specific topics. For example, we have added 53 questions for generics topic. It will help user to get good knowledge on the subject. You can buy the kit for JUST Rs.200 from the following [...]
Hibernate Interceptors – An Introduction
This article deals with Hibernate Interceptors. Hibernate is an open-source project that provides ORM solution. Situations may demand to perform some set of pre-requisite/post-requisite operations before/after the core functional logic. In such a case, an interceptor can be used to intercept the existing business functionality to provide extensible or add-on features.read the full article>>
Integrating Struts With Spring
Struts is more established and more stable MVC2 framework at this time so if your application is based on Struts framework you may forget about thinking to move to some other framework. But at the same time you must have heard about the buzz created by Inversion of Control (IOC) design pattern. This design pattern [...]
What is new in Java 6.0 Collections API?
In this article Vidua Sagar 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. He will talk about the Deque and its various implementation, also [...]
