  |
Java Pet Store 2.0 Application - http://java.sun.com/developer/technicalArticles/J2EE/petstore/
Work with the Java Pet Store 2.0 demo and the Java EE 5 platform to develop an Ajax-enabled Web 2.0 application that is user-driven, user-organized, and user-policed. |
  |
Eclipse, Java and Web development - http://www.vogella.de/
Tutorials about Eclipse, Java and Web development. Focus is on how-to-guides and building real examples to get new developer started. |
  |
The Advanced Java/J2EE Tutorial - http://my.execpc.com/~gopalan/java/java_tutorial.html
By Gopalan Suresh Raj. General, Enterprise JavaBeans (EJB), Java Data Objects (JDO), Java Message Service (JMS), Jini Technology, Remote Method Invocation (RMI), RMI over IIOP, Java Server Pages (JSP), JavaMail, JavaBeans, Threading in Java, Network Programming in Java topics. |
  |
RoseIndia.net - http://www.roseindia.net
Contains many quality Java, JSP, RMI, MySQL downloads, tutorials, source codes and links to other java resources. |
  |
GUI Controls in Java 1.1 - http://www.apl.jhu.edu/~hall/CWP-Chapter13/
On-line version of chapter from Prentice Hall text. |
  |
Learn Java Faster - http://javalessons.com/
Online Java lessons. |
  |
Examware - http://examware.com/tutor10.html
Collection of tutorials and resources. |
  |
Make bad Java code good - http://www.javaworld.com/javaworld/jw-03-2001/jw-0323-badcode.html
By Dr. John Farrell. Concrete suggestions for fixing Java code. From the simple and mindless to the complex and dangerous. |
  |
Find Tutorials: Java - http://www.findtutorials.com/tutorials/java
Directory of tutorials available with descriptions and potential reader reviews. |
  |
Java and Sound (ONJava.com) - http://www.onjava.com/pub/a/onjava/excerpt/jenut3_ch17/index.html
This two-part series of excerpts from Chapter 17 of Java Examples in a Nutshell, 3rd Edition, David Flanagan illustrates some of Java's sound capabilities. In the first section, he covers how to play simple audio clips with the java.applet.AudioClip class. In the second section, he shows how to use the javax.sound.sampled and javax.sound.midi packages to load and play sound clips, how to monitor and change the playback position within a clip, and how to set audio parameters such as volume, balance, and tempo. |
  |
Esper: Event Stream Processing and Correlation [ONJava.com] - http://www.onjava.com/pub/a/onjava/2007/03/07/esper-event-stream-processing-and-correlation.html
Esper is a lightweight kernel written in Java which is fully embeddable into any Java process. It enables the development of Event-Driven Applications in Java. |
  |
Remember Java - http://www.rememberjava.com/
Java tutorial with large example library. New tasks and examples added weekly or monthly. |
  |
Learn Java Programming Online - http://learnjava.awardspace.com/
The tutorial includes lessons from the beginning to advanced level. |
  |
Software Developers - http://swdevelopers.tripod.com/english/index.html
Java tutorials - basic tutorial, servlets, and JDBC. Example code, tips and resources. |
  |
Web Services Messaging with Apache Axis2: Concepts and Techniques [ONJava.com] - http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html
The Apache Axis2 architecture assumes neither one message exchange pattern, nor synchronous/asynchronous behavior. This article explains messaging concepts and how Axis2 can be used to implement several well-known messaging scenarios from just two basic patterns: in-only and in-out. |
  |
Diagnostic tests with Ant (ONJava.com) - http://www.onjava.com/pub/a/onjava/2005/10/12/diagnostic-tests-with-ant.html
Koen Vervloesem shows how you can use Ant, the popular Java build utility, to run diagnostics on a remote system and collect troubleshooting information automatically, instead of figuring things out over the phone. |
  |
Connect to Amazon Web Services (AWS) with a servlet or JSP (ONJava.com) - http://www.onjava.com/pub/a/onjava/excerpt/jsvltjspckbk_chap01/index1.html?page=2
Learn how to connect to Amazon Web Services (AWS) with a servlet or JSP. Provides step by step instructions for using the Apache Axis open source SOAP toolkit to create a Java-SOAP package for interacting with AWS. |
  |
Java Tutorial - http://www.visualbuilder.com/java/tutorial/
Benefits of using Java, setting up, simple programming, Object Oriented Basics, and designing applications using OO. |
  |
Introduction to Databases for the Web: Pt 4 - http://www.databasejournal.com/sqletc/article.php/1431601
This tutorial introduces how to use Java Database Connectivity to interface to web databases. Suitable for webmasters and web developers with little or no database experience. |
  |
Kickstarting Google Web Toolkit on the client side [java.net] - http://today.java.net/pub/a/today/2006/06/27/client-side-google-web-toolkit.html
S. E. Morris pushes the client-side features of the Google Web Toolkit by creating client-only apps that use scrolling, animation, and mouse tracking. |