767 projects tagged "Apache 2.0"
Jailer is a database subsetting and browsing tool. It is a tool for data exporting, schema browsing, and rendering. It exports consistent, referentially intact row-sets from relational databases. It removes obsolete data without violating integrity. It is DBMS agnostic (by using JDBC), platform independent, and generates DbUnit datasets, hierarchically structured XML, and topologically sorted SQL-DML.
OrientDB is a NoSQL DBMS which can store 150,000 documents per second on common hardware. Even with a document-based database, the relationships are managed as in graph databases, with direct connections among records. You can traverse entire or parts of trees and graphs of records in a few milliseconds. It supports schema-less, schema-full, and schema-mixed modes, has a strong security profiling system based on users and roles, and supports SQL between the query languages. Thanks to the SQL layer, it's straightforward to use for people skilled in the relational world.
AgileSites is a framework for Oracle WebCenter Sites (formerly Fatwire) designed to be easy to use and productive. It allows agile development practices and makes development with distributed teams (offshore) possible, trackable, and healthy. It is compatible with standard coding practices so Java developers will feel at home. It uses only documented APIs to keep support and compatibility between Fatwire/Sites versions.
Corn Httpclient is an HTTP client designed make HTTP requests from Java clients to Web servers as plain requests and form requests. Since authentication requirements are supported, you can make requests to secured Web resources behind the proxies. It supports multiple clients making requests simultaneously with different security credentials.
Corn Gate is designed to simplify service definitions and implementations in Java. It comes with several handy out-of-the-box functionalities, including security, registry, Spring and EJB integration, filters, shared data stages, client contexts, etc. JSON-RPC/HTTP and REST/HTTP protocols are supported. Remote service calls can be done through various client technologies. Since Gate supports standard HTTP communication mechanisms, almost any client technology can access services remotely.