<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://blogs.codehaus.org//archives/new_projects.html">
<title>Haus News - New Projects</title>
<link>http://blogs.codehaus.org//archives/new_projects.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2006-02-17T00:04:13+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />

<items>
<rdf:Seq><rdf:li rdf:resource="http://blogs.codehaus.org/archives/001328_neptune_build_system_released.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/001260_jparsec_v021_released.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/001197_yan_container_v02_released.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/001193_milyn_smooks_v04_released.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/001098_mevenide_for_idea_01_has_been_released.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000655_welcome_openejb.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000579_welcome_jmock.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000502_welcome_shocks.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000205_welcome_geotools.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000163_codehaus_borns_xstream.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000125_announcing_jcontainer_loom.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000019_ivorydev.html" />
<rdf:li rdf:resource="http://blogs.codehaus.org/archives/000013_aspectwerkzcodehausorg.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://blogs.codehaus.org/archives/001328_neptune_build_system_released.html">
<title>Neptune build system released</title>
<link>http://blogs.codehaus.org/archives/001328_neptune_build_system_released.html</link>
<description><![CDATA[<p>Neptune is a build tool with similar scope as Ant. There are two major differences between Neptune and Ant:</p>

<p>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.</p>

<p>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.</p>

<p><br />
Neptune currently delegates to Ant for most atomic tasks. All Ant core and optional tasks are adapted as Neptune commands with exactly the same set of properties and sub-elements as in Ant. </p>

<p>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:<br />
1. check out the Ant manual for the supported properties and sub-elements.<br />
2. call the ant task from within neptune with a different syntax. (not xml, but a neptune script)</p>

<p>A shell is provided to allow executing Neptune commands and Ant tasks interactively.</p>

<p>Please refer to http://jaskell.codehaus.org/Using+Neptune for details.</p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>benyu</dc:creator>
<dc:date>2006-02-17T00:04:13+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/001260_jparsec_v021_released.html">
<title>JParsec v0.2.1 released</title>
<link>http://blogs.codehaus.org/archives/001260_jparsec_v021_released.html</link>
<description><![CDATA[<p>Jparsec is a higher order parser combinator framework written in Java. </p>

<p>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.</p>

<p>JParsec is best in senarios where a dynamic grammar or a context sensitive grammar is needed.</p>

<p><br />
Feature highlights.</p>

<p>    * operator precendence grammar.<br />
    * dynamic grammar.<br />
    * context sensitive grammar.<br />
    * Allow both traditional scan/parse approach and ad-hoc approach with 2-way communication between scanner and parser.<br />
    * accurate positioning of parse error.<br />
    * rich set of pre-defined reusable combinator functions.<br />
    * declarative API that resembles BNF.</p>

<p>JParsec can be downloaded at:<br />
http://jparsec.codehaus.org</p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>benyu</dc:creator>
<dc:date>2005-12-01T23:33:31+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/001197_yan_container_v02_released.html">
<title>Yan Container v0.2 Released</title>
<link>http://blogs.codehaus.org/archives/001197_yan_container_v02_released.html</link>
<description><![CDATA[<p><a href="http://yan.codehaus.org">Yan Container</a> (Yet Another Nonintrusive IOC Container) v0.2 is released.</p>

<p>Yan features open structure, declarative API, flexible component combination and totally pluggable life-cycle management.</p>

<p>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.</p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>benyu</dc:creator>
<dc:date>2005-10-18T23:14:53+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/001193_milyn_smooks_v04_released.html">
<title>Milyn Smooks v0.4 released</title>
<link>http://blogs.codehaus.org/archives/001193_milyn_smooks_v04_released.html</link>
<description><![CDATA[<p>The Milyn Project has released Smooks v0.4 on the haus (<a href="http://milyn.codehaus.org">milyn.codehaus.org</a>).  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:<br />
1.	Inter-browser incompatibilities.<br />
2.	Mobilise web content i.e. help make web content accessible on mobile browsers in a practical manner.</p>

<p>Where do you think the future of this framework lies?  Is it a good or bad idea?</p>

<p>See <a href="http://milyn.codehaus.org">milyn.codehaus.org</a>.</p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>tfennelly</dc:creator>
<dc:date>2005-10-13T22:08:33+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/001098_mevenide_for_idea_01_has_been_released.html">
<title>MevenIDE for IDEA 0.1 has been released!</title>
<link>http://blogs.codehaus.org/archives/001098_mevenide_for_idea_01_has_been_released.html</link>
<description><![CDATA[<p>The MevenIDE team is pleased to announce the <a href="http://mevenide.codehaus.org/mevenide-idea/">MevenIDE for IDEA</a> 0.1 release!</p>

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

<p>Features:</p>

<ul>
<li>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.</li>
<li>Full synchronization between the POM text editor and the graphical POM editor, as well as with POM modifications outside the IntelliJ IDE.</li>
<li>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.</li>
<li>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.</li>
<li>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.</li>
<li>Compilation errors reported by Maven in the execution console are displayed as links, which open the appropriate source code file at the appropriate location.</li>
<li>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).</li>
<li>Easy installation via the IntelliJ IDEA plugins manager.</li>
<li>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).</li>
</ul>

<p>Have fun!<br />
  -The MevenIDE team.</p>]]></description>
<dc:subject>Releases</dc:subject>
<dc:creator>arikkfir</dc:creator>
<dc:date>2005-05-29T23:01:59+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000655_welcome_openejb.html">
<title>Welcome, OpenEJB</title>
<link>http://blogs.codehaus.org/archives/000655_welcome_openejb.html</link>
<description><![CDATA[<p><a title="OpenEJB" href="http://openejb.codehaus.org/">OpenEJB</a> moved into the haus over the past month or so, basically unnoticed.  So, notice it now!</p>

<blockquote>OpenEJB is an open source, modular, configurable, and extendable EJB Container System and EJB Server.</blockquote>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>bob</dc:creator>
<dc:date>2004-03-20T22:39:32+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000579_welcome_jmock.html">
<title>Welcome JMock</title>
<link>http://blogs.codehaus.org/archives/000579_welcome_jmock.html</link>
<description><![CDATA[<p><a title="jMock - A Lightweight Mock Object Library for Java" href="http://www.jmock.org/">jMock - A Lightweight Mock Object Library for Java</a> 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.</p>

<blockquote>jMock is a library for testing Java code using mock objects.

<p>Mock objects help you design and test the interactions between the objects in your programs.</blockquote></p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>bob</dc:creator>
<dc:date>2004-01-26T16:24:05+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000502_welcome_shocks.html">
<title>Welcome Shocks</title>
<link>http://blogs.codehaus.org/archives/000502_welcome_shocks.html</link>
<description><![CDATA[<p><a title="Shocks" href="http://shocks.codehaus.org/">Shocks</a> 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.</p>

<blockquote>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.

<p>The core of the Shocks project is a lightweight workflow engine. One of our goals is to support application workflows which span over more than one Action and/or Presentation component. Another goal is to support JSR-94--business rules based workflow processing (a la Drools).</blockquote></p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>bob</dc:creator>
<dc:date>2003-12-15T15:53:17+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000205_welcome_geotools.html">
<title>Welcome GeoTools</title>
<link>http://blogs.codehaus.org/archives/000205_welcome_geotools.html</link>
<description><![CDATA[<p>The Haus would like to welcome <a href="http://jira.codehaus.org/secure/BrowseProject.jspa?id=10270&report=roadmap">GeoTools</a> to the hacienda.  We're supporting them with Jira at this point.</p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>bob</dc:creator>
<dc:date>2003-10-15T17:02:12+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000163_codehaus_borns_xstream.html">
<title>Codehaus borns XStream</title>
<link>http://blogs.codehaus.org/archives/000163_codehaus_borns_xstream.html</link>
<description><![CDATA[<p>There's a bouncing new baby project at the Codehaus.</p>

<p>XStream is a simple library to serialize objects to XML and back again. </p>

<p>XStream requires minimal (if any at all) configuration for custom objects. </p>

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

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

<p><a href="http://xstream.codehaus.org/">http://xstream.codehaus.org/</a></p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>jwalnes</dc:creator>
<dc:date>2003-09-24T17:36:14+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000125_announcing_jcontainer_loom.html">
<title>Announcing JContainer Loom</title>
<link>http://blogs.codehaus.org/archives/000125_announcing_jcontainer_loom.html</link>
<description><![CDATA[<p><p><a href="http://loom.jcontainer.org">Loom</a> is a new start of development upon the <a href="http://avalon.apache.org/phoenix">Apache Avalon Phoenix</a> 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</p></p></p>

<p><p><p>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.</p></p></p>

<p><p><h3>About Loom</h3></p></p>

<p><p><p>Loom 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.</p></p></p>

<p><p><h3>About JContainer.org</h3></p></p>

<p><p><p><a href="http://jcontainer.org">JContainer.org</a> 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.</p></p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>proyal</dc:creator>
<dc:date>2003-08-14T18:25:27+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000019_ivorydev.html">
<title>ivory-dev</title>
<link>http://blogs.codehaus.org/archives/000019_ivorydev.html</link>
<description><![CDATA[<p><a href="http://lists.codehaus.org/mailman/listinfo/ivory-dev">ivory-dev</a> has been created to support discussion, probably mostly between Ryan and Dan, about <a href="http://ivory.codehaus.org/">ivory</a>, the magical SOAP exposer.</p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>bob</dc:creator>
<dc:date>2003-05-14T03:18:19+00:00</dc:date>
</item>
<item rdf:about="http://blogs.codehaus.org/archives/000013_aspectwerkzcodehausorg.html">
<title>aspectwerkz.codehaus.org</title>
<link>http://blogs.codehaus.org/archives/000013_aspectwerkzcodehausorg.html</link>
<description><![CDATA[<p>Jonas Boner has moved <a href="http://aspectwerkz.codehaus.org/">AspectWerkz</a> to Codehaus.</p>

<p>AspectWerkz is a wicked-cool AOP framework.</p>]]></description>
<dc:subject>New Projects</dc:subject>
<dc:creator>bob</dc:creator>
<dc:date>2003-05-11T16:51:38+00:00</dc:date>
</item>


</rdf:RDF>
