| submit a site to this category |
| wectar web site suggestions for this odp category |
| Subcategories | |
|---|---|
| Beginner Level | Example Sources |
|
|
Working with the Google Web Toolkit [ONJava.com]URL: http://www.onjava.com/pub/a/onjava/2006/05/31/working-with-google-web-toolkit.html ODP description: The Google Web Toolkit (GWT) lets you create Ajax applications by writing Java code and generating JavaScript automatically. Robert Cooper shows how to get up and running with a GWT example. Page title: ONJava.com -- Working with the Google Web Toolkit ![]() |
|
|
Kickstarting Google Web Toolkit on the client side [java.net]URL: http://today.java.net/pub/a/today/2006/06/27/client-side-google-web-toolkit.html ODP description: 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. Page title: java.net: Kickstarting Google Web Toolkit on the Client Side Page description: S. E. Morris pushes the client-side features of the Google Web Toolkit by creating client-only apps that use scrolling, animation, mouse tracking, and more. ![]() |
|
|
Java Programming FAQs and Tutorials: Learning JavaURL: http://www.apl.jhu.edu/~hall/java/FAQs-and-Tutorials.html ODP description: A collection of tutorials on the Java language, with a few links to some FAQs. Page description: A collection of FAQs and Tutorials for learning Java Programming. ![]() |
|
|
Java2D: An Introduction and TutorialURL: http://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html ODP description: A tutorial giving an overview and introduction to Java2D and the use of Graphics2D, the new drawing model in Java 1.2. Page description: A tutorial giving an overview and introduction to Java2D and the use of Graphics2D, the new drawing model in Java 1.2 ![]() |
|
|
A Quick Swing TutorialURL: http://www.apl.jhu.edu/~hall/java/Swing-Tutorial/ ODP description: A fast introduction to Swing for Java programmers who already know the AWT. Page title: Swing: A Quick Tutorial for AWT Programmers Page description: A brief Swing tutorial for Java programmers who already know the AWT. ![]() |
|
|
Java Boutique - TutorialsURL: http://javaboutique.internet.com/tutorials/ ODP description: Java tutorials for beginners, experienced programmers and advanced topics. Page title: The Java Boutique: The Ultimate Java Applet Resource: Tutorials Page description: The Java Boutique is a collection of applets that you can put on your own pages. It also features Java news, links to other Java resources, and more. ![]() |
|
|
Esper: Event Stream Processing and Correlation [ONJava.com]URL: http://www.onjava.com/pub/a/onjava/2007/03/07/esper-event-stream-processing-and-correlation.html ODP description: 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. Page title: ONJava.com -- Esper: Event Stream Processing and Correlation ![]() |
|
|
Learn Java FasterURL: http://javalessons.com/ ODP description: Online Java lessons. Page title: Learn Java J2EE JSP, Tutorials Based On Examples Page description: Tutorials about Java (tm) software development ![]() |
|
|
Building Cheat Sheets in Eclipse (Dev2Dev)URL: http://dev2dev.bea.com/pub/a/2006/08/eclipse-cheat-sheets.html ODP description: Learn how to build and deploy cheat sheets for the Eclipse or BEA Workshop platforms. Page title: Building Cheat Sheets in Eclipse ![]() |
|
|
Java Pet Store 2.0 ApplicationURL: http://java.sun.com/developer/technicalArticles/J2EE/petstore/ ODP description: 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. Page title: Introducing the Java Pet Store 2.0 Application Page description: 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. ![]() |
|
|
The Advanced Java/J2EE TutorialURL: http://my.execpc.com/~gopalan/java/java_tutorial.html ODP description: 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. Page title: The Advanced Java/J2EE Tutorial by Gopalan Suresh Raj Page description: Learn more about JavaBeans, JDO, Visual Programming, Component Model, Design-Time Interface, BeanInfo, additional BeanInfo, Bean Instantiation, Persistence, BoundProperty, Constrained Property ![]() |
|
|
Web Services Messaging with Apache Axis2: Concepts and Techniques [ONJava.com]URL: http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html ODP description: 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. Page title: ONJava.com -- Web Services Messaging with Apache Axis2: Concepts and Techniques Page description: Srinath Perera and Ajith Ranabahu show how Apache Axis2's support for messaging can build complex messaging strategies from just two basic patterns: in-only and in-out. ![]() |
|
|
Witscale SCJP tutorialURL: http://www.witscale.com/scjp_studynotes/contents.html ODP description: Java tutorial for SCJP (Java certification) Preparation. Tutorial consists of short study notes with adequate examples. Page title: WitScale's SCJP (java certification) study notes - Contents. ![]() |
|
|
Tutorialized.com - Free Java TutorialsURL: http://www.tutorialized.com/tutorials/Java/1 ODP description: A collection of free Java tutorials for all levels of expertise. Page title: Java Tutorials Page description: Java Tutorials ![]() |
|
|
Java and Sound (ONJava.com)URL: http://www.onjava.com/pub/a/onjava/excerpt/jenut3_ch17/index.html ODP description: 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. Page title: ONJava.com -- Java and Sound, Part 1 Page description: Learn how to play simple audio clips with the java.applet.AudioClip class, as well as how to use the javax.sound.sampled and javax.sound.midi packages to load and play sound clips, and monitor and change the playback position within a clip, in these ... ![]() |
|
|
Non-Blocking Socket I/OURL: http://www.owlmountain.com/tutorials/NonBlockingIo.htm ODP description: Tim Burns shows how to use the java.nio package in JDK 1.4. Page title: Non-Blocking Socket I/O in JDK 1 ![]() |
|
|
The Wonders of Java Object Serialization (ACM Crossroads)URL: http://www.acm.org/crossroads/xrds4-2/serial.html ODP description: Object serialization tutorial Page title: The Wonders of Java Object Serialization Page description: Java object serialization for performing a wide variety of tasks; ACM Crossroads 4-2. ![]() |
|
|
developerWorks: Java EducationURL: http://www-128.ibm.com/developerworks/views/java/libraryview.jsp?type_by=Tutorials ODP description: Free Java tutorials by IBM's developerWorks team. Page title: developerWorks : Java technology : Technical library view Page description: Browse the Java technology technical library view for technical articles and tips, tutorials, standards, and IBM Redbooks. View the list by product, title, topic, or keyword and sort your results. ![]() |
|
|
Tapestry: A Component-Centric Framework [ONJava.com]URL: http://www.onjava.com/pub/a/onjava/2006/09/27/tapestry-component-centric-framework.html ODP description: Open source framework for rapid development of web applications using Java with a coarse-grained pooling strategy, high code-reuse, and line-precise error reporting. Page title: ONJava.com -- Tapestry: A Component-Centric Framework Page description: Hemangini Kappla offers an introduction to Tapestery, an open source framework for rapid development of web applications using Java. ![]() |
|
|
Using the Java Native Interface (ACM Crossroads)URL: http://www.acm.org/crossroads/xrds4-2/jni.html ODP description: Using JNI, few examples illustrating the usefulness of this feature Page title: Using The Java Native Interface Page description: How to use the Java Native Interface; ACM Crossroads 4-2. ![]() |
|
| |