Published on Fri, 02 May 2008 08:02:22 -0400 Read: 40 times
This article is an introduction to Flexive, an open source Java EE 5 application development stack. The authors have extracted a complete application template and describe its use.... Read Article.
Published on Fri, 07 Dec 2007 08:02:33 -0500 Read: 87 times
Build processes in Java haven't evolved much since the introduction of Ant or Maven. With the ability to use scripting languages like Groovy and JRuby on the JVM, the power of a full language can be brought to bear on the build process. This article discusses Raven, a build system for Java that uses JRuby.... Read Article.
Published on Sat, 17 Nov 2007 08:02:27 -0500 Read: 93 times
In this article Colin (Chun) Lu discusses some of the complexities facing a large-scale J2EE application and demonstrates a rules-based Java Enterprise Edition auto-deployer using XStream and the JAR Utility API.... Read Article.
Published on Fri, 09 Nov 2007 08:02:35 -0500 Read: 92 times
S3 is a file storage and serving service offered by Amazon. In this article, Eric Heuveneers demonstrates how to use Amazon S3 via its simple REST API to store and serve your own documents, potentially offloading bandwidth from your own application.... Read Article.
Published on Tue, 11 Sep 2007 08:04:29 -0400 Read: 119 times
This article introduces a Java-XML binding technique based on VTD-XML and XPath. This approach doesn't mandate a schema, takes advantage of XML's inherent loose encoding, and avoids needless object creation, so it is much more efficient for lightweight data binding.... Read Article.
Published on Wed, 22 Aug 2007 08:02:41 -0400 Read: 143 times
In this article, Eitan Suez discusses how to use his JMatter framework for rapid development of rich client applications. JMatter is an implementation of the 'Naked Objects' design pattern.... Read Article.
Published on Thu, 02 Aug 2007 08:02:28 -0400 Read: 111 times
In this article, Anghel Leonard give us a walkthrough of JavaFX Script, the syntax, several examples, and usage within Eclipse and NetBeans.... Read Article.
Published on Thu, 19 Jul 2007 08:02:47 -0400 Read: 114 times
Using the Eclipse Graphical Modeling Framework (GMF), this article takes the reader through a step-by-step creation of the construction of an application using GMF. Beyond the wizards, get an introduction to GMF 'under the hood.'... Read Article.
Published on Fri, 13 Jul 2007 08:02:28 -0400 Read: 100 times
Using the Eclipse Graphical Modeling Framework (GMF), this article takes the reader through a step-by-step creation of the construction of an application using GMF. Beyond the wizards, get an introduction to GMF 'under the hood.'... Read Article.
Published on Sat, 23 Jun 2007 08:06:12 -0400 Read: 114 times
BitTorrent is one of the more popular protocols being used for peer-to-peer file transfers, and enabling your Java applications to use this protocol has never been easier. With a little theory and a lot of working code, this article shows you how to add peer-to-peer protocols to your own apps.... Read Article.
Published on Tue, 12 Jun 2007 08:02:22 -0400 Read: 133 times
Your data model was near perfect when your application was first written. Since then, it has... evolved. In this article, we will show readers how to upgrade their faulty schemas and data models without affecting existing applications or processes.... Read Article.
Published on Fri, 25 May 2007 08:02:16 -0400 Read: 132 times
This article shows how to use the Lucene Query Parser to build search capability into your application, adapting it onto a legacy database rather than using the entire Lucene package.... Read Article.
Published on Sat, 12 May 2007 08:02:11 -0400 Read: 146 times
What happens when you get the CTO of Sun and the editor of OnJava in the same room at JavaOne? A short but informative interview for the OnJava readers about JavaFX Script, JavaFX Mobile, and the future of the Java platform.... Read Article.
Published on Thu, 10 May 2007 08:02:19 -0400 Read: 127 times
Workflow is a concept that means different things in different business environments. In this article, the authors discuss the core essence of workflow engines in simple terms, describing a conceptual model known as the "Process Virtual Machine."... Read Article.
Published on Fri, 04 May 2007 08:02:13 -0400 Read: 127 times
Tim Bray recently took some time out of his hectic schedule to talk to the O'Reilly Network about his current work on the Atom protocol, his views on JRuby, and Sun's evolving Web strategy. Find out what is on Tim's mind these days.... Read Article.
Published on Sat, 21 Apr 2007 08:02:06 -0400 Read: 96 times
Most JMS destinations are created administratively and treated as static resources, but you can dynamically create your own topics and queues at runtime. In this article, Thribhuvan Thakur shows us how to create temporary JMS topics and queues, and discusses architectural reasons why we might want to do so.... Read Article.
Published on Tue, 10 Apr 2007 08:02:55 -0400 Read: 106 times
The methods people commonly think of for controlling threads were deprecated long ago, and are not safe to use. In this article, Viraj Shetty shows the appropriate techniques for starting, pausing, resuming, and stopping activities taking place in a multithreaded application.... Read Article.
Published on Sat, 24 Mar 2007 08:02:16 -0400 Read: 118 times
Groovy is one of the more popular dynamic languages for the JVM. It has a familiar syntax, reduces large amounts of scaffolding code, and integrates seamlessly with Java. Learning Groovy means gaining access to all of the richness emerging in the dynamic language world while still leveraging the skills, infrastructure, and libraries you already have... Read Article.
Published on Fri, 16 Mar 2007 08:02:12 -0400 Read: 87 times
Java Reflection is not confusing once you have a good understanding of the concepts. In this article, Russ Olsen describes how to get useful information about a class using the basics of the Reflection API.... Read Article.
Published on Fri, 09 Mar 2007 08:02:18 -0500 Read: 112 times
Event-driven architectures turn a traditional data-driven application's architecture upside-down. Instead of storing the data and running queries against stored data, Esper allows applications to store queries and run the data through. This article introduces Esper, a lightweight event processing kernel written in Java.... Read Article.