71 projects tagged "Mac OS X"
Athena Framework for Java is a full fledged enterprise object-relational mapping (ORM) framework that employs metadata as mapping configuration. It greatly simplifies Java Web application development by removing the requirement of manual mapping and manual database schema updating. In addition to features like Java object persistence, powerful EJBQL querying execution, and comprehensive code generation, Athena has built-in support for multi-tenancy, which enables developers to build cloud applications easily. Athena can be easily integrated with other libraries like Struts or Spring to provide full stacks of service.
Icwri is a lightweight, very simple, service-oriented Java built-in script. It can help Java developers build some application interfaces in a service-oriented style. It can also help non-technical people join the development team to write their own application scripts to enforce business rules and decisions. Icwri service providers and consumers can be either Icwri scripts or Java classes. An Icwri script can run all alone, but the primary purpose of Icwri script is to have an assistant language of Java. It can run on any system with JDK/JRE 1.5 or above installed. It does not support Java SE 6 Script Engine because of the service-oriented design and the requirement to support Java SE 1.5 users.
JCmdLineProgress is a Java library to assist with progress reporting on the command line. Using simple hooks, a program can send progress messages and status information to the command line. Also, text based "spinners" can be used to provide visual confirmation that a long running but quiet program is still running. A working example is provided.
i-net KONNEKTER is a new type of JDBC driver. It allows you to develop an applet or server application that supports different DBMS. It enables remote access to JDBC drivers. You can use it with MS SQL Server, Oracle, DB2, Sybase, MySQL, PostgreSQL, Informix, ODBC, MS Access, and many other databases.
JavaGit is a Java API that provides access to git repositories. The goal is to bring the power of git to the Java world as an API that is intuitive for developers new to git and developers who are veteran git users. It is engineered to provide the developer with access to the raw git commands through a command API as well as an object API designed to represent the .git repository, the working tree, and other familiar git concepts. JavaGit uses the git binaries installed on the host machine to provide git functionality, and has been designed to easily accommodate additional methods of access to git repositories.