Projects tagged ‘codehaus’


[9 total ]

98 Users
   

XStream is a simple library to serialize objects to XML and back again. Features: Ease of use, no mappings, performance, clean XML, no modifications to classes, integration with XML libraries, full ... [More] object graph support, customizable conversion strategies. [Less]
Created over 3 years ago.

16 Users
   

PicoContainer is a lightweight and highly embeddable container for components that honour Dependency Injection. Despite it being very compact in size (the core is ~100K and it has no mandatory ... [More] dependencies outside the JDK), PicoContainer supports different dependency injection types (both CDI and SDI) and offers totally customisable lifecycles. PicoContainer has originally been implemented in Java but is also available for other platforms and languages. [Less]
Created over 3 years ago.

6 Users

Woodstox is a high-performance validating namespace-aware StAX-compliant (JSR-173) Open Source XML-processor written in Java. XML processor means that it handles both input (== parsing) and output ... [More] (== writing, serialization)), as well as supporting tasks such as validation. [Less]
Created over 3 years ago.

5 Users

GPars (formerly known as GParallelizer) offers Groovy and Java developers intuitive ways to handle tasks concurrently. GParallelizer 0.8.4 is the last official release of gparallelizer under its ... [More] original name. GPars covers Actors (also distributed ones), DataFlow, concurrent collections using fork/join, asynchronous task handling and Safe objects. Please visit the website for more information. [Less]
Created about 1 year ago.

3 Users

Jettison is a collection of StAX parsers and writers which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF.
Created over 2 years ago.

2 Users

StaxMate is a light-weight framework that adds convenience to streaming XML-processing without significant additional overhead. It builds on top of StAX (JSR-173) compliant processors such as ... [More] Woodstox , and offers two basic abstractions: * Cursors, which build on XMLStreamReaders * Output objects, which build on XMLStreamWriters. Also included are interoperability support features like: * Ability to build DOM trees using Stax readers, write DOM trees using stream writers. [Less]
Created over 2 years ago.

2 Users
   

NanoContainer is a container for components honouring dependency injection. NanoContainer builds on top of PicoContainer the support for several scripting meta-languages (XML, Groovy, Bsh, Jython ... [More] and Rhyno), AOP, Web frameworks (Struts and WebWork), Persistence (Hibernate) SOAP, JMX, and much more. [Less]
Created over 2 years ago.

1 Users

XSite is a simple yet flexible site generation tool.
Created over 2 years ago.

0 Users

Have you ever developed code that uses java.lang.reflect.Proxy and thought: "That CGLIB library sure is cool. I wish I could leverage both standard proxies and CGLIB proxies without changing my ... [More] code". With ProxyToys you can! ProxyToys is to proxy generation what Jakarta Commons Logging is to logging - an thin implementation neutral API for Proxy creation. Whether to use standard proxies or CGLIB is a one-line code change. [Less]
Created over 2 years ago.