Java Subcategories |
JMX keeps your Java apps connected |
| Java | Views: 0 | |
| See how the JMX specification can help you keep Java apps working with other systems without having to master proprietary APIs |
Java, Symbian, and the Wireless Market: Questions & Answers |
| Java | Views: 0 | |
| Get the background on Symbian from Jonathan Allin — Symbian's Java Technology Manager and lead author of Wireless Java for Symbian Devices |
Java Web Services |
| Java | Views: 0 | |
| Java Web Services shows you how to use SOAP to perform remote method calls and message passing; how to use WSDL to describe the interface to a web service or understand the interface of someone else's service; and how to use UDDI to advertise (publish) a.. |
Java Variables and Strings |
| Java | Views: 0 | |
| Today we will cover what a variable is, how to declare it, Operators and using string variables |
Java Sound, Getting Started, Part 2, Capture Using Specified Mixer |
| Java | Views: 0 | |
| Baldwin shows you how to use the Java Sound API to capture audio data from a microphone and how to save that data in a ByteArrayOutputStream object. He also shows you how to identify the mixers available on your system, and how to specify a particular m.. |
Java Sound, Getting Started, Part 1, Playback |
| Java | Views: 0 | |
| Baldwin shows you how to use the Sound API to play back previously captured audio data. |
Java reference objects make caching easy |
| Java | Views: 0 | |
| Reference objects aren't just useful when memory is at a premium; they can also be used to provide slick caching abilities to any application. |
Java on Your Web Site? |
| Java | Views: 0 | |
| Some folks believe Java applets are the spice of life. Others feel that a Web site without Java is like a fish without a bicycle |
Java in Science: Data Inter- and Extrapolation Using Numerical Methods of Polynomial Fittings (3) |
| Java | Views: 0 | |
| In Part 3 of our series on some of the advanced scientific and engineering uses of Java, we look at the code for Polynomial Fittings |
Java constructors and initialization |
| Java | Views: 0 | |
| Learn what happens when you create new objects and how to control the process to your program's advantage |
Java Applet Basics |
| Java | Views: 0 | |
| This quick tutorial ofers you the bare-bones basics needed for working on a Java applet. |
Java and JDOM: the perfect couple |
| Java | Views: 0 | |
| In this article Keld Hansen shows you how to read and write an XML file, focusing on how to edit the document tree: adding, changing, or deleting the elements. If you hang on until the end of the article you'll be rewarded with a complete web application |
Java and Chemistry: A Simple Chemical Calculator |
| Java | Views: 0 | |
| These applications and classes are for chemists, biologists, and other science professionals who need to assess a molecular weight from a chemical formula, a basic operation in experimental chemistry |
Introduction to Java Data Objects (JDO) |
| Java | Views: 0 | |
| What can this Java API offer, how is it implemented, and how does it compare to EJBs and JDBC |
Introduction to Java Beans |
| Java | Views: 0 | |
| This course teaches you JavaBean concepts -- what Java beans are, why you would use them, and some of their characteristics.This Tutorial Requires Site Registration |
How to validate forms with JavaBeans |
| Java | Views: 0 | |
| What if your Web app supports too many forms to validate with hard-coded JavaScript? This server-side strategy can help automate the process |
How to Add Java Applets to Your Site |
| Java | Views: 0 | |
| A lot of sites feature Java applets, and if you've been searching through the Java Boutique's applet library, you may have found an applet you'd like to add to your own site. This guide will help you to do just that, and will point out some common proble.. |
Go native with Java Native Interface |
| Java | Views: 0 | |
| The JNI can greatly improve Java performance by letting you write parts of your app as natively compiled code. Here's what you need to know to get started |
Getting started with Java |
| Java | Views: 0 | |
| This tutorial will introduce you to Java programming. You'll compile and run your very own Java application, using Sun's Java Development Kit |
Generating XML via Java |
| Java | Views: 0 | |
| Most attention in the XML world focuses on parsing XML. The generation of XML documents is an often overlooked but necessary development task. Discover various approaches to XML generation |
|