1,523 captures
01 Feb 2001 - 31 Jan 2026
Feb MAR Apr
23
2003 2004 2005
success
fail

About this capture

COLLECTED BY

Organization: Alexa Crawls

Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.

Collection: alexa_dw

this data is currently not publicly accessible.
TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20040323182535/http://onjava.com:80/
 
ONJava.com -- The Independent Source for Enterprise Java
O'Reilly Network.oreilly.comSafari Bookshelf.Conferences.
Articles Weblogs Books Learning Lab News  
DevDays 2004 Is Coming. Register now and you could WIN A SMARTPHONE
Traveling to
a tech show?

Las Vegas Hotels
Discount Hotels
Hotel Discounts
Chicago Hotels
California Hotels
Canada Hotels
New York City Hotels




ONJava.com
supported by:

Accept Credit Cards
Home Loan



  

Extending Maven Through Plugins
Extending Maven to suit your process

  

Lazy Loading with Aspects
An implementation of lazy loading using AspectJ.

  

ONJava Reader Survey
The ONJava reader survey

  

Job Scheduling in Java  Scheduling recurring execution of a piece of code is a common task for Java developers. The Timer class has its place, but as Dejan Bosanac explains, developers with more sophisticated requirements might want to check out the Quartz API.   [ONJava.com]

Java APIs for Bioinformatics  An introduction to Java APIs for bioinformatics. This article includes usage information, examples, and current design challenges for API developers in the life sciences field.   [ONJava.com]

BlackMamba: A Swing Case Study  It's one thing to learn the bits and pieces of a Swing GUI -- how to create a model and wire it up to a JTable or JTree. It's quite another to think through and develop a full-blown application. Ashwin Jayaprakash uses an email client, BlackMamba, to show how the pieces of a Swing application fit together.   [ONJava.com]

MVC Heresy with SQLTags  When the "right" way is more than you need, is it wrong to do what works? Steve A. Olson introduces the SQLTags toolkit, which takes database access out of its traditional tier and puts it directly into JSP tags.   [ONJava.com]

Another Java Servlet Filter Most Web Applications Should Have  Adding to his previous must-have servlet filters, Jayson Falkner introduces another: one to activate client-side caching, so browsers won't re-request items they can just cache.   [ONJava.com]

Cooking with Java Servlets & JSP, Part 2  In this second and final batch of recipes excerpted from Java Servlet & JSP Cookbook, author Bruce Perry shows you how to access an EJB from a servlet on WebLogic, and how to connect to Amazon Web Services (AWS) with a servlet or JSP.   [ONJava.com]

Configuring JBoss 4.0 JDBC Connectivity  JBoss uses the HypersonicDB by default, but with a few configuration changes, it can use any JDBC-equipped database. Deepak Vohra shows how to use Oracle, Sybase, MySQL and other databases with JBoss.   [ONJava.com]

Java vs. .NET Security, Part 4  Java and .NET address similar code security issues, but which one offers the best security implementation? Denis Piliptchouk's series concludes with a look at user authentication and permissions, and a final wrap-up.   [O'Reilly Network]

Cooking with Java Servlets & JSP  Learn how to use the Java Plug-in HTML Converter tool to generate the tags for embedding an applet, how to configure a javax.sql.DataSource for use in a servlet with the Tomcat web container, and how to use the JSTL's XML and XSLT-related tags, in these sample recipes from O'Reilly's Java Servlets & JSP Cookbook.   [ONJava.com]

The Eclipse Project Looks Ahead  EclipseCon revealed the Eclipse project as not just an IDE, but a rich client platform with a flexible architecture, an active community, and a bright future. Daniel Steinberg gives a summary of the week's events.   [ONJava.com]

Security in Struts: User Delegation Made Possible  Struts may not have an all-encompassing security scheme, but what it does offer is extensibility. Werner Raemakers looks at how to extend Struts' security by allowing one group of users to delegate permissions to others.   [ONJava.com]

Java Desktop Development  Java developers can choose between three primary GUI toolkits for desktop applications: AWT, Swing, and SWT. Andrei Cioroianu looks at the history, pros, and cons of each in this first article in a series on standalone Java development.   [ONJava.com]

Approaches to Mocking  Conceptually, you know what mock objects are, but practically speaking, how do you create and use them? Do you write mocks by hand or generate them automatically? Simon Stewart considers these possibilities and others, such as AOP-based mocking.   [ONJava.com]

Six Cool New JSP and Servlet Features  Bruce Perry describes six cool new features Java developers using Tomcat 5.x and other Servlet-API-2.4- and JSP-2.0-compliant containers will want to use in their projects. Bruce is the author of Java Servlet & JSP Cookbook.   [ONJava.com]

Eclipse: A Java Developer's Guide  A beta preview of Steve Holzner's Eclipse: A Java Developers Guide. This chapter is titled "Building Eclipse Projects Using Ant."   [ONJava.com]

Safari Gets Bigger and Better -- Safari Bookshelf, the premier electronic reference library for IT professionals and programmers, now holds more than 2,000 books from the industry's leading technical publishers. As the library grows, so does its functionality: searches are powerfully precise and as broad or specific as you wish; and now, with a Safari Max subscription, you can download chapters to read offline. Safari will help you save time, reduce errors, keep current, and save more money than ever with up to 35% off print copies of your favorite books. If you haven't yet gone on Safari, try a free trial subscription.

Using JUnit With Eclipse IDE  Test-driven development principles call for writing the tests before writing any code. Alexander and Olexiy Prohorenko demonstrate how this approach can be used with the JUnit testing tool and the Eclipse IDE.   [ONJava.com]

Java vs. .NET Security, Part 3  Java and .NET address similar code security issues, but which one offers the best security implementation? Denis Piliptchouk's series continues with a look at how each platform handles code protection and code access.   [ONJava.com]

What's New in Tomcat 5  In December 2003, the Apache Tomcat developers released version 5.0.16 as the first stable release of Tomcat 5. Jason Brittain looks at the latest features and offers insight into the goals established for version 5.0, which had a direct impact on development. Jason is a coauthor of Tomcat: The Definitive Guide.   [ONJava.com]

Managing Your Dependencies with JDepend  Attributes like scalability and maintainability are qualitative in nature and hard to quantify, even hard to know until your code fails. But by analyzing dependencies between packages, JDepend gives you a way to measure how well-architected your code is.   [ONJava.com]

Effective Unit Testing with DbUnit  Writing unit tests first can be impractical when your code will depend on access to a database. Enter DbUnit, which allows you to write simple XML files to fill in for the yet-to-be populated database for testing purposes.   [ONJava.com]

Introduction to Aspect-Oriented Programming  Aspect-oriented programming (AOP) offers the ability to overlay new functionality atop existing code not by rewriting and recompiling, but by adding "aspects" to the compiled code. Graham O'Regan has an introduction.   [ONJava.com]

Hibernate your Data  Hibernate can persist any kind of Java object, manipulate a hierarchy of objects, handle collections, and work with transactions. Davor Cengija shows you how.   [ONJava.com]

The Effective Use of Joins in Select Statements Ajoin construct helps you effectively use select statements to mine relational databases. This article examines syntax, surprises, and rules of thumb for the use of joins.   [ONJava.com]

Apples and Oranges (and the Java Units Specification)  The Java Units Specification allows developers to create systems of units and to define conversion and representation rules in Java. Ori Kushner presents JSR 108, discusses possible uses and limitations, and provides ideas for future extensions.   [ONJava.com]

ONJava: 2003 in Review  A look back at ONJava articles from 2003, summarizing the big topics and major trends of the year in Java.   [ONJava.com]

Developing Custom Tag Libraries as Tag Files  This excerpt from Hans Bergsten's JavaServer Pages, 3rd Edition describes implementing custom tag library actions as plain text files and packaging them as tag libraries that can be used in JSP pages.   [ONJava.com]

Sliding into WebDAV  The Jakarta Slide project provides client- and server-side WebDAV capabilities for Java, effectively turning an HTTP connection into a remote file system. Andrew Anderson takes a look.   [ONJava.com]

Object Caching in a Web Portal Application Using JCS  One way to improve server-side performance is to cache data instead of generating it over and over again. Srini Penchikala takes a look at how the Java Caching System makes this possible.   [ONJava.com]

QTJ Audio  QuickTime Java is well-suited to be the engine of audio-only applications, such as MP3 players. This article develops an audio player, QTBebop, that displays song metadata, band levels, and current time, all of which help introduce the useful audio-related tools provided by QuickTime to the Java developer. We also look at QuickTime's "callbacks," which are critical to all kinds of QT apps.   [ONJava.com]





Explorations: Googleminer, Part 1
Internet Applications: Googleminer


BEA Systems

Using App Server-Specific Functionality on Multiple App Servers
When designing an application to run on a J2EE compliant application server sometimes it is necessary to go beyond the specs, and use functionality that is app server-specific.


Java Cookbook: Recipe of the Day

The client looks good on paper, but will be lonely without a server to talk to.

Do it now.

Weblogs: Links & Commentary

Luxor localization by Davor Cengija [java.net weblogs]

The next big thing by Daniel H Steinberg [java.net weblogs]

One of my favorite IDEA features by Eric M. Burke [Java]

Dating advice you need by Daniel H Steinberg [java.net weblogs]
More Java-related web logs.

Today's News
March 23, 2004

Sun Wants to Make Linux 3D gruenz writes "Linux Planet writes in this article about a project inside Sun developing "an experimental 3D successor to Java Desktop that they believe will ... [Source: Slashdot Org latest news headlines]

Mobile Web Services Reign at CTIA Sun, Liberty Alliance among those showing off Java Web services at the largest wireless show of the year. [Source: internetnews.com: Top News]

Introduction to JavaServer Faces, Part 3 This chapter has been leading us gently through the JavaServer Faces technology. More importantly, i... [Source: Developer Shed]

The JCP Evolves Again Representing 8 months of dedicated work, JCP 2.6 is a major step in the evolutionary process to bring you a more stable, higher-performing, more secure Java platform. [Source: Java Technology Highlights]

Sun to Extend Java with Linux, New Price Points Systems vendor looks to offer Linux on key infrastructure software and unveils subscription pricing models. [Source: internetnews.com: Top News]

More News


Events

Wisconsin Java Software Symposium
Milwaukee, WI Apr. 16, 2004

New England Software Symposium
Boston, MA Apr. 23, 2004

Twin Cities Software Symposium
Minneapolis, MN Apr. 30, 2004

More Events

Sponsored by:



Contact Us | Advertise with Us | Privacy Policy | Press Center | Jobs

Copyright © 2000-2004 O坦eilly Media, Inc. All Rights Reserved.
All trademarks and registered trademarks appearing on the O'Reilly Network are the property of their respective owners.

For problems or assistance with this site, email