RSS 21 projects tagged "Apache 2.0"

Download No website Updated 13 Aug 2010 Admin4J

Screenshot
Pop 21.05
Vit 31.85

Admin4J will handle routing administrative and support requirements for J2EE applications. These requirements include exception management, performance tracking, and notification to support personnel for errors, threading issues, and memory issues.

Download Website Updated 12 Jan 2011 CRest

Screenshot
Pop 36.74
Vit 29.43

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.

Download No website Updated 24 Oct 2011 CSS Import Resolver

Screenshot
Pop 21.70
Vit 1.00

CSS Import Resolver resolves the @import url(...); statements in input CSS files (by replacing the @import statement with the actual content of the linked CSS) and creates a huge CSS output (written to STDOUT by default). Including the combined CSS in your Web pages will improve the performance of a site by avoiding additional HTTP roundtrips.

Download Website Updated 08 May 2013 CmdOption

Screenshot
Pop 37.92
Vit 7.66

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.

Download Website Updated 30 Oct 2012 Funcito

Screenshot
Pop 50.32
Vit 2.64

Funcito is a Java library which simplifies access to your favorite functional programming APIs by wrapping Java methods as the function-type objects defined in those libraries. Rather than creating another functional programming API, Funcito makes it easy to define function-type objects which wrap existing methods. As a result, your code has less noise and clutter of anonymous inner classes, annotations, etc. Your code remains safe for automated refactoring, since there are no String-based reflection or forced naming conventions. The supported frameworks are Google Guava, Jedi, Functional Java, Play! Framework 2, and collections-generic.

No download No website Updated 29 Jan 2012 Geomajas API project

Screenshot
Pop 27.06
Vit 1.00

The Geomajas API project contains some annotations that can be used to indicate which parts (which classes and which (public) methods or fields) are considered as the API. This is particularly useful for projects where you want to mark the API without the need to refactor everything to interfaces and factories.

No download No website Updated 30 Jan 2012 Geomajas Geometry project

Screenshot
Pop 28.95
Vit 1.00

The Geometry project contains a DTO class for representing a geometry and services for manipulating these geometries. These objects can be used in various environments, including GWT. They can also easily be serialized to and from JSON.

No download No website Updated 29 Jan 2012 Geomajas SLD project

Screenshot
Pop 25.85
Vit 1.00

The SLD project contains DTOclasses and services to convert between these SLD objects and the XML representation. The DTO classes can be used in various environments, including GWT. They can also easily be serialized to and from JSON.

No download No website Updated 14 Mar 2013 Geomajas profiling project

Screenshot
Pop 62.55
Vit 1.00

Geomajas profiling project is a simple application profiling system that can be used to continuously gather profiling information in a running application. It allows you to get the number of invocations and total/average time. Profiling data can also be grouped to allow total time to be split up over different groups. There is utility code to use this for JDBC access profiling, and JMX integration for accessing the data which is gathered and reset the counters.

No download No website Updated 31 Jan 2012 Hades

Screenshot
Pop 22.36
Vit 25.70

Hades is a high availability (HA) data source. This HA data source contains two other data sources: the main one and the failover one. The HA data source exposes one of them at a time and can automatically switch between them when certain conditions are met. These conditions are highly configurable. By default, when the main data source is overloaded, the failover data source is used. The load of a data base is determined on the basis of the average execution time of some configurable SQL statement that is examined periodically. The HA data source exposes through JMX its state and also operations for manual switching between the two contained data sources in case automatic switching must be suppressed for some reason.

Screenshot

Project Spotlight

check_ssl_cert

A Nagios plugin to check X.509 certificates.

Screenshot

Project Spotlight

MoSSHe

A lightweight, secure server monitoring system.