|
New Projects
[
benyu
]
00:04, Friday, 17 February 2006
Neptune is a build tool with similar scope as Ant. There are two major differences between Neptune and Ant: 1. Neptune is based on command pattern. The Command interface allows an Object as return value, while Ant Task has no return value. The only way in Ant for a Task to communicate with other Task or the execution engine is through system property values, which are essentially string-only global variables. 2. Neptune is currently supported by the Jaskell scripting language, which allows flexible combinations of Neptune Command objects. Function, higher-order funciton, monadic combinators can all be used to reuse code and combine Command objects. While Ant is based on XML, which is not an ideal language for expressing logic.
This means knowledge of Ant tasks can be reused in Neptune. All one has to do in order to call an Ant task in Neptune is: A shell is provided to allow executing Neptune commands and Ant tasks interactively. Please refer to http://jaskell.codehaus.org/Using+Neptune for details.
[
benyu
]
23:33, Thursday, 1 December 2005
Jparsec is a higher order parser combinator framework written in Java. It is not a parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java language, which also means you can utilize all the utilities in the Java community to get your parser fancy. JParsec is best in senarios where a dynamic grammar or a context sensitive grammar is needed.
* operator precendence grammar. JParsec can be downloaded at:
[
benyu
]
23:14, Tuesday, 18 October 2005
Yan Container (Yet Another Nonintrusive IOC Container) v0.2 is released. Yan features open structure, declarative API, flexible component combination and totally pluggable life-cycle management. Yan has no restriction on dependency injection method. Business object design is free to choose among public constructor, java bean getter/setter, regular java method and any variant and any combination of the above.
[
tfennelly
]
22:08, Thursday, 13 October 2005
The Milyn Project has released Smooks v0.4 on the haus (milyn.codehaus.org). Smooks is a Component Framework that allows fine (or course) grained manipulation (transformation) of web content in a browser-aware manner. This means Smooks can be used to help build server-side solutions to: Where do you think the future of this framework lies? Is it a good or bad idea? See milyn.codehaus.org.
[
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. Features:
Have fun!
[
bob
]
22:39, Saturday, 20 March 2004
OpenEJB moved into the haus over the past month or so, basically unnoticed. So, notice it now! OpenEJB is an open source, modular, configurable, and extendable EJB Container System and EJB Server.
[
bob
]
16:24, Monday, 26 January 2004
jMock - A Lightweight Mock Object Library for Java was silently ushered under the umbrella of The Codehaus over the past month or three. Just doing the formal announcement so everyone can come mock us. jMock is a library for testing Java code using mock objects.
[
bob
]
15:53, Monday, 15 December 2003
Shocks has joined the haus. We're still in the process of migrating everything to our infrastructure, but we'd like to welcome N. Alex Rupp and his Shocks web framework. Shocks is a departure from previous servlet framework technologies. It is conceptually unique in that it does not attempt to implement the "MVC" design pattern or any derivative thereof. It uses a next-generation architecture which cleanly separates the roles of its internal components. This makes the framework more flexible and modular.
[
bob
]
17:02, Wednesday, 15 October 2003
The Haus would like to welcome GeoTools to the hacienda. We're supporting them with Jira at this point.
[
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.
[
peter royal
]
18:25, Thursday, 14 August 2003
Loom is a new start of development upon the Apache Avalon Phoenix codebase. Loom's forthcoming 1.0 release builds upon the unreleased Phoenix 4.1 development branch. It will provide a seamless migration for developers currently building solutions upon Phoenix The development team is currently working towards a 1.0 release, and make it generally available before the end of August. In the meantime, please feel free to grab a copy of the CVS version and assist us in making the initial release the best it can be. About LoomLoom is a micro-kernel designed and implemented on top of the Apache Avalon Framework. Loom provides a number of facilities to manage the environment of Server Applications. Such facilities include log management, classloading, thread management and security. In the future it will conditionally support extra facilities such as central server management, server pools, and other facilities aimed at reducing the time to market. The API defines a standard method of piecing together server components and creating a server. About JContainer.orgJContainer.org aims to become the first place Java programmers look for information on component oriented and container-driven development. Its goals include providing a clearinghouse of design and research papers on container architecture as well as a detailed listing of the various Java containers available today.
[
bob
]
03:18, Wednesday, 14 May 2003
ivory-dev has been created to support discussion, probably mostly between Ryan and Dan, about ivory, the magical SOAP exposer.
[
bob
]
16:51, Sunday, 11 May 2003
Jonas Boner has moved AspectWerkz to Codehaus. AspectWerkz is a wicked-cool AOP framework. |