RSS 14 projects tagged "Apache 2.0"

Download Website Updated 15 Sep 2009 Teddy's Air Show

Screenshot
Pop 15.72
Vit 36.67

Teddy's Air Show is a little game for kids of ages four and older. The objective is to pop balloons within a given time frame. For every 10 balloons popped, you receive a little bonus for the remaining time.

No download Website Updated 16 Oct 2009 Thread Weaver

Screenshot
Pop 25.14
Vit 36.25

Thread Weaver is a framework for writing multithreaded unit tests for Java classes. It lets you create breakpoints inside your code and to stop individual threads when they reach a breakpoint. This allows you to produce controlled repeatable tests that can help to verify thread safety and detect race conditions.

No download Website Updated 25 Jul 2011 Ametys

Screenshot
Pop 29.29
Vit 35.33

Ametys is a powerful Web CMS used by many institutions of higher education and government, but also industries and SMEs. It motorizes over 2000 sites around the world. It is known for its ergonomic design that promotes ease of use, its social Web functionality, and the ability to manage a large number of users.

No download Website Updated 22 Feb 2010 eXtcos

Screenshot
Pop 19.90
Vit 34.42

eXtcos is an extensible JVM component scanner, similar to the component scanning feature of Spring. It is a small library solely focused on the task of class path scanning. It provides an easy-to-use query language for requesting the classes. This is a refreshing change to the boiler plate code you need to use the Spring classes for your own needs. You can get several different kinds of classes with just one query. You can use eXtcos for finding plug-ins for your application, classes meant to be run inside your container or framework, and the like. eXtcos is basically a base library on which other applications, containers, and frameworks can depend on.

No download Website Updated 20 Jul 2012 named-regexp

Screenshot
Pop 18.89
Vit 17.50

The named-regexp library is a thin wrapper for java.util.regex, implementing named capture groups for Java 5/6. (This isn't needed in Java 7, which already supports this feature.)

Download No website Updated 13 Dec 2010 SpiderDB

Screenshot
Pop 90.11
Vit 3.19

SpiderDB is a lightweight database schema crawler library developed using Java. It is a simple library that can be used to Crawler the underlying schema of a database and return POJO objects, which makes it very easy to use. This library takes care of all the differences among the various database management systems, and makes application code free from the DBMS differences.You keep using same POJOs even if you change the underlying DBMS.

Download Website Updated 03 Jan 2011 persistence4j

Screenshot
Pop 59.75
Vit 2.86

persistence4j is a small and lightweight Java object persister that uses JDBC to persist data into a relational database. The library frees you from writing the Data transfer objects - just create a POJO and simply save it. Transactional and non-transactional connections are supported and can be configured from the simple properties file.

Download Website Updated 29 Mar 2010 jSmaTeP

Screenshot
Pop 59.46
Vit 2.21

jSmaTeP assists in the use of Java for processing import and export data by configuring a data structure rather than by programming it. The structure of the import data is specified in an XML file. jSmaTeP then generates a value object representing exactly one row or record in the import file based on a given XML data configuration. This means that if the import or export format changes, only the XML data configuration needs to be changed to match it.

No download No website Updated 21 Feb 2012 Overthere

Screenshot
Pop 32.68
Vit 2.16

Overthere is a Java library to manipulate files and execute processes on remote hosts, i.e. do stuff "over there". It was built for and is used in the XebiaLabs deployment automation product Deployit as a way to perform tasks on remote hosts, e.g. copy configuration files, install EAR files, or restart Web servers. Another way of looking at it is to say that Overthere gives you java.io.File and java.lang.Process as they should have been: as interfaces, created by a factory and extensible through an SPI mechanism.

Download No website Updated 06 Aug 2010 BRAP

Screenshot
Pop 34.50
Vit 2.01

BRAP is a Java remoting protocol that uses native Java object serialization encapsulated in HTTP. It aims to be an alternative to Spring HttpInvoker and Spring Security, especially when you don't need or want the dependencies of Spring in your client, such as when building a rich client application where size might be an issue. The authentication mechanism lets you use your own domain objects as credentials. BRAP gives you "pass by reference" even though the object arguments are serialized and passed to the remote service: changes that happen on the remote side can be applied to the client side automatically. BRAP focuses on being easy to use, small in size, yet powerful and extensible.

Screenshot

Project Spotlight

Webmin

A Web-based interface for Unix system administration.

Screenshot

Project Spotlight

astGUIclient

Software which extends the functions of Asterisk with end-user Web clients.