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

Use XStream to serialize Java objects into XML - Java tutorial


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:


More cool Java tutorials:



Intelligent data keeps Swing simple
Intelligent data keeps Swing simple
This generic Swing architecture eases your UI development by integrating intelligent data with Swing components. You can use the iData architecture to create a central repository of data within your application. By doing so, you'll more fully separate data from presentation and produce code that's cleaner and easier to maintain. This article explains how to use the iData technique to ease complex GUI development.
Category: Java tutorials > Swing - Difficulty:
Java Games Programming
Java Games Programming
It's a second year university module on Java games programming. Has downloadable code and tutorials.
Category: Java tutorials > Games - Difficulty:
Thread and Monitor Dump Analyzer for Java
Thread and Monitor Dump Analyzer for Java
Discover a tool that analyzes javacore and diagnoses monitor locks and thread activities. Using Thread and Monitor Dump Analyzer Version 2.2, learn to identify the root cause of hangs, deadlocks, resource contention, and bottlenecks in Java threads.
Category: Java tutorials > Development - Difficulty:
Detect delays and hangs in WebSphere trace
Detect delays and hangs in WebSphere trace
Learn how the Trace and Request Analyzer for WebSphere Application Server allows you to find delays and hangs from WebSphere trace files and HTTP plug-in traces by parsing call trees of methods and traces and calculating delays in each method and trace.
Category: Java tutorials > Development - Difficulty:
Framework for Java Database Connectivity
Framework for Java Database Connectivity
Find out how the Framework for Java Database Connectivity demonstrates the ease with which a Java application may be designed to access a source code repository using a relational query language, such as SQL. The design was made general enough to accommodate easy access to virtually any data source.
Category: Java tutorials > Application - Difficulty: