| Home : Java : Java |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Java Listings
|
|
Total:
153 | Displaying: 61 - 70 | Pages: << 1 2 3 4 5 6 7 8 9 10 >> |
|
|
|
This lesson updates Dom11 into a new program that tests and exercises several methods that were not tested by the samples used in the previous lesson. I will show that once you have a library of Java methods that emulate XSLT elements, it is no more difficult to write a Java program to transform an XML document than it is to write an XSL stylesheet to transform the same document.
Updated: 05/18/2005
|
|
|
In this lesson, I will explain default XSLT behavior, and will show you how to write Java code that mimics that behavior. The resulting Java code serves as a skeleton for more advanced transformation programs.
Updated: 05/18/2005
|
|
|
As the name implies, the Java API for XML Processing (JAXP) is an API designed to help you write programs for processing XML documents. JAXP is very important for many reasons, not the least of which is the fact that it is a critical part of the Java Web Services Developer Pack (JWSDP). As you are probably already aware, web services is expected by many to be a very important aspect of the Internet of the future. This is the third lesson in a series designed to initially help you understand how to use JAXP, and to eventually help you understand how to use the JWSDP.
Updated: 05/18/2005
|
|
|
This series of lessons is designed to teach you how to use the Java Sound API. The first lesson in the series was entitled Java Sound, An Introduction. The previous lesson was entitled Java Sound, Audio File Conversion. Two types of audio data. Two different types of audio data are supported by the Java Sound API: Sampled audio data . Musical Instrument Digital Interface (MIDI) data .
Updated: 05/18/2005
|
|
|
As the name implies, the Java API for XML Processing (JAXP) is an API provided by Sun designed to help you write programs for processing XML documents. JAXP is very important for many reasons, not the least of which is the fact that it is a critical part of the Java Web Services Developer Pack (Java WSDP). According to Sun,\"The Java WSDP is an all-in-one download containing key technologies to simplify building of Web services using the Java 2 Platform.\" This is the first lesson in a series designed to initially help you understand how to use JAXP, and to eventually help you understand how to use the Java WSDP
Updated: 05/18/2005
|
|
|
This series of lessons is designed to teach you how to use the Java Sound API. The first lesson in the series was entitled Java Sound, An Introduction. The previous lesson was entitled Java Sound, Creating, Playing, and Saving Synthetic Sounds. Two types of audio data. Two different types of audio data are supported by the Java Sound API: Sampled audio data . Musical Instrument Digital Interface (MIDI) dataThe two types of audio data are very different. I am concentrating on sampled audio data at this point in time. I will defer my discussion of MIDI until later.
Updated: 05/18/2005
|
|
|
The Java Authentication and Authorization Service (JAAS) was introduced during the lifetime of JDK 1.3. JAAS provides two services: authentication and authorization. The authentication service is pluggable, which means that an application can remain independent of the authentication techniques used, that authentication modules can be upgraded easily, and that an application can use multiple forms of authentication concurrently. Let's look at the authentication part of JAAS, and then we'll discuss authorization later
Updated: 05/18/2005
|
|
|
The trickle of IDEs for Java on handheld devices, though still a trickle, is at least steady. The Palm Onscreen Emulator (POSE) has been good enough—for some time—as a realistic execution environment. Esmertec's Jbed (read the Java to Go column \"A Comfortable Jbed,\" in the February 2002 issue of Java Pro) has already demonstrated how easily the POSE can blend into a Java development environment.
Updated: 05/18/2005
|
|
|
This is the first lesson in a series designed to teach you how to write a Java program to remove SPAM from your Email server before it is downloaded into your primary Email client. The communications module. This lesson explains the communications module used to communicate with your Email server, and to remove SPAM messages from the server.
Updated: 05/18/2005
|
|
|
This is the second lesson in a series designed to teach you how to write a Java program to remove SPAM from your Email server before you download it into your primary Email client. The first lesson was entitled Enlisting Java in the War Against SPAM, Part 1, The Communications Module. The communications module. The first lesson explained the communications module used to communicate with your Email server, and to remove SPAM messages from the server.
Updated: 05/18/2005
|
|
|
Java Listings
|
|
Total:
153 | Displaying: 61 - 70 | Pages: << 1 2 3 4 5 6 7 8 9 10 >> |
|
|