Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Create REST Services with Java and Atom - Java tutorial


In this tutorial learn the basics behind Representation State Transfer (REST) and the Atom Publishing Protocol (APP), and how they apply to services. Also learn to implement REST/APP-based services with Java technology, and enable access and modification of resource data for podcasts, blog entries, image storage, calendar entries, and so on.
Category: Java tutorials > XML - Difficulty:

More cool Java tutorials:



Collect Statistics in a Snapshot with Dynamic Cache Visualizer
Collect Statistics in a Snapshot with Dynamic Cache Visualizer
"A picture says more than 1000 words." Collect and visualizes statistics with the Dynamic Cache Visualizer for WebSphere Application Server. Also, learn how this tool provides insight into the state, health, performance, composition, and efficiency of the cache.
Category: Java tutorials > Development - Difficulty:
HTTP tunneling with servlets
HTTP tunneling with servlets
The corporate firewall is a double-edged sword. It helps prevent unauthorized access to the corporate Web services, but can disable access for legitimate clients. Due to the number of safety measures taken by system administrators, HTTP has become the universal entry mechanism to the corporate network. Where technologies such as CORBA and DCOM have failed because of the firewall, technologies such as SOAP have been developed to provide safe and reliable access through firewall protection. This article explores an alternative to SOAP, the use of Java objects over HTTP. In addition, it uses J2EE servlet technology as server-side middleware to the business data.
Category: Java tutorials > JSP - Difficulty:
Watermarking Images in a Java Servlet
Watermarking Images in a Java Servlet
In our previous tutorial, we showed how to create dynamic images images in a servlet. In this tutorial, we are going to take it a step further by dynamically adding a text watermark to an image as it is requested.
Category: Java tutorials > JSP - Difficulty:
Evaluating XPaths from the Java platform
Evaluating XPaths from the Java platform
Discover the flexibility of XPath when working with XML from Java programming. XPath makes selecting elements, attributes, and text in an XML document easy. Learn how to evaluate XPaths from Java programming, and work with the returned nodes.
Category: Java tutorials > XML - Difficulty:
Using Custom Cursors in Java
Using Custom Cursors in Java
This tutorial shows how to go beyond the predefined cursors in Java and create your own cursors using a GIF or PNG that are displayed when the user moves the mouse over a Java component (AWT or Swing).
Category: Java tutorials > Swing - Difficulty: