Guides 11792 Published by Philipp Esselbach 0

This article explores a solution for globalization applications in Java 2 Platform, Micro Edition (J2ME). It describes this solution throughout the software development life cycle, including requirements analysis, design, implementation, testing, and deployment. You'll learn why globalization is important in J2ME applications, the guidelines for developing a globalization application, and how to implement these guidelines throughout the development cycle.

Guides 11792 Published by Philipp Esselbach 0

This article discusses how Bayesian inference can be used to build an online PHP-based wizard that guides a user through the process making a medical diagnosis. This three-part series features interesting applications designed to help you appreciate the power and potential of Bayesian inference concepts.

Guides 11792 Published by Philipp Esselbach 0

If you've ever inherited and then had to maintain a Java-based legacy application, then this this article is for you. It shows you how to use aspect-oriented programming (AOP) to gain techniques and skills needed for dealing with complex and unfamiliar Java code. The code tips demonstrated should prove invaluable if you are responsible for the day-to-day maintenance of a legacy application.

Guides 11792 Published by Philipp Esselbach 0

Velocity is a versatile, open source templating solution that can be used standalone in report generation/data transformation applications, or as a view component in MVC model frameworks. This article introduces Velocity and reveals how you can integrate its template-processing capabilities into your own client-side standalone application, server-side Web application, or Web services.

Guides 11792 Published by Philipp Esselbach 0

Whether you want to develop a standalone grid or just want to provide an interface to an existing one, Perl can help. Through its extensible architecture and support for many of the protocols and systems that make up the modern grid, Perl is an ideal candidate either during submission or calculation and computation. This article shows you how to Integrate Perl into OGSI-based grid applications and services

Guides 11792 Published by Philipp Esselbach 0

An information grid gives users and applications secure access to any information anywhere over any type of network. This article defines the term " information grid" and shows that it is a core component of the grid computing model and outlines potential problems and the means of solving them in a distributed environment.

Guides 11792 Published by Philipp Esselbach 0

In the spirit of the season, Santa's helper Merlin Hughes, who doubles in real life as a Java developer, presents the design and implementation of a J2EE-based secret Santa Web application, along with a discussion of the tools and technologies that can be used to ease the development of such applications. The articles (also see Part 2 and Part 3) provide a broad overview of how to build a J2EE application from the ground up, using some modern tools and frameworks, with details of how these different technologies work together to produce the end result. While not intended as detailed treatises on any individual technology, these articles instead serve as guides to developing a Web application with J2EE. This first article focuses on the beans, their design and implementation, and the use of XDoclet to accelerate their development and deployment.