Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.
"Versionable Store - OX" is a single-user Object Database written in Java. The basic API is simple and elegant to use on new projects or incorporate in existing projects for persistence support.
FormProc is an form processing and validation API for Java. Forms (HTML or otherwise) are represented as objects and can be validated by a multitude of validators.
Gelatin is a open-source development initiative aimed at providing rich API toolkits for the Java Programming Language.
The Gelatin Project currentls consists of two main projects: The Abstact Query Toolkit and ObjectBase
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Action-driven component-oriented web application framework based on Model-View-Controller (MVC) architecture. Goals: minimum complexity & dependency on the framework API, maximum power, reliability and conformance to common standards.
This project aims at providing simple Java API to the querying/Modification/Object[Un]Marshalling of XML documents and its fragments regardless of the documents source.
Parsec provides a JSP 1.2 tag library and an API for developing rich web applications. MVC is supported with the Page Controller pattern, where requests go to JSPs; no XML config files. Client-side form validation supported by JavaScript code generation.
JEnum is a Java runtime jar for working with enumerated types, as described in Josh Bloch's Effective Java, and a one-way code generator to create the needed classes from xml. The API is patterned after the Java Collections API.
CSVTokenizer is a kind of Java API similar to StringTokenizer
in Core Java API.
The superiorities over any other similar library out there are
* compatibility with StringTokenizer Core API
* supports not only comma but tab and space separated
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
The Open Gaming System (OGS) is a platform for developing open gaming
software. It defines an application programming interface (API) and
provides a free software implementation of this interface.
...The framework differs from existing solutions like HttpUnit in that it doesn't need actual HTTP connections but relies on implementing stand-alone versions of the javax.servlet API.
The xmliter package provides an API for processing XML data that is easier to use than SAX or DOM, performs almost as well as SAX, and works with large documents that won't fit into memory using DOM.
JDigraph is a Java library for representing and working with directed graphs and paths hosted at http://jdigraph.dev.java.net . The API is patterned after the Java collections API.
jrexx - automaton based regular expression api for Java - provides a very fast matching alogrithm, an extended pattern syntax (with set operations for complement, union, intersection, difference) and allows introspection of the automaton's structure.
Spif is Simplest Possible Infrastructure Framework for distributed Java applications like J2EE. Spif defines a simple api for object access and uses a chain of responsibility to realize various infrastructures through simple building blocks.
SDToolkit (Source Documentation Toolkit) allows a developer to add special javadoc style comments into source code. This information is then extracted together with the surrounding source code and analysed to produce API/technical documentation.
This project was started in an effort to ease development of Swing applications by creating a XML to Swing rendering utility. Although this project is definitely in the first released state, it shows great promise and focuses solely on the Swing API as a
Comprehensive component-based web application framework. Works with Servlet API 2.2 and JDK 1.2 or above. Tapestry reconceptualizes web application development in terms of Java objects, methods and properties, instead of URLs and query parameters.
Satsuma XML is simple but very flexible XML binding API for Java objects. The primary goal is to be able to map between pre-existing (ie legacy) Java classes and pre-exising XML schemas, no matter how complex.
This project provides an ANT task and an API to analyze the dependencies between Java class files. It's different from the similar tools existing for ANT as it only compiles the classes affected by your modifications and work with any bytecode compiler.
Implementation neutral logging in Java - binds to whatever logging package it finds on the classpath (Log4J, LogKit, JDK 1.4 logging supported) and exposes a unified interface to it. JULog is for logging what JAXP is for XML parsing in Java!
The SAXAdapter is a utility that builds on the SAX interface and simplifies the use of SAX while preserving its efficiency and power. With SAXAdapter, SAX truly becomes a simple API with less of a learning curve than the tree-based APIs such as DOM