Skip to main content

Posts

Showing posts from May, 2008

Create reports quickly with the Eclipse-based BIRT system

Packt is pleased to announce a new book on Business Intelligence and Reporting Tools (BIRT) that provides understanding and structure in a fast paced, task driven and tutorial style. Practical Data Analysis and Reporting with BIRT focuses on the most visible and familiar product built with the BIRT framework, which is the BIRT Report Designer. BIRT, which stands for Business Intelligence and Reporting Tools, is an Eclipse-based open source software project that provides reporting and business intelligence capabilities for rich client and web applications, especially those based on Java and J2EE. BIRT is in fact a collection of development tools and technologies used for developing reports utilizing the BIRT runtime framework component on an application server. BIRT has two main components: a visual report designer within the Eclipse IDE for creating BIRT Reports, and a runtime component for generating reports that can be deployed to any Java environment. This book has a fast-paced, tas...

Seam 2.0.2 Released

Pete Muir has  announced  the release of Seam 2.0.2.GA. For this release he says: "This release focuses on stability, component updates and documentation improvements. We've fixed over 150 bugs since Seam 2 was released back in November, and, with over 70 000 downloads since then, Seam 2 has had pretty good exposure." Seam is a compelling framework for developing web applications based upon EJB3, JPA and JSF. Full support for developing Seam applications within Eclipse is provided via the  JBoss Tools  project and in NetBeans via the  Facelets Plugin . This latest release of Seam can be downloaded from  Sourceforge .

Extend and Customize OpenCMS through its Java API

Packt Publishing, the publisher of computer related books, announced the release of its new book OpenCMS 7 Development. OpenCms is a professional-level open-source Website Content Management System, based on Java and XML. Many companies or organizations have requirements that go beyond what is available in the standard OpenCms application. Thankfully, OpenCms can be used by Java developers to create sophisticated add-ons and customizations that extend the power of OpenCms in virtually unlimited directions. Targeting version 7 of OpenCms, this book is for Java developers interested in extending and further customizing OpenCms through its Java API. Starting by showing how to set up a development environment for OpenCms work, the book moves you through various tasks of increasing complexity. Some of the common tasks covered are building OpenCms, XML asset type development, templating, module development, user and role setup, and search integration. In addition to these common tasks some m...

JGAP 3.3.3 released

JGAP is a sophisticated Genetic Algorithms and Genetic Programming package written in Java. JGAP version 3.3.3 is an extensive release, featuring basically the following: * The evolution cycle has been revamped and simplified for a better understanding * A lot of smaller enhancements and architectural improvements, see the change log * Some bugs have been fixed * The basic MinimizingMakeChange example was simplified * Improved grid computing by adding new classes and features * Javadoc-enhancements * New JUnit tests This release can be downloaded here:  http://sourceforge.net/project/showfiles.php?group_id=11618&package_id=48940 For more information visit the JGAP homepage at  http://jgap.sf.net Klaus Meffert for the JGAP team