September 2003
[ jvanzyl ] 21:47, Saturday, 27 September 2003

Classworlds 1.0 has been released and is ready for general use. Work will now continue on 1.1 which will allow easy class reloading and add some features specifically targeted at use in a container environment and deployment of composite components.

[ Joe ] 17:36, Wednesday, 24 September 2003

There's a bouncing new baby project at the Codehaus.

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

XStream requires minimal (if any at all) configuration for custom objects.

The XML produced is clean and concise and never duplicates any information that can be obtained via reflection.

XStream has a clean design, is simple to use, boasts impressive speed and is not coupled to any particular XML library.

http://xstream.codehaus.org/

[ jvanzyl ] 20:28, Tuesday, 23 September 2003

Classworlds 1.0-rc3 has been released and is ready for abuse. If all goes well this week we'll release a 1.0 later on this week or early next week. Fixed some problems with resource loading and applied outstanding patches from users.

[ bob ] 04:14, Sunday, 21 September 2003

Well all got together, someone submitted a proposal, and we voted to extend congratulations to Jonas Boner for being hired, presumably as Mr. AOP, by BEA Systems. Way to go Jonas!

[ bob ] 02:05, Friday, 12 September 2003

Pete Kazmier and Ben Walding did some designs for a logo, which Rebecca McWhirter tweaked and polished, resulting in...



[ Aslak Hellesoy ] 18:03, Wednesday, 10 September 2003

The most important changes are:

- Support for components with multiple constructors
- Lazy instantiation of components
- Simplification of the API

For more detailed information, see the Changelog.

The PicoContainer Team