996 projects tagged "Apache 2.0"
Rythm Template Engine is a general-purpose, high-performance Java template engine which uses a Razor-like syntax. It is 2-to-3 times faster than Velocity. It supports variables, expression evaluation, control flow (if-else-if), looping, template inheritance(decoration/layout), and many features. There is a Play!Framework plugin based on Rythm. You can use Rythm in any place to generate any type of text file, including HTML, XML, Json, SQL, and any kind of source code.
Location Source is an implementation of Java's Location API (JSR-179). It is intended to give Java applications access to location data on platforms that do not have a JSR-179 implementation of their own. It currently only runs on Windows Mobile using IBM's WebSphere Everyplace Micro Edition (WEME) 6.1.1 bu can easily be extended to run on other platforms. For example, you could use it on any laptop by tying it into SkyHook's Loci API.
Logfilter is a tool for performing ad hoc analysis on Apache log files. Logfilter is especially useful when you wish to find records matching very specific criteria, since you can specify exactly which fields to match. The tool also plays well in a Unix environment by accepting input either through files or via stdin.
Ojax provides an OAI-PMH harvester to harvest metadata from multiple repositories and builds a single searchable Lucene index of this data. OJAX provides a dynamic user experience enabled by Ajax and full OpenSearch integration with the IE 7 and FireFox 2 search fields. It supports OpenSearch Discovery, OpenSearch Atom results, and OpenSearch Search Suggestions. Loosely coupled Web Services and OpenSearch Atom standard allow integration with a range of VLEs, CMSs, institutional repositories, and portals.
Jacman is a GUI frontend to ArchLinux's "pacman" package management system. It provides an attractive interface to the majority of key features of Pacman, including installing, removing, and updating packages. It also includes "rollback" functionality to return back to an older version if necessary.
Sotacs is a collection of components for the Tapestry Web Framework. It provides 'NavigationBar', a JavaScript-powered hierarchical navigation bar with collapsable folders, mouse-over highlighting, and selection highlighting, 'DynamicImage', which produces JPEG or PNG images on the server with an AWT-like painting listener method and sophisticated caching options, 'AjaxTextField', an AJAX powered text field that supports auto-complete hints in a pop-up box, and 'TransparentPNG', which makes alpha-transparent .png images display correctly on all browsers incuding Internet Explorer 5.
Morph is a Java framework that eases the internal interoperability of an application. As information flows through an application, it undergoes multiple transformations. Morph provides a standard way to implement these transformations. In addition to providing a framework for performing transformations, Morph provides implementations of many common transformations. It has been built from the ground up for flexibility and extensibility, and it integrates seamlessly with dependency injection frameworks such as Spring, PicoContainer, and Hivemind.
C++ template classes implementing a B+ tree key/data container in main memory.