New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
Start Free Trial
Easily Host LLMs and Web Apps on Cloud Run
Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.
Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
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.
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
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.
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.
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.
Write algorithms and class structures once - transform them to any Language and Version - without redesigning code. XCOS provides XSD and XSLT for OOP-close representation of structures and executable sources - currently: C#2.0 and Java 5.0 is to come.
Base C++ library included own: reflection, memory management, xml-serialization, strings, containers, files and directory operations. The idea is to join java-style and C++ memory-management. (tested with http://sourceforge.net/projects/izh-test/)
Cache Ajax like Browser side Enhanced Libary - Cabel-Lib Theoretically, by applying this library, it will a web-mail operation as a mainly pure Client-Side operation, and decrease web interaction to a very low percentage during whole operation procedure
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.
Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
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.
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.
A number of plugins for Eclipse that make life easier. Tools includes regex. find and replace, editors for CSharp, LLK, XML, XHTML, HTML, CSS, ... etc.
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.
SecurityCoach is an extensible software security auditing system that integrates with Eclipse, seamlessly performs static analysis of the source code in the background and warns a developer about potential software security vulnerabilities.
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.
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.
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
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.
Code-engine is a code generation framework with plugin architecture. It is designed to generate code in any language. Each plugin uses xml based configuration in order to provide any level of customization.
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>