★ wanayoo — archive 1999 http://javaboutique.webdeveloper.com/tutorials/more.htmlNouvelle recherche | Portail wanayoo

The Event For Leading Edge Flash Development


Find a Web Host With:
CGI Access
DB Support
NT Servers
UNIX Servers
Telnet Access

advanced search
Internet News
Internet Investing
IT
Windows Technology
Linux/Open Source
Developer
Interactive Marketing
xSP Resources
Small Business
Wireless Internet
Downloads
Internet Resources
Internet Lists
International
EarthWeb
Career Resources

Search internet.com
Advertise
Corporate Info
Newsletters
E-mail Offers
Be a Commerce Partner
Shop For Computers
Build Flash Online
Promote Your Website
Web Hosting Specials
Compare Prices & Shop
Business Search
Find a Consultant
Register Domains
Build an Online Store
Software Store
FlashKit
Gif.com
HierMenusCentral
JavaBoutique
JavaScript.com
JavaScriptSource
WebDev Jobs
JustSMIL
ScriptSearch
StreamingMediaWorld
Web Hosts
WebDevelopersJournal WDVL
WebDeveloper.com
WebReference.com
XMLFiles.com
CGI
HTML
Java
JavaScript
Web Design and Promotion
Web Site Development
E-mail Address:


Can you receive
HTML e-mail?

Yes   No

Zip Code:



Java Boutique : Tutorials :

Tutorial Index
Advanced Developers Some Experience required
New to Java Other internet.com sites

More Tutorials at internet.com

Gamelan: Using JOONE for Artificial Intelligence Programming
by Jeff Heaton - Published 11/21/2002 Explore JOONE, an open source Java library that allows you to create programs that make use of neural networks.

WebRef: Java-JSP Menu Builder for HierMenus
When a single static array of menus isn't a viable option, HM implementors often turn to server-side techniques. This case-in-point solution utilizes JSP technology to auto-generate HierMenu arrays on a page by page basis. By Paulo Caroli and Srimant Misra.

Gamelan: Processing Stack Trace Data in Java
With the release of JavaTM 2 SDK, Standard Edition Version 1.4 you can now write logic into your programs to analyze and make decisions on the basis of stack trace information. You can also encapsulate that information into objects. Richard Baldwin shows you how here.

Gamelan: JXTA for Wireless Java Programmers
Interested in adding J2ME devices in Peer-to-Peer (P2P) computing? This new series will use JXTA as an example P2P network and show why, when, and how to use J2ME as a JXTA peer.

Gamelan: Installing and Using the Torque Object Mapper
Do you still spend a lot of your time implementing the persistence layer in an application? Have you looked into the Apache Jakarta Torque project? It allows a developer to create one XML file, and have both a persistence layer and database schema automatically generated for them.

Gamelan: The Essence of OOP using Java, Exception Handling
Even though it is a bit late in the season to play throw and catch, Richard Baldwin shows why the practice is so important in Java.

Optimizing Stylesheet Execution with the Java Transformation API for XML(TrAX)
Are you encountering performance problems when using XSL? Help is available. Jeff Ryan shows that using TrAX to invoke XSL stylesheets from Java programs may solve your problems.

Gamelan: The ByteBuffer Class in Java
Are you prepared to take full advantage of the new features of Java version 1.4.0? Do you work with the ByteBuffer class? Richard Baldwin explains the ByteBuffer class, which is fundamental to many of the new features in Java version 1.4.0.

WebRef: Book Excerpt: Beginning Java 2 SDK, Pt. 5
We conclude our series of excerpts focused on the creation and use of Java classes. Find out how to pull multiple rabbits out of a hat using nested classes; and why the finalize method isn't always as final as you might think. From Wrox Press.

Gamelan: Chained Exceptions in Java
By Richard G. Baldwin - Published 7/23/2002 Baldwin teaches you how to use the chained exception facility that became available with release 1.4.

The Essence of OOP using Java, Array Objects, Part 3
Richard Baldwin discusses various details regarding array objects in Java, including: members of an array object, interfaces implemented by array objects, Class objects and array objects, and the classes named Array and Arrays.

WebRef: Book Excerpt: Beginning Java 2 SDK, Pt. 2
Creating and using constructors is the key topic of this excerpt. You can use the default constructor, create your own, or, with the help of method overloading, create multiple unique constructors for the same Java class. From Wrox Press.

Gamelan: Serializing Java Objects as XML
Until the release of Java 2 Standard Edition (J2SE) Version 1.4, Java objects could only be serialized to a proprietary, binary format. Now, discover how Java objects can be serialized as XML documents, a feature of the new long-term persistence API for JavaBeans.

Gamelan: Programming with Enumerators
Having experience in a procedural language provided a developer with the underlying idea of enumerators; however, there is a small gap to cover if using them with .NET.

allnetdevices: Safe,Small, Speedy Mobile Java
NTRU claims its Neo for Java is a a secure solution that overcomes size, speed constraints on mobile devices, w ith accelerated time to market.

Gamelan: Real-time Specification for Java (RTSJ)
Discover how RTSJ extends the Java Platform with an industry standard set of extensions that enables the construction of systems that exhibit real-time behaviour.

Gamelan: Understanding the Buffer class in Java
By Richard G. Baldwin
The newly released version 1.4 of Java 2 provides new features and improved performance in the areas of buffer management, scalable network and file I/O, character-set support, and regular-expression matching. The Buffer class is fundamental to many of these new features.

Gamelan: The Essence of OOP using Java, Array Objects, Part 2
By Richard G. Baldwin
Discover the programming details involved in the use of array objects. Richard Baldwin presents three ways to emulate traditional two-dimensional rectangular arrays, and also shows how to create and use ragged arrays.

IPW: .NET Enable Your Java Applications
Convert your existing Java classes to Web services instantly, without extensive knowledge of SOAP, XML, WSDL, or UDDI.

IDM: O'reilly Chapter Excerpt: Java Server Pages - Generating Dynamic Content
...In this chapter, we develop a page for displaying the current date and time, and look at the JSP directive element and how to use JavaBeans in a JSP page along the way. Next, we look at how to process user input in your JSP pages and make sure it has the appropriate format. We also look at how you can convert special characters in the output, so they don't confuse the browser.

WebRef: Site User Logon with XML, Java Beans and JSP
During this tutorial we will use XML and Java Server Pages to verify a user's logon - and then store the results in a session Java Bean for easy access.

WDVL: Building Web Applications Using Servlets and JSP Part II
In the first part of this series we built a simple web application with Servlets and JSP, but we skipped over some of the finer details, specifically accessing the database using Servlets. In this part we will show you how to modify our Login Servlet to validate the userid and password with those from the database.

WDVL: Building Web Applications Using Servlets and JSP
So you have heard about servlet and JSP, but how to put these together? "Building Web Applications Using Servlets and JSP" steps through the different components involved in developing a simple web application using 'server side Java'.

WDVL: Introduction to Databases for the Web: JDBC
As with DBI, JDBC provides a standard API which you can use regardless of what Database is being used in the backend.

LinuxPlanet: Extending Java with BEA WebLogic for Linux
No application server on the market supports Java better than BEA Systems' WebLogic Server, what with support for Java Server Pages (JSP), Java Messaging Services, and Enterprise JavaBeans.

WDJ: Using the HttpSession object of the Servlet API
The Java Servlet API represents an elegant and powerful way to shift processes from client to server, and offers a number of advantages over CGI. These advantages have certainly been enumerated so that most developers are aware of the servlet advantage. However, some of the details of the servlet architecture may at first seem daunting. Here's a short introduction on one aspect of writing servlets: the HttpSession object.

WebRef: 3D Animation Workshop: Web3D Gaming
Ladies and gents, step right up! Try your luck at the amazing interactive dunk-o-matic. Learn how a little Java can go a long way to create compelling 3D games.

WDJ: Object Persistence Made Easy
With object serialization, your Java applets and applications can save and load the state of objects to disk or over a network. In this article, we'll examine the benefits of object serialization, and how to implement it in your own programs.


Applet Index
(sorted alphabetically)

A B C D E F G H I J K
L M N O P Q R S T U
V W X Y Z #s
The Java Source
(applets w/source code)

A B C D E F G H I J K
L M N O P Q R S T U
V W X Y Z

How to Add Java Applets to Your Site

New on the Java Boutique:

New Article:
Struts in Action
The newest book excerpt from "Struts in Action" covers validators, bundles and configuration files.
... [more articles]

New Tutorial:
Converting XML documents to Java objects with Castor XML
If you're working with XML documents, and your focus is more on the contents of the documents, and not so much on the XML structure, then Castor XML may be what you're looking for. This month Keld Hansen focuses on the conversion capabilities of Casto XML.
... [more Tutorials]

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

internet.com logo














WebDev News

Microsoft Buys Into SCO Group's Unix

Microsoft Joins Security Firms in Virus-Warning Pact

HP Releases Itanium-based Operating System



Database Journal Launched!
Jupiter Media has announced the launch of Database Journal. DBJ offers SQL courses and other database related resources for beginner to expert developers.



IronEye Cache
IronEye Cache from IronGrid, Inc. is a Java tool that easily enables intelligent caching in any JDBC application with no changes to source code.
Download of the Week
X Images
This is an Image Show applet. All images have a URL. If you double-click on an image you go to that url with specified frame.

JB User Poll
As a JavaBoutique Reader what kind of articles do you prefer?
The JavaBoutique Top 15:
1. ChompText
2. PingPong
3. DJPopMenu
4. NavBar
5. RushHour
6. 3DMaze
7. SonaliCalendar
8. Encyclo
9. AnimLetters_anim
10. AScroll2
11. Nibbly
12. Viewer
13. BMI
14. BMMenu
15. imageviewer
Want more? Check out our Top 100!

Refer-It
Affiliate Program and Referral Directory.
New on internet.com
Dell Well Positioned for the New Tech Environment
If technology is becoming a commodity, then Dell may be the best-positioned tech company of them all.

Keeping Tabs on Your Good Name
A new application, Google Alert, offers a new approach for staying up to date with your interests by routinely performing daily Google searches and sending e-mail notifications of new results that appear, complete with the links.

Security Product of the Year -- Norton AntiVirus Corporate Edition
Answer: Yaha, Klez, Lovegate, Bugbear and Backdoor. Question: What are five reasons Datamation readers selected Symantec AntiVirus Corporate Edition 7.6 as the Security Product of the Year?


100's of firms that help your Web site be found

Copyright 2003 Jupitermedia Corporation All Rights Reserved.
Legal Notices,  Licensing, Reprints, & Permissions,  Privacy Policy.
http://www.internet.com/