Projects tagged ‘codehaus’ and ‘java’


[6 total ]
60

XStream

   
Primary Language: Java Licensed as: BSD-ish License

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 object graph support, customizable conversion strategies.

Metrics updated 28 Aug 08

13

picocontainer

 
Primary Language: Java Licensed as: PicoContainer license

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 dependencies outside the JDK), PicoContainer supports ... [More] 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]

Metrics updated 29 Aug 08

4

Woodstox

 
Primary Language: Java Licensed as: Apache Software License,GNU Lesser General Public License 2.1

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 (== writing, serialization)), as well as supporting tasks such as validation.

Metrics updated about 16 hours ago

2

Jettison - Json Stax implementation

 
Primary Language: Java Licensed as: Apache License 2.0

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.

Metrics updated 29 Aug 08

1

StaxMate

 
Primary Language: Java Licensed as: Apache License 2.0,GNU Lesser General Public License 2.1

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 Woodstox , and offers two basic abstractions: * Cursors, which build on XMLStreamReaders * Output objects, which build on XMLStreamWriters.

Metrics updated about 21 hours ago

0

ProxyToys

 
Primary Language: Java Licensed as: BSD-ish License

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 code". With ProxyToys you can! ProxyToys is to ... [More] 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]

Metrics updated about 4 hours ago