O'Reilly Lions
java.oreilly.com
oreilly.com O'Reilly Network Safari Bookshelf Conferences Sign In/My Account | View Cart   
Book List Learning Lab eDocuments O'Reilly Gear Newsletters Press Room Jobs      O'Reilly China O'Reilly France O'Reilly Germany O'Reilly Japan O'Reilly Taiwan O'Reilly UK  
advertisement

 
Bioinformatics
C/C++
Databases
Digital Media
Enterprise Development
Game Development
Java
Linux/Unix
Macintosh/OS X
.NET
Open Source
Oracle
Perl
Python
Scripting
Security
Software Development
SysAdmin/Networking
Web
Web Services
Windows
Wireless
XML
Annoyances
CD Bookshelves
Cookbooks
Developer's Notebooks
Hacks
Head First
In A Nutshell
Missing Manuals
Pocket References
Personal Trainer
Technology & Society
Mandriva
No Starch Press
Paraglyph Press
PC Publishing
Pragmatic Bookshelf
SitePoint
Syngress Publishing
LinuxDevCenter.com
MacDevCenter.com
ONDotnet.com
ONJava.com
ONLamp.com
OpenP2P.com
Perl.com
WebServices.XML.com
WindowsDevCenter.com
XML.com
Beta Chapters
Events
From the Editors List
Letters
MAKE
Open Books
tim.oreilly.com
Academic
Corporate Services
Government
About O'Reilly
Bookstores
Catalog Request
Contact Us
International
Register Your Book
User Groups
Writing for O'Reilly


News Archive

1 to 19 of 19

09-24-04

Annotations in Tiger -- Annotations in J2SE 5.0 (Tiger) bring a much-needed metadata facility to the core Java language. In Brett McLaughlin's IBM developerWorks columns, he explains why metadata is so useful, delves into Tiger's built-in annotations, and shows how to create custom annotations. Brett is the author of Java 1.5 Tiger: A Developer's Notebook.

09-17-04

Developing Your First Enterprise Beans -- One of the most important features of EJB is that enterprise beans have the ability to work with containers from different vendors, but selecting a server and installing your enterprise beans aren't trivial processes. Learn how to define the remote interface, create a deployment descriptor, deploy, and everything else you need to create and use your first entity bean, in this excerpt from Enterprise JavaBeans, 4th Edition.

09-14-04

Study Shows Safari Saves Time -- A recent study by The Ridge Group of Princeton, New Jersey found that Safari Bookshelf delivers savings of about 24 times its cost. The group found that without the use of an Electronic Reference Library (ERL), the typical technology professional spends an average of 31 hours per month looking for answers, researching issues, and helping colleagues do the same. Safari subscribers, however, report an average of 13.5 hours saved per month--nearly half the amount of time lost by people who don't subscribe. Test it out: get a free trial.

09-07-04

Better, Faster, Lighter Java: Do One Thing, and Do It Well -- There's only one way to eat an elephant: one bite at a time. That's also the best way to code. Each bite of clear, simple Java code must have a single purpose. In Chapter 3 of Better, Faster, Lighter Java, you'll explore how to keep a maniacal focus on a single problem so that you can understand the problem; distill the problem to its essence; build effective, decoupled layers in the architecture; and periodically refine your approach. If you like this chapter, read the whole book (and up to nine others) on Safari with a free trial subscription.

08-31-04

Hardcore Java: Practical Reflection -- Reflection is one of the least understood aspects of Java, but also one of the most powerful. It allows you to build tools rather than panels, which adds complexity to your code but enables you to create systems that are much faster and cheaper to maintain. Learn all about it in this chapter from Hardcore Java. If you like this chapter, read the whole book (and up to nine others) on Safari with a free trial subscription.

08-30-04

Aspect-Oriented Annotations -- Aspect-Oriented Programming (AOP) and attributes are two leading-edge programming concepts, each with typical applications. By combining them, using attributes to indicate where AOP code should execute, you can effectively declare new Java syntax. Here's an introduction to this new technique, from Bill Burke, a coauthor of Enterprise JavaBeans, 4th Edition.

08-27-04

O'Reilly Corporate Services has a variety of ways to help your business, employees, customers, and associates. Take advantage of our bulk discounts when you're buying books for a work group, key customers, or internal training.  Consider bundling an O'Reilly book or integrating specific content, like an application's help files, with one of your products as a way to add value. Or save money on a Safari site license if there are five or more people at your organization who want to subscribe. There are many creative ways to take advantage of O'Reilly's content, online audience, and events. Find out how we can help at corporate.oreilly.com.

07-29-04

Keeping Up with the Java Joneses -- Ian Darwin covers a variety of new Java 1.5 features, including generics, J2SE 1.5 threading, the return of printf, and the IDEs NetBeans and Eclipse. Ian wraps up this article with resources to help you keep up with the rest of the Java Joneses. Ian is the author of the recently released Java Cookbook, 2nd Edition.

07-21-04

Criteria Queries in Hibernate -- James Elliot shows you how to use simple criteria and compound criteria, apply criteria to associations, and query by example using Hibernate, in this excerpt (in PDF format) from Hibernate: A Developer's Notebook.

07-16-04

In Better, Faster, Lighter Java authors Bruce Tate and Justin Gehtland lay out five basic principles to combat the bloat that has built up over time in modern Java programming. Justin applies these same principles to programming in .NET in this article, Better, Faster, Lighter Programming in .NET and Java.

07-13-04

Java vs .NET Security: Epilogue -- Having surveyed the current state of the art of security in Java and .NET, Denis Pilipchuk continues the story with a look at where the two platforms are headed in the near future. This epilogue is included in one of O'Reilly's new eDocuments: Java vs .NET Security (PDF).

07-06-04

Demonstrating Spring's Finesse -- Bruce Tate and Justin Gehtland provide a counter-example to the J2EE Pet Store application to show how using Spring can solve problems with simplicity and finesse rather than muscle, in this excerpt from their book, Better, Faster, Lighter Java.

05-20-04

Nested Classes, Part 2 -- One of the strangest types of inner classes is the limited-scope inner class, and the often confusing anonymous classes associated with it. Get a better idea of how inner classes work in Java, their syntax, and their problems, in this excerpt from O'Reilly's Hardcore Java.

07-24-03

Why Web Developers Need Java Server Faces -- Several good frameworks exist to make the Java server programmer's life easier. Unfortunately, problems still exist. In his inaugural Java Q&A; column, Chuck Cavaness explains why Java Server Faces matters. Chuck is the author of Programming Jakarta Struts and the recently released Jakarta Struts Pocket Reference.

10-31-02

JSTL 1.0: What JSP Applications Need, Part 3 -- In the final installment in this series on JSTL, learn how to leverage the JSTL classes when developing your own custom actions, by Hans Bergsten, author of JavaServer Pages, 2nd Edition.

09-25-02

New Safari Titles--Search, annotate, and read your favorite O'Reilly books on Safari Tech Books Online. New Safari titles include: Java NIO, Perl for Oracle DBAs, Information Architecture for the World Wide Web, 2nd Edition, and Essential Blogging.

07-05-02

Working with Complex Data Types--Learn how to pass custom types as parameters in Java in this excerpt from Java and SOAP.

07-03-02

O'Reilly Wins Best Web Services Book Awards--Web Services Journal announced the winners of its first annual Readers' Choice Awards, and O'Reilly took top honors in the book category. Programming Web Services with SOAP won the first runner-up award, and the winner was Java Web Services.

06-27-02

Working with Complex Data Types--Learn to use an array as the return value of a service method in part two of this excerpt from Java and SOAP.

1 to 19 of 19

Return to java.oreilly.com

Java.net Featured Weblog
More Weblogs »

Sponsored by:



O'Reilly Home | Privacy Policy

© 2005, O'Reilly Media, Inc.
Website: | Customer Service: | Book issues:

All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners.