Visitor Design Pattern
The design pattern provides additional functionality to a class. The Visitor pattern allows us to create an external class to act on data in other classes..
Struts 2 Non-form Tags (UItags)
Apache Struts is an open-source framework used to develop Java web applications..
Struts 1.1
This tutorial provides you a better understanding to develop a robust application using Jakarta Struts Framework..
Java News and Releases
Testing and optimizing Java code without test automation for handling concurrent activities is rather difficult..
Introduction to XML
XSL stands for EXtensible Stylesheet Language. The World Wide Web Consortium (W3C) started to develop XSL because there was a need for an XML-based Stylesheet Language..
Hibernate Query Language
In the previous issue of Javajazzup you learned about Hibernate Query Language and its different kind of clauses..
Dojo Tutorial Dojo
Dojo is an Open Source JavaScript toolkit libraries that provides a simple API(Application Programming Interface) for building the serious applications in less time..
Design Pattern
These types of design patterns are used as templates. These design patterns are used in such conditions when we need a parent class having one or more methods to be implemented by their child classes..
Using the Desktop class to launch a URL
This article describes the new Desktop API, which allows Java applications to interact with the default applications associated with specific file types on the host platform..
February 2008 Issue of Java Jazz up magazine
Testing and optimizing Java code without test automation for handling oncurrent activities is rather difficult..
JAXP API using DOM Parser
In computing terms, a parser is a program that takes input in the form of sequential instructions.