Languages
- 3922
- Java Gotchas
- Tricky parts to the Java computer language - quirks, features and nasty surprises, and how to get around them.
- 3923
- Jax Systems: DocJar:
- Open Source Java code search engine. Browse Java documents and source code. Includes a free Eclipse plug-in to allow users to browse the site from their Eclipse IDE.
- 3924
- Diagnostic tests with Ant (ONJava.com)
- 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.
- 3925
- Esper: Event Stream Processing and Correlation [ONJava.com]
- 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.
- 3926
- Java and Sound (ONJava.com)
- 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.
- 3928
- Mr.Haki's (JBuilder) JavaBean Tutorial
- This tutorial shows how to build JavaBeans using JBuilder 2 Java BeansExpress.
- 3929
- Print on all Java platforms with JPS [TechRepublic]
- Java Print Service (JPS) allows you to print even on very size-limited platforms such as J2ME; it also supports standard Java 2D graphics. Learn how to organize printing with this API.
- 3930
- Process the command line with CLI in Java (TechRepublic)
- Writing code to parse command line arguments is still necessary sometimes. When you need to examine command line arguments, see how and why you should use your open source Java toolkit and use Command Line Interface.
- 3931
- Remember Java
- Java tutorial with large example library. New tasks and examples added weekly or monthly.
- 3932
- RoseIndia.net
- Contains many quality Java, JSP, RMI, MySQL downloads, tutorials, source codes and links to other java resources.
- 3933
- Software Developers
- Java tutorials - basic tutorial, servlets, and JDBC. Example code, tips and resources.
- 3934
- Web Services Messaging with Apache Axis2: Concepts and Techniques [ONJava.com]
- 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.
- 3935
- Working with the Google Web Toolkit [ONJava.com]
- 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.
- 3937
- Tapestry: A Component-Centric Framework [ONJava.com]
- 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. (September 27, 2006)
- 3938
- Hello World program
- A short example demonstrating an implementation of the proverbial "Hello World" app.