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.
Try It Free
$300 Free Credits to Build on Google Cloud
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.
There exist many implementations of XML parsers that create DOM. The Radiance DomProfiler parses an XML file and builds a DOM from a handful of available parsers - CRIMSON, DOM4J, JDOM, SPARTA, XOM, XERCES, XPP - to compare time taken and memory used.
Java utility-library for reusable java helper classes (e.g.: Log/File/Http/Jaxb/Performance/Xml/.. helpers). Javadoc for every public function are well. JUnit-testcases exist for every public function. Full downward compatibility in all future versions.
JawFlow is a Workflow Engine partially conformal to WfMC directives, written in Java using JMX technology. It understands XML Process Definition Language and can be customized with activities written in Java or in any scripting language supported by BSF
BaggieLayout is a Java swing LayoutManager, as powerful as GridBagLayout, but VERY easy to use. Use simple XML or JavaBean constraints for positioning. Unlike other LayoutManagers, obeys min/max/pref sizes, & components don't jump/dissapear when resized
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.
Avignon is an acceptance test system that allows you to write executable tests in a language that you define. It uses XML to define the syntax of the language but, if you choose to extend the language, leaves the semantics of the tests up to you.
SharpMud is a MUD server Framework written for .NET 2.0 in 100% C#. Provides an applcation layer that allows for MUD developers to focus on gameplay, not server mechanics. See the website for more information, including project status and direction.
A Rich Internet Business Application Framework that uses XML to describe a GUI for the web or standalone application. Java Swing components are managed by the framework so that a GUI can be built quickly and easily with no Java programming required.
code2tags is a project documenting tool it generates a html version of the entire project dir and puts a navigation frame for browse each file, works with many formats like xml, jsp, properties, php... and many more
spring-ns is a pack of NamespaceHandler implementations, which can handle several customized XML namespace during the parsing of configuration files of the new Spring 2.0, and can provide convenient features in your XML configuration files.
NmnLogger is a small set of PHP classes developed to create a simple abstracted logging mechanism, giving the ability to create complex and functional xml driven logging systems within minutes.
Web 2.0 framework developed in PHP5 that allows you to develop interoperable, standards-compliant, scalable web applications without having to worry about the complexities of the underlying architecture for the most common of functionality.
A parser generator derived from ANTLR with JavaCC like (but not the same) syntax and some new features. It also comes with sample grammars for CSharp, Java, GnuC, Html, XHtml, Xml, ECMA262... etc.
OpenXL provides a flexible, platform-independent SOA/Web Service middleware and workflow programming language (SLL). OpenXL supports the creation, provisioning and execution of Web Services as well as the integration of code written in BPEL, Java, etc.
Bookinex is an application designed to index your collection of books, it supports scanning of Barcodes to recognize ISB Numbers and querying web services to collect data.
XDC is a program that generates HTML documentation from special comments within XML files - much like Javadoc does for documentation in Java source files. It supports various XML dialects (XSLT, Apache Ant build files, ...); others may easily be added.
StruktGen is a little php-written tool to create Nassi-Shneiderman diagrams out of XML files and save it in several graphicformats by using the GD graphic libary. StruktGen creates diagrams under the terms of DIN 66261.
Struts NBX (Struts with Nuthin-But-XML) is a Model 2X framework, by Bill Vaughn, that enables the development of dynamic J2EE web content with nothing but XML. In other words, no JSPs, JSTLs and etc., for a clean separation between the model and viewer.
SAX for .NET is a C# port of the original Java based SAX API specifications. When compiled into a .NET assembly it becomes available to the other .NET languages as well.
Toxicity is a open source XML microkernel for document oriented development based on Java. It provides support for processing all kinds of informations that can be represented in form of XML documents.
(XSLT transformer/editor)
A text editor that allows the loading and editing of an XML document and an XSLT document at the same time. It also can apply the XSLT to the XML and display the output for further editing/saving. Plugable XML and XSLT parsers
JUnit extension making test cases data driven. Uses external test data (in Excel, XML etc) which is injected into your test case using standard JavaBeans properties. Data enables and integrates toolkits such as jWebUnit and DbUnit. 100% JUnit compatible.
This project is a tool for mapping objects to objects. The project will contain a core module, a xml module and a servlet module. The module will be named: JOOMCore, JOOMXml and JOOMServlet. Dependencies: commons-beanutil, xerces and servlet-api
XMLMath evaluates mathematical, logical or textual expressions described in xml and prints the result. For example, to compute the result of 1 + 1, you would write: <add> <long value="1"/> <long value="1"/> </add>