Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 717 times
Java Data Objects a standardized Java API for object persistence facilitates the storage and retrieval of complex object models In this sample chapter from Java Data Objects you ll get learn their most important architectural points including implementations and vendors DO instances and transactional vs non transactional issues... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 606 times
Although the standard tag library is not technically a portion of the JSP specification they are closely related and can be used in any application server that supports JSPs Discover what these tags can do in this sample chapter from JavaServer Pages n... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 674 times
Good tools make all the difference when they re used on jobs where they fit What tasks are right for regular expressions and when are there better choices Cameron Laird runs it down for you... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 943 times
JDBC 4 is the forthcoming release of the Java Database Connectivity API Currently in Early Draft Review in the JCP JSR 221 JDBC 4 is a major new release with a strong focus on ease of use and programmer productivity and support for SQL 2003 data types including SQL s native XML type This article surveys the key JDBC 4 features... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 560 times
This chapter from The Java Language Specification specifies the lexical structure of the Java programming language It s written by James Gosling Bill Joy Guy Steele and Gilad Bracha so it doesn t get more authoritative than this The chapter covers Unicode lexical translations Unicode escapes line terminators input elements and tokens white... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 544 times
In this audio broadcast nine JSR spec leads and other Java and JCP luminaries discuss issues of the Java Community Process and Java standards... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 565 times
In this article Adam introduces a very sophisticated and useful data structure for string processing while at the same time revealing some interesting features of C... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 654 times
The Java Contactless Communication API enables mobile devices that communicate via short range wireless means such as RFID infrared or Bluetooth to exchange data This article explains the role of this new API in emerging near field communications and includes an example of reading data from any contactless target such as an RFID tag... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 640 times
Delve into the incredibly powerful Groovy scripting language aka JSR 241 that will be incorporated into the Java 6 SDK and runs on top of the JVM This is definitely a tool you will want to include in your programming arsenal... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 765 times
Learn how to write a Java program to adaptively design a time delay convolution filter with a flat amplitude response and a linear phase response using an LMS adaptive algorithm... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 1061 times
It s that time of year again Here is a description and timeframe for our yearly contest where we select which products are the best in their respective categories... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 6342 times
The Apache Struts J2EE framework is extremely flexible and is a good fit for most Web based projects Learn how to work with Struts go over its main features and discuss setting it up in an enterprise development environment such as JBuilder 2005... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 3529 times
Apache Maven s approach to automated builds and project management can save critical development hours by eliminating the need for build scripting and providing valuable features Learn about the advantages of Maven and get started using the newest version of Maven Maven 2... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 1659 times
In Eclipse all functionality is encapsulated in plug ins which plug into one another using well defined extension points Its Plug in Development Environment provides powerful tools and wizards to help you get started developing your own plug ins More importantly PDE will support your development throughout the entire cycle including distribution... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 3187 times
Discover Betwixt a utility tool for converting JavaBeans to XML and vice versa It s a flexible tool that uses Digester rules to create objects from XML files It also converts JavaBeans to XML in a manner that can be customized to a high degree... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 1264 times
A modular architecture allows users to create modules that conform to well described APIs and plug them into the application to extend the functionality This article shows one way to create a modular API in Ruby... Read Article.
Published on Sat, 22 Oct 2005 15:45:29 -0400 Read: 1353 times
In this article Austin Ziegler introduces the creation of a variety of types of documents with PDF Writer for Ruby This introduction covers basic creation partial document generation and customization and Rails generated documents... Read Article.