49 projects tagged "Java 1.5+"
SimpleTemplate is a simple template engine written in Java. You can generate formatted text from a Java bean. You can use it for generating XML files, Web sites, etc. It features simple template directives, user-selectable template directive separators, alias creation using with and set directives, support for indexing into arrays, collections, and maps, looping on an array or a collection, a simple include mechanism to reuse template files, conditional evaluation using if and ifelse, and custom list separation settings (prefix, suffix, and separators). Template files can be read from the filesystem, class path, or just a string. Support for methods, aka. sub templates.
Self-Adjusting Top Tree Implementation maintains a forest that changes over time through edge insertions and deletions. This implementation focuses on the simplified Top Tree interface, which allows you to solve a number of interesting graph problems like finding common ancestors, the heaviest edge, maintaining the diameter, center, or median and other (mostly network flow) problems. Using Top Tree interfaces, all outline problems can be solved in a clean declarative way. This implementation uses adapting ST-trees as the underlying data structure, achieving O(log n) time per expose(v,w) operation. There is also a demo that shows an easy way to integrate the toptree library and the host application.
ParaJVE is an advanced emulator for the GCE Vectrex game console (created in 1982 by General Consumer Electric). The emulation is mature enough to deliver a rendering close to the real machine, allowing you to enjoy most of the original games (as well as some extra homebrew ROMs). The emulator packaging is self-sufficient: it contains all the files needed to run the whole set of original vectrex games (including ROMs and hi-quality color overlays) and some additional homebrew games. It is perfectly legal for anybody to download, install and run this software, since the embedded ROMs are either public domain or homebrews whose authors gave written permission to include them in the ParaJVE package.
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.
RationalPlan Project Management Software provides an alternative to MS Project with some extra features like multiproject management and assignment email notification. It handles WBS construction, project planning and scheduling to critical path management, overallocated resources detection, progress tracking, cost estimation, etc.
A Magento extension for rental and bookable products and services.