Releases
[ mkleint ] 19:06, Wednesday, 7 May 2008

The Mevenide team is proud to present new version (3.1) of Maven support for NetBeans 6.0 and 6.1.

This new major release includes:

  • Updated maven embedder binaries
  • Local and remote repository indexing (using Nexus), including browsing and searching your artifacts.
  • Web frameworks support
  • Profiles support (aka configurations) for project loading and executing
  • Improved pom xml editor features

Check the project website and article at NetBeans.org wiki for description of these and more features in detail.

The easiest way to install the new version is to start up NetBeans and the use Plugins dialog to download and install the binaries from NetBeans Update Center.

Enjoy.

The Mevenide team


[ wguttmn ] 23:30, Saturday, 9 February 2008

The Codehaus Castor team is proud to announce Castor 1.2! Castor is an open source data binding framework, supporting binding of Java objects to both relational databases and XML.

Castor 1.2 incorporates several improvements, mainly in the area of XML code generation and support for Java 5:

* Castor XML code generator now (optionally) uses Velocity as template engine.
* New binaries packaging: XML schema support has been moved to a separate (and new) JAR.
* Support for native Java 5 code has been improved (includes XML code generation).
* The usage of XML parsers has been completely refactored, incl. the
run-time dependencies.

In addition, a lot of work has been done to prepare for a first (partial) alpha release of the upcoming JAXB support for Castor XML.

Please see the release notes for details about features added and bugs fixed.

Many thanks to those who helped build and test this release!

[ yingyang ] 14:58, Monday, 21 May 2007

The Safehaus Penrose team is proud to announce Penrose 1.2. Special thanks to Pete Rowley (FedoraDS) and Neil Wilson (OpenDS) and all the nice people who contributed to this release: Ricardo A. Gorosito, Michael Ramirez, Hubert Fongarnand, Rodrigo Kumpera, Richard Renomeron and many more.

Please see the release notes for download information.

Penrose 1.2 many fixes since 1.1:

* Significant performance improvements.
* Additional LDAP front-end: Sun OpenDS, FedoraDS and Apache Mina.
* Support of database-level join operation.
* Support of paged search result in LDAP adapter.
* Support of custom controls.
* Indexing Engine and JDBC Engine improvement
* Many other bug fixes!
* Many thanks to those who helped build and test this release!

[ bamboo ] 13:17, Monday, 7 May 2007

Boo 0.7.7 is finally here!

With special thanks to Avishay Lavie, Cedric Vivier and all the nice people who contributed to this release: Andy Bulka, Arron Washington, Chris Peterson, Daniel Grunwald, Dominik Zablotny, Doug Holton, Hans-Christian Holm, J Bryan Kelly, Jaroslaw Kowalski, Joshua W. Biagio, Marcus Griep, mfowle, Miguel de Icaza, Posti Laatikko, Sergio Rubio, Snaury, Szymon Wrozynski.

What? - http://boo.codehaus.org/
Download - http://boo.codehaus.org/Download

Highlights for this release include:
* More complete/stable generics support (now usable in WSA mode too).
* Support for using generic types with either external type parameters
(List of int) or internal ones (List of MyClass)
* Support for consuming generic methods.
* Generators and Iterators are now generic
* Support for the new "Type of *" syntax for referencing generic definitions.
* Improved type inference on generic types (this is work in progress).
* Fixed bug with multiple symbols on the same line when debugging
boo-generated assemblies.
* Fixed checked/unchecked inconsistencies and added new
"-checked[+/-]" option to booc.
* String handling optimized and generates Gendarme/FXcop-compliant assemblies.
* Automatic stub are now created when not implementing abstract
orinterface methods from base class.
* Verify pipeline is now available on Mono too.
* Lots of other fixes and improvements

Check the full change log here.

Best wishes and stay beautiful!

[ dandiep ] 16:06, Monday, 19 March 2007

SXC, or simple XML compiler, generates optimized XML parser/writers for your project. The core of SXC is an API which allows you to declaritively say what type of XML you’re expecting to be parsing or writing. You can then attach actions to perform when you encounter/write that xml. For instance, you can say you're expecting the “customer” element and you want to do “new Customer()” when I get there. It will then compile an optimized XML parser for you.

SXC includes 3 frontends in addition to its core APIs:

  • JAXB: SXC uses the JAXB annotations to drive compilation of an optimized parser/writer for you at runtime. This runtime is approximately 2-3x faster on the reading side, and about 20-90% faster on the writing side of things.We do not claim JAXB compliance yet, but we support most common JAXB functionality. It has been tested with both CXF and XFire.
  • XPath: SXC can compile down XPath expressions and build an optimized streaming XPath parser for them. Through an XPath event API, you can listen for multiple events as you scan a document. Currently only support a limited subset of XPath expressions is supported.
  • Drools: SXC also includes support for tying in SXC's efficient XPath event API into Drools. One of the things this makes possible is a very efficient XPath based message router. Rules will fire as your XPath criteria are met and you can take action.

For more information see the SXC website, user's guide, or the project announcement.

[ benyu ] 03:50, Monday, 19 February 2007

Dimple is a simple interceptor framework that can be used to intercept, stub or decorate third party interfaces (such as Connection, java.util.Map).

Interceptors, stub and decorators created by dimple is free of versioning problem (where you implemented two methods declared by version 1 but later on version 2 declares 2 more methods).

The use of dimple is intuitive. It can be viewed as a duck typing solution in Java, where implements SomeInterface is not required for a class for it to be used as SomeInterface.

[ dandiep ] 03:18, Tuesday, 14 November 2006

Jettison 1.0-alpha-1 is now released! Jettison is a Java StAX (streaming XML) implementation that reads and writes JSON. This allows you to transparently read/write JSON instead of XML in your applications. In conjunction with Apache CXF (incubating), this allows concurrent building of both XML and JSON web services (HTTP/REST & SOAP) with a simple configuration change.

For more information see the website and user's guide.

[ joehni ] 22:43, Monday, 13 November 2006

The XStream Development Team is proud to present XStream 1.2.1.

XStream is a simple library to serialize objects to XML and back again.

This is primarily a maintenance release with a log of bug fixes, but there
have been also some improvements:

- Introduced DocumentWriter interface and generalized functionality for all writer implementations creating a DOM structure (DOM4J, DOM, JDom, Xom, Xpp3Dom).
- Refactor of build system to use Maven 2. Ant still supported on XStream Core.
- Created separate XStream Benchmark module

See more: http://xstream.codehaus.org/changes.html
Download here: http://xstream.codehaus.org/download.html

Maven users, please note: Along with the refactoring of the build system, XStream uses a new groupId com.thoughtworks.xstream.

Enjoy,
The XStream Developers

[ mkleint ] 19:11, Monday, 23 October 2006

The Mevenide team is proud to announce new release of Mevenide Maven2 Netbeans 2.3 support. It allows to open existing Maven2 projects in the IDE, create new projects, helps with writing the Maven project files etc.

For download, installation instructions and tutorials:
http://mevenide.codehaus.org/m2-site
Those who installed previous version can easily update through the NetBeans update center.

Noteworthy additions:


  • Improved, more reliable project loading, reports problems now.
  • Local repository indexing added, one can easily
    * browse
    * search
    * add dependency
    * use vastly improved completion in pom.xml
    * any existing project archetypes get listed in project creation wizard
  • IDE Action-Maven goal mappings now editable from project customizer
  • Webapp hot deploy, changed jsp files get deployed live.
  • Can stop, re-run build, failed tests hyperlinked from output window.

Complete list of bugs fixed

Enjoy, feedback welcome!

[ yingyang ] 06:55, Saturday, 14 October 2006

The Penrose team is proud to announce Penrose 1.1 release. Penrose is a java-based virtual directory. Virtual directory enables federating (aggregating) identity data from multiple heterogeneous sources like directory, databases, flat files, and web services - real-time - and makes it available to identity consumers via LDAP. It includes a graphical GUI to allow point-and-click mapping.

Get a more complete list of features and demo, along with download and installation instructions.

Penrose 1.1 incorporates many new features:
* Improved mapping Engine
* Performance enhancements
* Improved LDAP listeners using the latest version of ApacheDS and OpenLDAP
* Support of operational attributes
* Numerous bug fixes
* Penrose Studio proxy/snapshot wizards

Many thanks to all those who helped build and test this release!

[ dandiep ] 18:27, Thursday, 7 September 2006

The Codehaus XFire team is proud to announce XFire 1.2.2! XFire is an open source Java SOAP framework built on a high performance, streaming XML model. XFire includes support for web service standards, an easy to use API, Spring integration, JBI support, and plugable bindings for POJOs, JAXB, and XMLBeans.

Please see the release notes for download information and upgrade instructions.

XFire 1.2.2 incorporates several improvements since 1.2.1:

  • Fix for NPE when using collections on Java5
  • Fix for NPE in SoapBodyHandler when using JAX-WS
  • Fix for duplicate attribute in WSDL bug
  • Support for xsi:type inheritance with Maps
  • Fix bug in server/client generation for RPC/Literal services
  • Add support for JAXB @XmlJavaTypeAdapter annotations

Many thanks to those who helped build and test this release!

[ dandiep ] 16:35, Monday, 28 August 2006

The Codehaus XFire team is proud to announce XFire 1.2! XFire is an open source Java SOAP framework built on a high performance, streaming XML model. XFire includes support for web service standards, an easy to use API, Spring integration, JBI support, and plugable bindings for POJOs, JAXB, and XMLBeans.

Please see the release notes for download information and upgrade instructions.

XFire 1.2 incorporates several new features and improvements since 1.1:

  • JiBX databinding support
  • HTTP GZIP Support
  • WSDL2Java now auto generates services.xml
  • Aegis binding inheritance support
  • Option to disable server stub generation

Many thanks to those who helped build and test this release!

[ mkleint ] 05:03, Monday, 31 July 2006

The Mevenide team is proud to announce new release of Mevenide2 Netbeans 2.2. It allows to open existing Maven2 projects in the IDE, allows to create new projects, helps with writing the Maven project files etc.

For download, installation instructions and tutorials:
http://mevenide.codehaus.org/m2-site

Noteworthy additions:
Create new Maven projects from templates (archetypes)
Hyperlinking in POMs (Project Object Model)
Manually installing dependency artifacts, javadocs and sources.
Dependency removal/transitive dependency exclusion from project view.

Bugs fixed

Feedback welcome.

[ dandiep ] 19:34, Saturday, 22 July 2006

The Codehaus XFire team is proud to announce XFire 1.2-RC! XFire is an open source Java SOAP framework built on a high performance, streaming XML model. XFire includes support for web service standards, an easy to use API, Spring integration, JBI support, and plugable bindings for POJOs, JAXB, and XMLBeans.

Please see the release notes for download information and upgrade instructions:

XFire 1.2-RC incorporates several new features and improvements since 1.1:

  • Aegis binding inheritance support
  • HTTP GZIP Support
  • WSDL2Java now auto generates services.xml
  • Option to disable server stub generation

Many thanks to those who helped build and test this release!

[ yingyang ] 15:30, Tuesday, 13 June 2006

The Safehaus Penrose team is proud to announce their 1.0 release. Penrose is a java-based virtual directory. Virtual directory enables federating (aggregating) identity data from multiple heterogeneous sources like directory, databases, flat files, and web services - real-time - and makes it available to identity consumers via LDAP. It includes a graphical GUI to allow point-and-click mapping.

Get a more complete list of features and demo, along with download and installation instructions.

Penrose 1.0 incorporates many new features:
* SSL support (with JDK 1.5).
* LDAP Proxy support.
* Samba support.
* Penrose Studio enhancements.
* Various samples.
* Various bug fixes.

Many thanks to all those who helped build and test this release!

[ mkleint ] 20:05, Tuesday, 18 April 2006

The Mevenide team is proud to announce an initial release of Mevenide Netbeans 2.1. It's IDE integration for Maven2 project management and build tool. It allows to open Maven2 projects in the IDE directly, helps with writing the Maven project files etc.
Get a more complete list of features and screenshots, along with download and installation instructions.

Have fun.

[ dandiep ] 14:39, Monday, 27 February 2006

The Codehaus XFire team is proud to announce their 1.0 release! XFire is an open source Java SOAP framework built on a high performance, streaming XML model. XFire includes support for web service standards, an easy to use API, Spring integration, JBI support, and plugable bindings for POJOs, JAXB, and XMLBeans.

Find out more information by downloading it yourself or viewing the user's guide.

XFire 1.0 features include:

  • Support for WSDL 1.1, SOAP 1.1 and 1.2, WS-Addressing, WS-I Basic Profile 1.1
  • Pluggable bindings for POJOs, XMLBeans, JAXB 1.1, JAXB 2.0, and Castor support
  • Support for many different transports - HTTP, JMS, XMPP, In-JVM, etc.
  • Spring, Pico, Plexus, Loom, and Yan support
  • Embeddable and Intuitive API
  • Client and server stub generation
  • JSR 181 2.0 API to configure services via Java 5 and 1.4 (Commons attributes JSR 181 syntax)
[ dandiep ] 13:48, Monday, 20 February 2006

The XFire team is proud to announce the 1.0-RC1 release! XFire is a next-generation java SOAP framework. XFire makes service oriented development approachable through its easy to use API and support for standards. It is also highly performant since it is built on a low memory StAX based model.

This release features many improvements:

  • Improved Client and Server stub generation
  • Performance Improvements of up to 50%!
  • JAX-WS Early Access Release
  • Castor Support
  • Maven 2 Support
  • Many, many bug fixes

See the download page or the release notes for more information.

[ mkleint ] 08:39, Friday, 17 February 2006

The mevenide team is proud to announce the final version of Maven1 support for Netbeans IDE. The released set of Netbeans modules allows to work with Maven1 projects in the IDE, without imports or additional configurations. See the complete list of features and list of bugfixes since the last release (0.9).

Download 1.0 release binaries. Those already using previous releases can easily update through the Netbeans Update Center.

[ yingyang ] 05:30, Friday, 3 February 2006

The Penrose team is proud to announce the 0.9.9 release. Penrose is virtual directory server. Unlike a traditional directory server, virtual directory does not master the data itself in its own database. Instead a virtual directory will dynamically translate requests it receives to operations in other protocols or data models, such as to a relational database. It comes with Penrose Studio, a GUI-based administration and mapping tool based on eclipse RCP 3.1 platform. Check-out Penrose Studio flash demo here.

Highlights include:
Polling Connectors
Penrose Studio improvement
Embedding Penrose is now easier than ever
Various bug fixes and performance enhancements.

You can find more information in the release notes.

[ mkleint ] 15:19, Saturday, 28 January 2006

The Mevenide team is proud to announce release of Mevenide Netbeans 2.0.1. It's IDE integration for Maven 2 project management and build tool.
Get a more complete list of features and screenshots, along with download and installation instructions.

This is mainly a bugfix release:
1. Major performance boost, especially for projects with initially missing dependencies.
2. Improved stability.
3. continuum module now works in netbeans 5.0 RC1/RC2/final.
4. war projects can be deployed on default netbeans tomcat server.

Comments, feature requests, bug reports welcome.

[ mkleint ] 17:35, Tuesday, 3 January 2006

The Mevenide team is proud to announce an initial release of Mevenide Netbeans 2.0. It's IDE integration for Maven2 project management and build tool. It allows to open Maven2 projects in the IDE directly, helps with writing the Maven project files etc. A Continuum integration server plugin is also included, allowing currently to list projects on the server and force rebuilds.
Get a more complete list of features and screenshots, along with download and installation instructions.

Have fun.

[ yingyang ] 04:08, Tuesday, 13 December 2005

The Penrose team is proud to announce the 0.9.8 release. Penrose is virtual directory server. Unlike a traditional directory server, virtual directory does not master the data itself in its own database. Instead a virtual directory will dynamically translate requests it receives to operations in other protocols or data models, such as to a relational database. It comes with Penrose Studio, a GUI-based administration and mapping tool based on eclipse RCP 3.1 platform

Highlights include:
Persistent Cache
Penrose Studio improvement
Embedding Penrose is now easier than ever
Various bug fixes and performance enhancements.

You can find more information in the release notes.

[ dandiep ] 19:09, Friday, 2 December 2005

The XFire team is proud to announce the 1.0-M6 release! XFire is a next-generation java SOAP framework. XFire makes service oriented development approachable through its easy to use API and support for standards. It is also highly performant since it is built on a low memory StAX based model.

This release features many improvements:

  • JAXB 1.1 and 2.0 support
  • Client and Server stub generation
  • Improved XML configuration
  • Improved Spring support
  • Improved client support
  • Improved schema customization for Aegis binding
  • Many bug fixes

Many people are already using XFire today, realizing its performance and ease of use benefits. Why not try it and see for yourself?

[ bamboo ] 14:53, Friday, 25 November 2005

Yes, finally out. Lots of bug fixes and improvements including:

* BOO-224 - partial classes
* BOO-597 - extension methods
* BOO-610 - Optional return on inline closures.
* BOO-408 - Explode operator not exploding when using overloaded methods
* BOO-527 - Make .pdb files work under .NET 1.1 and .NET 2.0
* BOO-567 - emit debug info for separate files
* BOO-534 - BeginInvoke overloads are not valid on ms.net 2.0
* BOO-540 - Unable to call blank constructor on a ValueType
* BOO-579 - line numbers off in wsaboo

The complete list is here

Thanks to everyone on the boo community specially to the people on #boo and more specially so to those that contributed patches, comments and/or ideas that got into this release:

* Arron Washington
* Ayende Rahien
* Cameron Kenneth Knight
* Daniel Grunwald
* Doug Holton
* Fábio Batista
* Michael Sloan
* Peter Johanson
* Scott Fleckenstein
* Sorin Ionescu
* Steve Donovan

Special mention for Daniel Grunwald's work on the #develop 2.0 addin. If you haven't checked it out yet, do it and be amazed.

As usual download it from here.

[ benyu ] 19:04, Tuesday, 22 November 2005

Yan Container 0.7 is released.

This release includes a sub-project for XML configuration called Nuts.

Nuts is a modular xml dialect of Yan with support of flexible component combinations and extensible xml tags.

A Spring integration package is also included to allow Spring beans and FactoryBeans to be used inside Nuts. This enables Nuts to take advantage of various services provided by Spring such as AOP.

Please refer to Nuts for detailed information.

Yan v0.7 can be downloaded here

[ Guillaume Laforge ] 00:20, Tuesday, 22 November 2005

Just before the Groovy / JSR-241 meeting happening in Paris at the end
of the week, the Groovy team decided to roll a new version! We're delighted to
announce the release of Groovy JSR 04.

First of all, a big work has been done to improve the compilation
process and the class loading mechanism. Groovy had problems compiling
classes with circular references and with script dependencies.
Moreover, some imports of inner classes weren't resolved correctly. As
those changes are important, those of you embedding Groovy in their
applications might face some potential problems. So if you're in that
case and are affected with the changes, please tell us how it goes and
report JIRA issues with detailed explanations of your integration
scenario. Thanks in advance for that, and sorry for any inconvenience.

The startup scripts have been improved, and we have replaced
clasworlds with a custom implementation. This time, we hope the
line-endings of the scripts are fixed correctly. On Windows, we can
eventually use more than 8 parameters on the command-line, and you
should be able to safely use paths with spaces in them. You can now
customize the classpath more easily with the -cp flag.

We've upgraded the dependencies on ASM from 2.0 to 2.1. But you can
still use the groovy-all-*.jar to escape from jar hell in case you
already need those jars on your classpath of your application.

Some work was done on the groovy and groovyc Ant tasks. You can now
use a debug flag to see what's happening under the hood. And the
interaction with Maven 1.0.2 and 1.1 should be nicer when the tasks
are reused in that context.

On the bytecode generation front, we've properly implemented the
support for synchronized blocks. We've also fixed some missing line
information, so that stacktraces are as helpful as possible while
debugging.

Regarding builders, you can now use quoted method names, so that
you're able to use hyphens or colons in tags. The support for
namespaces has also been improved, and you should be able to spice up
your GPath expressions and be able to use our parsers and slurpers on
namespaced XML stanzas.

A few bugs were fixed with scoping inside closures and nested closures.

The two main aspects remaining for Groovy to reach its 1.0 final
milestone is to clarify the name resolution and scoping rules. Those
two concerns will hopefully be addressed during the Groovy JSR
meeting, and we're going to implement these rules as quickly and as
thouroughly as possible. Keep in mind that those rules might be a
little different than our current rules. However, we hope these rules
will be more coherent and closer to what we're used to in Java.

The Groovy team and myself are looking forward to hearing about your
feedback regarding this new release which should bring even more
maturity to our Groovy world. We're getting close to the finish line.
And this project would be nowhere without you all, users, developers,
affictionados... Thanks a lot for your support, your enthousiasm and
your work towards our 1.0 goal.

As usual, you'll find the distributions on our download pages

--
Guillaume Laforge
Groovy Project Manager

[ jstrachan ] 09:30, Tuesday, 8 November 2005

We are pleased to announce the ServiceMix 2.0 Release. New features include...

* Improved JBI support including both interface based routing as well as service based routing together with improved WSDL parsing
* Support for Publish and Subscribe Routing
* Improved JAX WS support
* Migration to XBean as the XML configuration mechanism which works with any Spring release and allows us to mix and match ServiceMix configuration with other XML configuration mechanisms like ActiveMQ and Jencks
* Migration to backport.util.concurrent to make it easier to move direct to a pure Java 5 solution.
* a new Loan Broker example from the EIP Patterns Book
* a new simpler POJO based deployment model
* build reorganised to make ServiceMix more modular
* a new ChainedComponent which implements simple pipelines of components easily

Enjoy!

[ jstrachan ] 13:19, Wednesday, 26 October 2005

We're pleased to announce the Lingo 1.0 Release

New and noteworthy

* support for JMSType, JMSPriority, JMSExpiration to be specified on the request messages
* allow custom JMS headers to be specified on the request message
* provide a message selector to the JmsServiceExporter
* various bug fixes

Enjoy!

[ jstrachan ] 12:05, Wednesday, 26 October 2005

We're proud to announce the ServiceMix 1.1 Release

New in this release

* JAX WS support
* Publish and Subscribe Routing for 1-many message dispatching
* a new RSS outbound component as well as inbound so you can generate RSS feeds from message flows
* new JMS flow for reliable asynchronous message pipelines
* [WS Notification] support into and out of JBI

In addition a number of bug fixes and performance enhancements were made.

For more information please see the Release Notes

Enjoy!

[ jstrachan ] 09:01, Wednesday, 26 October 2005

We're pleased to announce the new ActiveMQ 3.2 Release. This new release includes the following

* Improved Stomp 1.0 support to make it easy to create cross language clients such as for C, C#, Python, Ruby, Perl and Pike.
* Ajax support now uses OpenRico as the default Ajax library
* the Resource Adaptor now supports batching
* demand based store and forward in networks
* support for Informix JDBC
* updated DTD for the latest Spring
* various performance enhancements and bug fixes

Get it while its hot!

[ yingyang ] 20:45, Tuesday, 18 October 2005

The Penrose Virtual Directory Project has released Penrose 0.9.7 on safehaus (penrose.safehaus.org). Penrose is a server for a directory protocol such as LDAP, but unlike a traditional directory server, does not master the data itself in its own database. Instead a virtual directory will dynamically translate requests it receives to operations in other protocols or data models, such as to a relational database.

Highlights include:
Query optimizer.
Compatibility with Java 1.5.
Various bug fixes and performance enhancements.

You can find more information in the release notes.

[ Mark Proctor ] 14:40, Saturday, 1 October 2005

The Drools development team is proud to announce the release of Drools 2.1 final.

Highlights include:
Excel Decision Tables
Spring and POJO integration
Xor Group
Improved exception handling via JDK1.4 Nested Exceptions

Please see the hRelease Notes for more details on this release.
The Project Downloads page contains full information on obtaining Drools.

Happy Drooling,

The Drools Development Team.

[ yingyang ] 02:44, Saturday, 1 October 2005

Penrose 0.9.6 Released: The open source virtual directory implementation now support more join operators between sources.

New in this release:
Non-blocking Cache
Support <, >, LIKE relationships between sources
Improved Penrose Studio interface.
Various bug fixes and performance enhancements.

You can find more information in the release notes.

[ mkleint ] 21:19, Friday, 30 September 2005

A new 0.9 release of Mevenide for Netbeans has been released. It includes multiple bugfixes, doesn't require Maven to be installed anymore and works with the new Netbeans 5.0 beta.
See the complete list of changes. If you already have mevenide installed, use the autoupdate center to upgrade. You can also download it at the mevenide site.

Enjoy.

[ yingyang ] 23:46, Thursday, 15 September 2005

Penrose 0.9.5 Released: The open source virtual directory implementation now support SQL/JDBC filter.

New in this release:
• Support for various mapping configurations with examples.
• Support for JDBC filter.
• Support running as Windows service.
• Improved Penrose Studio interface.
• Various bug fixes and performance enhancements.

You can find more information in the release notes.

[ jstrachan ] 11:38, Thursday, 25 August 2005

The long awaited ActiveMQ 3.1 Release is finally out. Who-hoo! Many thanks to all those on the Team who've helped.

This release includes support for Ruby and Perl (with C and Python coming soon) thanks to the Stomp project together with heaps of new features such as better persistence, journalling and integration with JNDI, JCA, Servlets, Spring, WebLogic and JBoss.

Go on, download it today!

Enjoy!

[ jstrachan ] 09:18, Thursday, 18 August 2005

Lingo is an implementation of Spring Remoting which works with JMS and JCA. This release includes:-

* synchronous, asynchronous oneway and async request-response method calls using JMS queues and/or topics
* pure JMS and server side JCA support using Jencks
* plugable marshaler such as XStream support for XML payloads

For more details see the Release Notes

[ jstrachan ] 09:11, Thursday, 18 August 2005

Jencks is an open source Spring based JCA container for working with Message Driven POJOs, JCA or the the J2EE TransactionManager or WorkManager from Spring reusing code from Geronimo.

This is the first major milestone release of Jencks which includes

* working inbound JMS consumption using regular JMS transactions or full XA transactions with full recovery if a durable message log, like Howl is configured
* Spring factory beans for Geronimo connector and transaction components such WorkManager, TransactionManager, BootstrapContext
* migration of ActiveMQ's JCA Container into Jencks
* reuse on Geronimo implementation code by default for WorkManager and TransactionManager but allows different providers to be plugged in.

For more details see the Release Notes

[ mkleint ] 19:33, Monday, 8 August 2005

The mevenide team is pleased to announce the Mevenide Netbeans project support
0.8 release!

Mevenide Netbeans site

The project's aim to to provide Maven project type support for the Netbeans
IDE 4.0. The features include recognition of Maven projects, setup of the
project in the IDE, running Maven, editor support for configuration files etc.

Changes in this version include:

New Features:

o Dependencies now visible and editable in Project View. Add/Edit/Remove
dependency actions easily accessible from project explorer. One can
download the missing dependencies, download/view it's javadoc etc.
See a descriptive screenshot
o MEVENIDE-165 - allow user to check the remote repositories for javadocs and
sources of project's dependencies.
o Added the default Netbeans IDE webapp/j2ee deployment. Allows deploying and
debugging on IDE-supported servers.
o Access pom and property files from the project view.

Multiple bugs fixed as usual.

Have fun!
-The mevenide team

[ jstrachan ] 15:15, Friday, 5 August 2005

The ServiceMix Team are pleased to announce the 1.0-M2 release of ServiceMix. You can download it here

ServiceMix is an open source ESB designed from the ground up on JBI (JSR 208) principles, semantics and APIs. ServiceMix is the first Apache 2.0 licensed complete JBI container including the Normalised Message Service and Router, the JBI Management MBeans, support for JBI deployment units and Ant tasks to install components and manage the container.

This release adds

For more details see the Release Notes

[ jstrachan ] 15:45, Monday, 25 July 2005

The ServiceMix Team are pleased to announce the 1.0-M1 release of ServiceMix. You can download it here

ServiceMix is an open source ESB designed from the ground up on JBI (JSR 208) principles, semantics and APIs. ServiceMix includes a complete JBI container including the Normalised Message Service and Router, the JBI Management MBeans, support for JBI deployment units and Ant tasks to install components and manage the container.

In addition ServiceMix contains a suite of JBI components

SOAP Bindings include:
* SAAJ & Apache Axis, WSIF, ActiveSOAP and XFire

Transport components:
* JMS, HTTP, email, FTP, Jabber, Mule

JBI services include
* WS-BPEL support via PXE (http://pxe.fivesight.com)
* transformation via XSLT
* caching via JCache
* timing & scheduler services using JCA and Quartz,
* validation through XSD/RelaxNG
* scripting via JSR 223 and Groovy

For more details see the components.


ServiceMix has support for straight through processing, SEDA based process flows or fully clustered process flows.

ServiceMix includes a fully integrated JCA container for high performance inbound message consumption (e.g. via JMS) with connection & thread pooling, transaction management, exception and retry handling and support for highly concurrent processing.

ServiceMix is completely integrated into Apache Geronimo, which allows you to deploy JBI components and services directly into Geronimo and ServiceMix will be JBI certified as part of the Geronimo project.

We welcome contributions, please do come and join our team.

For more information see the getting started guide.

[ bamboo ] 04:01, Wednesday, 29 June 2005

We are very happy to announce boo 0.5.6.

What? - http://boo.codehaus.org/
Download - http://boo.codehaus.org/Download
Change Log - http://jira.codehaus.org/browse/BOO?report=com.atlassian.jira.plugin.system.project:changelog-panel

Have fun!

[ jmacgill ] 04:31, Wednesday, 22 June 2005

The GeoTools team is pleased to announce the second release candidate for the 2.1 branch.

With the switch to the 2.0 version of GeoAPI completed, only fixes to bugs lie between here and the final 2.1 release.

For more information please see the 2.1.RC1 download page.

[ wguttmn ] 13:33, Thursday, 9 June 2005

The Castor development team is proud to announce the release of Castor 0.9.7. For details on this release, please have a look at the release notes. Please report any issues through the project's issue tracking system and/or the mailing lists.

[ gdodinet ] 23:02, Monday, 6 June 2005

The mevenide team is pleased to announce the Mevenide Eclipse 0.4.0 release!

http://mevenide.codehaus.org/mevenide-ui-eclipse

This release fixes numerous bugs and the POM Editor has been fixed for Eclipse
versions greater than 3.1 M5 - tested against 3.1 RC1.

update site for 3.1.x can be found at : http://mevenide.codehaus.org/release/eclipse/update/site.xml

-The mevenide team

[ yingyang ] 22:00, Friday, 3 June 2005

The Penrose development team is proud to announce the release of Penrose 0.9.1
The Project Downloads page contains full information on obtaining Penrose.

Continue reading "Penrose 0.9.1 Released"
[ Mark Proctor ] 18:35, Wednesday, 1 June 2005

The Drools development team is proud to announce the release of Drools 2.0.

Please see the Release Notes for more details on this release.

The Project Downloads page contains full information on obtaining Drools.

[ arik ] 23:01, Sunday, 29 May 2005

The MevenIDE team is pleased to announce the MevenIDE for IDEA 0.1 release!

The MevenIDE for IDEA project aims to integrate Maven into the popular IntelliJ IDEA IDE.
This is the first release - your comments, suggestions, ideas and bug reports are welcome!

Features:

  • A graphical Project Object Model (POM) editor. The editor includes a standard text editor, as well as an intuitive user interface for editing the various aspects of a project.
  • Full synchronization between the POM text editor and the graphical POM editor, as well as with POM modifications outside the IntelliJ IDE.
  • Automatic discovery of POM files (project.xml and maven.xml) for each IntelliJ module. The plugin will detect if you create one of these files either from inside the IDE or from outside, and will respond appropriately.
  • A special Maven side pane (also called a Tool Window) displaying the available Maven goals for the project. The pane shows goals defined in the module's maven.xml file, and common goals, marked as "favorites" in the module settings dialog.
  • Execution of selected goal(s) in a dedicated execution console which supports stop, pause, and re-run. The console supports copying the Maven output into the clipboard or into a text file.
  • Compilation errors reported by Maven in the execution console are displayed as links, which open the appropriate source code file at the appropriate location.
  • Auto-detection of your Maven home (via the MAVEN_HOME environment variable), and support for specifying a different Maven home (does not modify the environment variable).
  • Easy installation via the IntelliJ IDEA plugins manager.
  • Support for assigning shortcut keys (hot-keys) for specific goals for a specific module in the IDE (no need to find the goal in the Goals tool window).

Have fun!
-The MevenIDE team.

[ Mark Proctor ] 21:13, Wednesday, 11 May 2005

The Drools development team is proud to announce the release of Drools 2.0-rc2.

Please see the Release Notes for more details on this release.

The Project Downloads page contains full information on obtaining Drools.

[ Mark Proctor ] 19:43, Thursday, 5 May 2005

The Drools development team is proud to announce the release of Drools 2.0-rc1.

Please see the Release Notes for more details on this release.

The Project Downloads page contains full information on obtaining Drools.

[ Joe Walnes ] 15:13, Saturday, 30 April 2005

New features:

  • Java 5 Enum support.
  • JavaBeanConverter for serialization using getters and setters.
  • Aliasing of fields.
  • StAX integration, with namespaces.
  • Improved support on JDK 1.3 and IBM JDK.


Changelog:
http://xstream.codehaus.org/changes.html

<