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

XML generation with JAVA - Java tutorial


XML developers used to rely on XML parsers to read XML files. They also used to rely on XML processors to transform XML to *ML (HTML, XML, etc.). However, most of them forget these tools to generate XML from scratch. They should not. This article presents code samples for generating XML with JAVA/JAXP.
Category: Java tutorials > XML - Difficulty:


More cool Java tutorials:



Analysis and Generation of Ant Build File
Analysis and Generation of Ant Build File
Developers building applications using J2EE or Service Component Architecture (SCA) use an Integrated Development Environment (IDE). Yet, some parts must be built outside the IDE including the Ant build file, which is written in XML format. Learn how the Analysis and Generation tool analyzes a testable Ant build file for J2EE and SCA projects developed using Eclipse, Rational, or WebSphere IDEs.
Category: Java tutorials > Application - Difficulty:
Installing and Using the Java Servlet SDK
Installing and Using the Java Servlet SDK
The first step to using servlets is installing a web server that supports the Java Servlet SDK. This tutorial exlains how. Topics include: Using Servlets, Obtaining the JSWDK, Installing the JSWDK, Running The Servlet, Examples, and Configuring The JSWDK.
Category: Java tutorials > JSP - Difficulty:
Console applications with Java 6
Console applications with Java 6
In Java 6 a better way of interacting with the command prompt was introduced, the java.io.Console class. Together with the utility class java.util.Scanner introduced in Java 5 this new API can be used to develop more advanced Java console applications.
Category: Java tutorials > Basics - 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:
Use XStream to serialize Java objects into XML
Use XStream to serialize Java objects into XML
XML serialization has a myriad of uses, including object persistence and data transport. XStream is an easy-to-use open source Java library for serializing Java objects to XML and back again. Learn how to set up XStream, and discover how to use it to serialize and deserialize objects as well as to read configuration properties from an XML configuration file.
Category: Java tutorials > XML - Difficulty: