298 projects tagged "Apache 2.0"
Rhino in Spring is an integration of the Mozilla Rhino JavaScript interpreter for Java and the Spring framework. It includes a controller component for the Spring Web MVC that allows you to express complex multipage flows in your Web applications as server-side JavaScript programs. You can use all the amenities of a full-blown imperative programming language while designing flows.
JewelCLI provides an API to parse command line arguments. It uses Java annotations to present a very simple but powerful interface. Options are defined using an annotated Java interface definition. This allow a declarative style which can be much clearer than the procedural style used by some other Java CLI libraries.
PyreRing is a test runner that executes scripts intended to act as individual test cases. By removing the administrative burden that often surrounds testing, the test author can focus on writing meaningful, direct, and useful test cases. As long as you wrap your test cases with a Unix shell or scripted language wrapper, it will be executed. It allows you to set a timeout value, send reports to email addresses, automatically organize your test cases with filesystem directories or suite files that you define, create automatic suites based on a predefined block in your test scripts, and capture standard out and standard error into a comprehensive log.
JChav is a way to see the change in performance of your Web application over time by running a benchmark test for each build you produce. It is an Ant task that, when used in conjunction with the JMeter ant task, produces historic views of the performance of your application. Charts are produced for individaul pages of the application along with summary data. If integrated with cruise-control or similar build tools, you will get an idea if the changes you are making to your Web application are improving or degrading performance.
TiTLi is a Google-like search tool for relational databases . It builds on top of Apache Lucene to provide an API and a GWT-based UI for searching multiple databases from various vendors simultaneously. It is very fast due to indexing, and the database is queried only when a record is chosen.
LibMySequoia provides an alternative library for MySQL C client library (libmysqlclient.so) to benefit from the Sequoia high availability and performance scalability clustering solution. Native MySQL client programs can use the Sequoia clustering solution without changing any line of code in the application. The benefit of this solution is that native C applications, PHP, Perl, and Python programs using the MySQL C API interface now can transparently connect to a Sequoia cluster.