RSS 4 projects tagged "Apache 2.0"

Download Website Updated 08 May 2013 CmdOption

Screenshot
Pop 37.51
Vit 8.18

CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications. Everything you need is (at least one) simple configuration object. Each field and method annotated with an CmdOption annotation will be processed. Based on this config, CmdOption is able to parse any command line, guaranteeing the declared specification. The result is directly stored in the given config object. When errors occur, CmdOption gives a meaningful error message. Generated output and validation/error message can be localized.

No download Website Updated 01 May 2012 Kelpie

Screenshot
Pop 25.73
Vit 1.00

Originally developed for Voxbone's inum network. The Kelpie gateway is capable of bridging presence, IM, and voice traffic between SIP and XMPP networks.

Download Website Updated 26 Feb 2011 Scalate

Screenshot
Pop 21.00
Vit 1.00

Scalate is a Scala 2.8 based template engine for generating text and markup. It can be used stand-alone in any JVM or as a servlet filter in any Java Web application. It supports the following template formats: Mustache, Scaml, Jade, and SSP.

Download Website Updated 12 Jan 2011 CRest

Screenshot
Pop 36.82
Vit 29.40

CRest (Client REST) is a lightweight library that simplifies the integration of third party RESTful services into Java applications. CRest is mainly annotation-driven, allowing the developer to focus on the essential aspects of the integration of a REST service, such as the definition of the Java interface that maps the remote REST methods and the data model the interface will deal with. The rest is achieved by annotating a plain Java interface with the relevant information such as the service end-point, the desired timeouts, URL formats, etc. CRest will handle everything else, including HTTP request generation, auto marshalling of the response, and more.

Screenshot

Project Spotlight

sawfish

An extensible window manager.

Screenshot

Project Spotlight

cmocka

A unit testing framework for C with mock objects.