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
Go From AI Idea to AI App Fast
One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
AJIO allows building jars from one or more classes.
The created jar file contains all dependant classes from all referenced jar files.
AJIO permet de créer UN jar ŕ partir d'une ou plusieurs classes et de leur dépendances automatiquement.
PrEd is a Java based graphical utility to find and edit Java property files in JAR, WAR, EAR and other kind of ZIP archives.
It is the perfect tool for customizing Java and J2EE application archives.
Enjoy, Daniel Palomo van Es.
...JarPlug adds an archive editing view to your Eclipse perspectives, and allows the individual entries in the archive to be edited or deleted before doing an update. Say goodbye to File Explorer!
A cron server for Jakarta Maven to automate goal execution. The recurrance criteria (eg. 'every Sunday', etc.) is specified within a cron.xml file, which keeps track of all projects and all goals to run.
The purpose of this project is to provide posibility for Java reflection invocations from within Ant build file. For example:
<reflectant result="result_property" field="TEST_FIELD" classname="some.interesting.classs"/>
<echo "some.interesting.c
A collection of utilities for working with SourceForge programmatically. The initial release is spearheaded by a programmatic interface to the File Release System.
Antics - Yet another collection of custom Apache Ant components: Tasks, tips, examples, idioms, and in-depth articles for build file writers and custom task developers alike.
jsSplitter - toolbox for javascript preprocessing (Concatenates a .js file, or a series of .js files, to a single file .Compress a js code by removing comments,blank spaces,linefeeds .) Include GUI and commandline utility programs,ant task,jsp tag.
Generate any kind of text file using XML, XSL and XPath with this Ant task. JAnyGen has been created for the purpose of generating Java class files under a project tree using XSL template files.
Yet another Java obfuscation tool. This one has a bit of a different twist, in that it can obfuscate native methods by generating a .h file which #defines the original method names to the obfuscated ones. Built with Apache BCEL.
GNU PIC LIBRARY PROJECT
The interest of this project is to develop a set of Libraries that are released in LGPL License to use to PIC microcontroler programming.
Then any program resulted by this use would be a proprietary or free softwares.
TestPattern is a jakarta ant task for source file verification. It applies a set of regular expression pattern tests against each file in a fileset. It intends to be much more general and flexible than other pojects such as checkstyle and macker.
Java class file encryption. Class Encrypt is a program that can encrypt a developer's class files and package them into an executable jar file for deployment. The program uses modules for implementing different encryptions.
The purpose of Jane is to provide a library for analyzing Java constructs. The current practice when writing Java tools has been to modify the Java grammer file for a particular compiler compiler to suit the needs of a particular tool. Jane is a layer
UML for Schema is a code generator, it takes an UML model, properly enriched with stereotypes and tags from an XMI file and it generate some equivalent W3C XML Schemes (WXS). It is also able to do the inverse transformation.
antxmltasks allows ant executions to be driven by an xml file using xpath expressions. Has tasks ForEach, Choose, ConditionalTask, DefaultTask, ValueOf.
It is meant to enhance the degree to which dynamic behaviour can be supported by ant build files.
This project provides a Maven plugin that grabs all the goals cached in ${maven.home}/plugins/goals.cache and provides a hook to store them in an xml file during postGoal execution. The GoalsBean can be unmarshalled from an xml file listing all the goals
GAP is a Generic Jakarta ANT Project file for the complete building of a Java Application from your source to executable jar by simply modifying a simple properties file with details on your project. No knowlege of ANT is required. Great way for the novic