2011/12/21 - Jakarta has been retired.

For more information, please explore the Attic.

Support

Ex-Jakarta

28 December 2005 - Tapestry 4.0-rc-3 released

The latest (and hopefully, final) release candidate for Tapestry 4.0 is now available. Tapestry is a component based web application framework that provides lots of functionality with minimal Java coding, and creates an environment that supports high levels of reuse.

This release fixes a page initialization bug.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry


23 December 2005 - Commons FileUpload 1.1 released

The Commons FileUpload team is pleased to announce the release of Commons FileUpload 1.1. This release contains several new features, as well as many bug fixes. A full list of changes since the previous release can be found in the change log.

Commons FileUpload is available in either binary or source form from the FileUpload download page.


20 December 2005 - Commons Math 1.1 released

The Jakarta Commons Math team is pleased to announce the release of Commons Math 1.1.

Commons Math is a library of lightweight, self-contained mathematics and statistics components.

The new release contains bug fixes and enhancements. All API changes are binary compatible with version 1.0. The enhancements include some new probability distributions, a Fraction class, new matrix and numerical utilities, and a PRNG pluggability framework making it possible to replace the JDK-supplied random number generator in commons-math (and elsewhere) with alternative PRNG implementations.

Commons Math is available in either binary or source form from the Commons Math downloads page on the Apache mirrors. The commons-math 1.1 release jar has also been deployed to the Apache Maven repository at http://www.apache.org/dist/java-repository/ and the Maven main repository at http://www.ibiblio.org/maven/. Please remember to verify the signatures of the files you download using the keys available on the download page.

Jakarta Commons welcomes community participation and contributions from all interested parties. User feedback or questions related to Commons Math should be directed to the commons-user mailing list. Development-related topics are discussed on the commons-dev list. See the Commons mailing list page for instructions on how to subscribe to or view the archives of these lists. Please start the subject line of math-related posts to either of these lists with [math].

To submit patches or bug reports, follow the directions on the Commons Math Issue Tracking Page. Thanks in advance for your feedback!


20 December 2005 - Commons HttpClient 3.0 released

The Jakarta Commons HttpClient project is pleased to announce the release of HttpClient 3.0. This release fixes all of the bugs discovered in RC4. As before, we strongly recommend that all users upgrade to HttpClient 3.0.

HttpClient 3.0 provides the following new features:

  • Architecture
    • New preference architecture
    • Improved exception handling framework
    • Granular non-standards configuration and tracking
    • Improved HTTP Version configuration and tracking
    • Support for streaming entities
    • Support for tunneled HTTP proxies via the ProxyClient
    • Ability to abort execution of HTTP methods
  • Connection management
    • Support for closing idle connections
    • Support for JDK1.4 connect timeout through reflection
    • Support for connection manager shutdown
  • Authentication
    • Improved authentication framework
    • Plug-in mechanism for authentication modules
    • Interactive authentication support
    • Alternate authentication support
  • Cookie management
    • Cookie specification plug-in mechanism
    • 'Ignore cookies' cookie policy
    • Improved Netscape cookie support
  • Redirects
    • Cross-site redirect support

Downloads:

For more information on Commons HttpClient, please see the HttpClient web site.


18 December 2005 - Tapestry 4.0-rc-2 released

The second release candidate for Tapestry 4.0 is now available. Tapestry is a component based web application framework that provides lots of functionality with minimal Java coding, and creates an environment that supports high levels of reuse.

This release supplies some missing documentation, including user input validation. It also fixes a subtle startup bug that affects deployments under JDK 1.3.

A full listing of changes is available in the change log.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry


17 December 2005 - Commons Configuration 1.2 released

The Commons Configuration team is pleased to announce the availability of Commons Configuration 1.2. This release contains a couple of bug fixes, many of them related to file based configurations and reloading strategies. There are some new features as well. A full list of changes since the previous release can be found in the change log.

Commons Configuration is available in either binary or source form from the Configuration downloads page.


07 December 2005 - Tapestry 4.0-rc-1 released

The first release candidate for Tapestry 4.0 is now available. Tapestry is a component based web application framework that provides lots of functionality with minimal Java coding, and creates an environment that supports high levels of reuse.

This release fixes a number of minor bugs and a major bug that caused Tapestry to be unusable in portlets. Documentation was improved, and a new section of documentation for Tapestry JavaScript templates was added. In addition, a few last-minute features were slipped in: the default binding prefix can now be set (overriding the default, "ognl") and the stategy used by Tapestry to localizes assets and resources is now pluggable and extendable.

A full listing of bug fixes is available in the change log.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry


03 December 2005 - Commons Net 1.4.1 released

The Commons Net team announces the release of Commons Net 1.4.1. This is a small fix release to clean up ONLY the inadvertently introduced dependency on JDK 1.4 in commons-net 1.4.0

Net is available in either binary or source form from the Net downloads page.


15 November 2005 - Commons Validator 1.2.0 released

The Commons Validator team is pleased to announce the availability of Commons Validator 1.2.0. For a summary of whats new in Validator 1.2.0 see the notes on the Commons Wiki. A complete list of changes is available in the change log.

Validator is available in either binary or source form from the Validator downloads page.


14 November 2005 - Velocity Tools 1.2 released

The Jakarta Velocity team is pleased to announce the availability of Velocity Tools 1.2. This release offers numerous useful new generic and VelocityView tools, compatibility with Struts 1.2.x, and several bug fixes. For a complete list of changes, see the change log.

VelocityTools is available in either binary or source form from the Velocity downloads page.


13 November 2005 - Tapestry 4.0-beta-13 released

The latest beta release of the Tapestry 4.0 is now available. Tapestry is a component based web application framework that provides lots of functionality with minimal Java coding, and creates an environment that supports high levels of reuse. This release fixed problems with client-side JavaScript for several components. The request cycle object is now an injectable service, and the signatures of several methods in several interfaces were changed to remove it. In addition, a new facility was added that allows services to report their internal state as part of the default Exception page. A full listing of bug fixes is available in the change log.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry


01 November 2005 - Tapestry 4.0-beta-12 released

The latest weekly (give or take) beta release for Tapestry 4.0 continues to narrow the list of outstanding bugs. Tapestry can now properly associate a scheme ("http" or "https") with every link and form, making it easy to switch in and out of secure mode. A full listing of bug fixes is available in the change log.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry


26 October 2005 - HiveMind 1.1 released

The final 1.1 release of the HiveMind services and configuration microkernel has been released.

HiveMind is an inversion-of-control container that mixes in a powerful approach to modularization and configuration. It is ideally suited for building richly extensible frameworks. Tapestry 4.0 is built on HiveMind. HiveMind overlaps in functionality with the very popular Spring framework, but offers a significant number of its own wrinkles ... and integrates very cleanly with Spring.

Release 1.1 offers a significant number of improvements over 1.0. A few highlights:

  • Services and configurations may now be private to a module, and not directly accessible from other modules.
  • Lightweight initialization allows properties of an object instance to be configured without having to make the object a full-fledged service.
  • The locale is now tracked on a per-thread basis, and may be changed at any time.
  • Services may now be defined in terms of a Java class, not a Java interface.
  • Groovy may be used, instead of XML, to define services and configurations.
  • Modules may define a package; class names appearing in the XML may omit that package.
  • Streamlined XML with much smarter defaults for many attributes.
  • Support for AOP Alliance style method interception.
  • Services may now be exposed via JMX for remote control, and to monitor performance.
  • Much improved auto-wiring of services implementations, including automatic dependency injection via constructor parameters.
  • Support for building services around the Gang Of Four Strategy and Chain of Command patterns.
  • Configurations data may now be injected as a Map rather than a List, by defining the attribute used as a key.
  • Conditional contribution, controlled by the presence (or absence) of classes, or JVM system properties.
  • Service proxies may now be serialized and deserialized.
  • HiveDoc has been improved, both in content and in presentation.

Full details are available in the change log.

Download HiveMind


17 October 2005 - Tapestry 4.0-beta-11 released

The latest weekly beta release for Tapestry 4.0 adds more documentation and debuts a completely renovated Virtual Library demonstration J2EE application, which makes use of all the latest and greatest 4.0 features, including annotations, friendly URLs, and multiple folders. In addition, a class loader bug related to client-side persistent properties was fixed. A full listing of bug fixes is available in the change log.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry


11 October 2005 - Commons HttpClient 3.0rc4 released

The Jakarta Commons HttpClient project is pleased to announce the fourth and hopefully final release candidate of HttpClient 3.0. RC4 fixes a number of hard to find bugs left over in the previous release. We strongly recommend that all users upgrade to HttpClient 3.0 RC4.

Downloads:

For more information on Commons HttpClient, please see the HttpClient web site.


10 October 2005 - Commons IO 1.1 released

Commons IO 1.1 has been released. Commons IO provides low level utilities, file filters and streams that probably should be in the JDK.

This release fixes all open bugs and adds various enhancements. These include FileSystemUtils, which allows you to obtain the free space on a drive, and FilenameUtils which allows you to manipulate filenames without using File objects.

The Release notes are available at http://jakarta.apache.org/commons/io/upgradeto1_1.html

Downloads are available from http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi (Note: the binary download now includes a source zip for use with IDEs)

Feedback welcomed to the Commons IO Team


09 October 2005 - Tomcat 5.5.12 is stable

Tomcat 5.5.12 has been voted a stable release after a testing period following the alpha distribution. There have been no code changes, so if you already have 5.5.12-alpha, you do not need to download 5.5.12 again. Thank you.

This release is the last one to be done using the CVS repository at Apache. The Tomcat team is moving to the Subversion (SVN) repository as part of the overall Apache initiative to do so. Access instructions for the SVN repository are available at Apache's repositories page. The move is expected to be complete within the next week.

This release is also likely the last one to use the Jakarta pages. As part of Tomcat's move to a top-level project (TLP) at Apache, we will be migrating our content to http://tomcat.apache.org, which is still under construction at this time. That site will have its own download pages and related information. We will keep the key jakarta URLs intact with redirection, but please keep an eye out and update your bookmarks to http://tomcat.apache.org as/when appropriate. As part of the TLP move, distribution names have changed from jakarta-tomcat-* to apache-tomcat-*, and similar minor branding changes will gradually become visible in the web site and documentation. We thank the Jakarta project for its support over the years, and we will continue collaborating on projects and issues of common interest.

The Release notes are available at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/RELEASE-NOTES

Please refer to the change log for the list of changes: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/changelog.html

Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi#tomcat-5.5
Sources: http://jakarta.apache.org/site/sourceindex.cgi#tomcat-5.5

The Apache Tomcat Team


09 October 2005 - Tapestry 4.0-beta-10 released

The latest beta release of Tapestry 4.0 is now available. Tapestry is a component based web application framework that provides lots of functionality with minimal Java coding, and creates an environment that supports high levels of reuse. This is another a bug fix release, building on the beta-9 release. In addition, a default implementation of IPrimaryKeyConverter, used in conjuction with the For component, was added. A full listing of bug fixes is available in the change log. Tapestry 4.0 is getting very close to a final release.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry


04 October 2005 - JMeter 2.1.1 released

Version 2.1.1 of Apache JMeter has been released. This is mainly a bug-fix release, but there is some new functionality:

  • New Include Controller allows a test plan to reference an external jmx file
  • New JUnitSampler added for using JUnit Test classes
  • New Aggregate Graph listener is capable of graphing aggregate statistics
  • Can provide additional classpath entries using the property user.classpath and on the Test Plan element.

There are also some bug fixes, including:

  • Summariser stopped working in 2.1
  • JMeter should now run under JVM 1.3 (but requires 1.4 to build)

Download JMeter


03 October 2005 - Turbine M.E.T.A. 1.3 released

The Jakarta Turbine team is pleased to announce the release of version 1.3 of the M.E.T.A. (Maven Environment for Turbine Applications), a Maven 1.x plugin for developing Turbine applications.

Turbine M.E.T.A. is available as binary and source distribution through the Apache mirror system and from the main Maven repository.

Download Turbine M.E.T.A. from the Apache mirror system.


03 October 2005 - Turbine 2.3.2 released

The Jakarta Turbine team is pleased to announce the release of Jakarta Turbine Version 2.3.2, a maintenance release of the Jakarta Turbine 2.3 branch.

Turbine is a servlet based framework that allows experienced Java developers to quickly build web applications. Turbine allows you to use personalize the web sites and to use user logins to restrict access to parts of your application.

Turbine is available as binary and source distribution through the Apache mirror system and from the main Maven repository.

Download Turbine from the Apache mirror system.


02 October 2005 - Tapestry 4.0-beta-9 released

The latest beta release of Tapestry 4.0 is now available. Tapestry is a component based web application framework that provides lots of functionality with minimal Java coding, and creates an environment that supports high levels of reuse. This is another a bug fix release, building on the beta-8 release. This release reorganizes the documentation navigation, provides a working version of the Virtual Library J2EE demonstration application (ported from Tapestry 3.0), as well as a number of minor fixes and improvements. A full listing of bug fixes is available in the change log. Tapestry 4.0 is getting very close to a final release.

Tapestry is provided as a combined binary/source distribution, and a separate documentation distribution.

Download Tapestry

[ News Headlines index ]

[ Newsletters Archive ]

[ Jakarta Product News from 2011 Oct-Dec ]

[ Jakarta Product News from 2011 Jul-Sep ]

[ Jakarta Product News from 2011 Apr-Jun ]

[ Jakarta Product News from 2010 Jul-Sep ]

[ Jakarta Product News from 2010 Apr-Jun ]

[ Jakarta Product News from 2009 Oct-Dec ]

[ Jakarta Product News from 2009 Apr-Jun ]

[ Jakarta Product News from 2009 Jan-Mar ]

[ Jakarta Product News from 2008 May-Jul ]

[ Jakarta Product News from 2008 Jan-Apr ]

[ Jakarta Product News from 2007 Oct-Dec ]

[ Jakarta Product News from 2007 Jul-Sep ]

[ Jakarta Product News from 2007 Apr-Jun ]

[ Jakarta Product News from 2007 Jan-Mar ]

[ Jakarta Product News from 2006 Oct-Dec ]

[ Jakarta Product News from 2006 Jul-Sep ]

[ Jakarta Product News from 2006 Apr-Jun ]

[ Jakarta Product News from 2006 Jan-Mar ]

[ Jakarta Product News from 2005 Oct-Dec ]

[ Jakarta Product News from 2005 Jul-Sep ]

[ Jakarta Product News from 2005 Apr-Jun ]

[ Jakarta Product News from 2005 Jan-Mar ]

[ Jakarta Product News from 2004 Jul-Dec ]

[ Jakarta Product News from 2004 Jan-Jun ]

[ Other News from 2004 Jul-Dec ]

[ Other News from 2004 Jan-Jun ]

[ Jakarta News from 2003 ]

[ Other News from 2003 ]

[ Jakarta News from 2002 ]

[ Other News from 2002 ]

[ News from 2001 ]

[ News from 2000 ]

About Jakarta

About Apache

Retired Subprojects