SmartPool is a connection pooling Javacomponent modeled on connection pooling features provided by an Application Server. SmartPool 1.5 focuses on Oracle RAC and global Transactions. It makes an attempt to solve critical issues like connection leaks, co
XQEngine is a Javacomponent for searching collections of XML documents that uses an XQuery front end. The engine has a straightforward API that allows it to be easily embedded in end user applications. Requires some basic Java programming skills.
XDataGrid is a simple .NET DataGrid like component written in java that binds with a very flexible XDataSet(.NET DataSet like) with XML generation capability. XDataSet in version-1.0 also can be built using XML that supports definition of multiple tables
Framework for software component integration, interoperability and adoptability through a XML based vocabulary: Software Component Integration Mark-up Language (SCIML)
The Universal SQL Gateway tunnels SQL requests through firewalls over HTTP by implementing a special JDBC driver. It provides secure database acces by acting as a firewall component commonly refered to as Application Gateway.
The objective of i-trax is to allow users with mobile devices to communicate via messages. Therefore messages can be sent, received and saved using a mobile device. i-trax consists of a J2ME client component and a PHP/MySQL based server component.
This project contains an component to building JDO applications with Castor (http://castor.exolab.org/). It's allow easy using of mappings with building OQL queries.
Data Evolution for Java. Finch is a Data Transformation System based on JDBC and other Java blessed specifications. Finch is based on a component task architecture allowing users to create complex data manipulation jobs.
BEEJ is a Boolean Expression Editor for Java. This library provides a GUI interface to build complex (or simple) expressions with your options as a base component.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Centralized database for cataloging CD collections. Database is browseable through an HTML interface; a client component generates XML album descriptions with automatic FreeDB lookups that can be uploaded to the server for easier album entry.
The jdbal project is a database abstraction layer written in java to provide a inheritable class structure for ejb 3.0 like objects. The key component of this application is the database abstraction coupled with inheritable table based objects.
A easy to use light weight O-R mapping component it only can be used with MySQL database now. All you have to do is followed: 1.Create a bean . ex: public class Person{ private int id; private String name; //getter &setter methods. } 2.create a table,the