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.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
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.
A facility to keep a history of context information during runtime and then dumping it in a separate file when a problem occurs (similar to core dump).
PCS Java Toolkit provides useful stuff for developing Java Applications, especially Web Applications. E.g. a small and simple framework for building web applications similar to Jakarta's Struts.
This library wants to be a free implementation of the Java Class Library in C++, so that programmers will be able to write C++ programs with Java like code.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
A tool for transforming DocBook XML to high level type setting languages like Lout and LaTeX. It converts documents into Postscript or PDF and can be used as part of a tool chain as a replacement for openJade/jadeTeX.
iBATIS Breakdown is a simple utility that produces simple statistics about your Java code (lines of code, minimums, maximums, averages etc.).
What makes Breakdown different is that (as the name implies) it breaks the statistics down and organizes the
UML2EJB was a code generator - it took a Unified Modeling Language (UML) model and generated Enterprise JavaBeans classes. This project has been discontinued and replaced by the new AndroMDA project (see http://www.andromda.org).
TX4J is a lightweight local transaction framework that allows you to make your Java code transactional. It supports isolation level 0 - 3. TX4J includes a lock manager and a deadlock detection/resolving mechanism.
A complete, production-usable Java class library tuned for internal corporate development (GPL). The Amber Archer class library represents over 100,000 lines of code and 700 Java classes, covering topics like UI building, pooling, caching, XML processing
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Arachnid is a Java-based web spider framework. It includes a simple HTML parser object that parses an input stream containing HTML content. Simple Web spiders can be created by sub-classing Arachnid and adding a few lines of code called after each page
Sorry that I switched to eclipse for years and will no longer use JBuilder. I think I will not support jbCheckStyle any more :( Plase use Cheskstyle4JBuilder (http://www.pautinka.com/c4jb.html) if you want o use Checkstyle 3.X or above.
An easy-to-use, user-friendly GUI for archived file formats (jar, zip, tar). Explorer-type archive browsing with all the archiving functionality offered through a much easier, quicker & more understandable manner than its command-line counterpart.
This project has been replaced by Archive Buddy [http://sourceforge.net/projects/archivebuddy]
The DragonBreath Engine is a constraint solver based on local search. It features real-time computation, handling of dynamics, structural constraint satisfaction, and an easy way to include domain-specific knowledge.
The intentions of this project are as follows:
1; Determine the potential interest level in developing a basic interface for creating models in GAMS (General Algebraic Modeling System).
2; To create a sounding board for what should be added to the exist
Course Compiler Design I at the ETH Zuerich (Switzerland).
The course program is to write a simple compiler for educational language J01 (similar to Java, with restrictions) for a target platform (either DLX, SPARC or x86).
DL was designed to be a pure data language, built on very simple constructs, and internally representing typed values rather than depending on external schemas to infer type values.
Perforce Intellij Refactoring Integration Plugin - Perfin. This plugin aims to aid developers using move and rename refactorings from within Intellij. It can also handle automatic add of new files and automatic deletes.
Utilises the JVMDI (Java Debug API) to produce line coverage reports
detailing which lines of code have been executed during a test. Report is
produced in XML and may be post-processed via XSLT into a prettier one.
SAXPATH HAS BEEN INCORPORATED INTO JAXEN AT http://jaxen.codehaus.org
SAXPath has been merged into the Jaxen codebase and is no longer being maintained separately.
FURTHER DEVELOPMENT IS NOW OCCURRING AT https://github.com/jaxen-xpath/jaxen
--
Jaxen is an XPath engine written in Java to work against a variety of XML based object models such as DOM, dom4j and JDOM together with Java Beans.
Structure Doctor is a little utility that goes through Java source code and finds possible structural flaws, such as too big methods, duplicate code, duplicate class hierarchies etc... Flaw reports are generated in HTML.
Butterfly is a simple Code Generator using XMI as the input and XSLT templates to generate any type of code. Several templates are provided including EJB, JDO and Struts. Users may use the templates, modify them or create new ones using XSL.
DBManager aims to be an Abstraction Layer for JDBC Databases. It hides all Database interaction in the Superclass (DBManager) the Superclass useses the Java reflection framework to gather Informations of Tables and Columns.