193 projects tagged "Java"
Sirix is a versioned tree-based storage system. It provides Snapshot Isolation through MVCC and is best suited for flash-based storage. The tree encoding is suited for heavy update operations. It provides diffing algorithms either to import diffs between currently shredded (imported) XML documents to update a tree structure or to get the differences between versions of a tree structure. A GUI provides several visualizations for comparing imported tree structures.
CarrotGarden SCR provides an OSGI Service-Component descriptor generator according to a proposal described in RFC 0172 Declarative Services Annotations. It is comprised of annotations, a Maven plugin, and an Eclipse connector, and allows for interactive SCR component descriptor updates in Eclipse, which are compatible with non-interactive Jenkins Maven builds.
EMF Validation Builder is an Eclipse plugin that automates the validation process at the time of saving. This means that resource problem markers are up to date as soon as you save your model. A dependency table is maintained, which allows the validation process to be re-run when necessary. In particular, the tool can be directly used with ECore model files.
betterFORM is an implementation of the W3C XForms 1.1 Recommendation. It allows easy creation of highly dynamic Web 2.0 user interfaces with attractive controls and layout. You can add validations, calculations, actions, and events to build complete Web applications in a declarative way.
slm4j (Starschema License Manager for Java) is a simple and easy-to-use license file generator and validator package for Java programs. It includes a command line tool for generating private and public keys for cryptographic signing, and a runtime class (or jar module) to validate the generated keys. The signed data is an ASCII armored file, which could store date or time limitations, functionality restrictions, or any user specified strings. The embedded license file validation ensures that file is not modified by using the DSA algorithm.
CSS Compressor is a Java library and utility for reducing the size of Cascading Style Sheets (CSS). It uses many approaches for reducing CSS files: whitespace and comment stripping, merging selectors with identical rules, using short-hand color representations, omitting semi-colons and units where unnecessary, short-hand box-model properties, and many other small tweaks.