Introduction to Nutch, Part 2: Searching 16 Feb 2006 05:00 GMTIn the second part of this look at the Nutch web indexing and search engine, Tom White looks at how to perform searches on the index generated in part one's crawl, and shows how to integrate Nutch's search capabilities with your applications through direct Java calls to its API or via the OpenSearch API.
Source: Java.net Playing Together Nicely: Getting REST and SOAP to Share Each Other's Toys 15 Feb 2006 05:00 GMTConvincing your colleagues and clients to consider a RESTful approach to SOA is difficult when the accepted standard is SOAP-style services. In this article, Jason R. Briggs introduces a SOAP interface that can be used to deliver SOAP messages from REST resources.
Source: O'Reilly Integrating Ant with Eclipse, Part 1 15 Feb 2006 05:00 GMTAnt and Eclipse are the top Java build system and IDE, both by wide margins, so it's only natural you'd want to integrate them. In this excerpt from
Ant: The Definitive Guide, 2nd Edition, Steve Holzner shows how to create and run Ant
build.xml files from within Eclipse.
Source: O'Reilly Separation of Concerns and BPEL 14 Feb 2006 05:00 GMTShould a business process just be one more software feature? Not according to proponents of Business Process Execution Language (BPEL). Stephen B. Morris says that separating your business process code, via BPEL, from the rest of your business logic gives you robustness, pluggability, and customizability that's otherwise difficult to obtain.
Source: Java.net Development Standards in Apache Struts 11 Feb 2006 03:09 GMTWhen you've got a team of developers working on an application, standardization is crucial. This article offers several pieces of advice to help improve development speed and the quality of your applications.
Source: JavaBoutique Better File Uploads with AJAX and JavaServer Faces 09 Feb 2006 05:00 GMTBrowser-based file uploads present user experience problems, as the usual technologies offer little opportunity to show the user how the upload is progressing. Jacobus Steenkamp shows how to alleviate this with a combination of JSF and AJAX.
Source: Java.net Using Spring with JDO and Hibernate 08 Feb 2006 05:00 GMTEveryone knows about Hibernate, but what about Java Data Objects? Both of these object-relational persistence frameworks are well supported by Spring, and in this excerpt from
Spring: A Developer's Notebook, Bruce Tate and Justin Gehtland show you the advantages of each and how to integrate them with Spring.
Source: O'Reilly