883 projects tagged "Apache 2.0"
Shared Questionnaire System (SQS) is an integrated optical mark recognition (OMR) form processing system with straightforward GUIs. It is aimed at developing social platforms to share knowledge about questionnaires based on XML standards. You can use SQS easily. SQS applications are implemented in Java, XSLT, and JavaScript. You can install and launch them easily from your Web browser with Java Web Start. It lets you use plain paper and general purpose document scanners for OMR form processing.
Naked Objects is an application development platform. It's called Naked Objects because all you need to develop are your domain objects; the Naked Objects platform automatically creates an object-oriented user interface (giving you the choice of different styles) and the underlying storage mechanism (again, giving you the choice as how to persist your objects).
XMT (XStream Migration Tool) is a library to migrate XStream serialized XML when the associated Java class evolves. XStream is a popular library to serialize a Java object to XML and back again, and XMT enables a smooth migration of this XML with the help of dom4j when you change the class definition of the Java object.
Dog is a Domotic OSGi Gateway. In other words, it is a software-based gateway used for controlling domotic environments in a vendor-independent way, thanks to its high-level semantic device modeling strategy and its driver architecture that allows it to support different domotic plant technologies.
FEST JavaFX Compiler Maven Plug-in is a Maven plug-in for compiling JavaFX sources. It compiles JavaFX source and test files. It does not require the JavaFX distribution to be in a Maven repository (since, according to its license, only Oracle can distribute JavaFX). It does not require you to list all JavaFX libraries as dependencies in your pom.xml.
TCRun is a tool written by software engineers in QA to help in writing, managing, and running automated test cases. The current version is written in C# for use on Windows, though other versions / platforms may be created later as necessary. It tries to make writing automated test cases as simple and painless as possible. It includes support for NUnit exceptions, logging (both test case specific and framwork/runtime), parameterized tests, test case resource files, and a validation framework. It can be used in mono, but is somewhat untested (it's actually built by mono, and it tests itself).