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
Host LLMs in Production With On-Demand GPUs
NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.
Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
EDIReader parses EDI input from ANSI X12 and EDIFACT, including documents for HIPAA compliance. It supports Java JAXP/SAX XML interfaces with a custom implementation of an "XML" parser, allowing access to EDI data with XML tools.
Lightweight XML processor; XML-POJO mapping via Java5 annotations or DTD; Preprocessing of XML documents using expression language; Binary XML; RMI friendly XML; JSON format support; XML marshall/unmarshall; HTML as XMLparser; Swing XML Viewer
This is a collection of small to mid-sized tools I wrote, mostly in java. this includes an XML-Parser and a 3d engine. Please see the homepage for a closer description
WSFuzzer is a fuzzing penetration testing tool used against HTTP SOAP based web services. It tests numerous aspects (input validation, XMLParser, etc) of the SOAP target. It is only to be used against targets that have granted permission to be teste
Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.
Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
* Java classes for parsing text, conversion to XML or to evaluate in Java. The parser is textual-script-controlled with a syntax near Backus Naur Format, named ZBNF. * Some routines for conversion: C-Header or Java to XMI, XML-Documentation generation,
XMLparser is a tool written in java, which can parse any XML file fed to it. It generates the needed source code to parse your XML, based on the specified schema.
Java API with XML based declarative parsing logic to parse complex structured data messages such as electronic data interchange messages etc, check data types of parsed data and transform the parsed data to XML structures or to Java Objects.
ShaniXmlParser is a small and fast Xml/Html DOM/SAX non validating parser written in java. It can parse invalid xml files. It uses the org.w3c.dom interfaces and the jaxp interfaces. It works also on mono/.net thanks to ikvm.
Small footprint, fast Java XMLparser. Parses to an easily manipulable nested class structure which can be converted back to formatted or unformatted XML with a single call. Uses and creates straight XML, no DTDs necessary or used.
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.
QuickDoc is a java document parser that reads documents from plain text files using a simple language and exports the document to other formats like PDF, HTML, Java Help and XML.
This is an XML-Parser for Java ME based on the work of Marc De Scheemaecker (original NanoXML-Parser) and Eric Giguère (ported NanoXML to the J2ME platform).
It was extended with helpful methods to parse and navigate in RDF and OWL files.
Framework to develop J2EE applications rapidly and easily.Allows to define applications just with DB-Schema Creation. Generate applications. caf-dbmanager,built on jdbc to provide ease of use database access use SQL-Parser outside in the form of XML.
kXML-RPC is a Java ME (J2ME) implementation of the XML-RPC protocol built on top of the kXML parser. kXML-RPC empowers Java ME devices with a lightweight mechanism for exchanging data and invoking web services, in a neutral, standardized XML format.
Wingfoot SOAP client (wsoap) is SOAP 1.1 compliant client library for MIDP/CLDC, Personal Java/CDC, J2SE and J2EE platforms. It has an extremely small footprint- 35k with the XMLparser, and 21k without it.
Non-validating java xmlparser with extreme small size (jar file less than 5k) and high speed. Requires only basic java API and could run even on J2ME devices. Clean and simple API.
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.
This is a little SAX parser made for all java devices. It can be used from very little devices ( typical java phone from Midp to DoJa ) to enterprise server. Now, it supports only SAX parser model. Very simple to use ( see the .java sample ). The tip is
Java Micro XMLParser provides XML Writer and Pull/DOM-like XMLParser. Small 21kb jar is easily embedded and only requires J2ME. Very clean and simple API.
A JAVA suite for parsing arbitrary text data. Not just HTML or XML or Java, but all of them.
Use it when the JDK tokenizers are too limited, JavaCC, JTB etc. are too complicated, or You need dynamic parser configuration
IDXMLParser is a "sloppy dom" XMLparser, that provides for an XPath *like* interface for querying XML elements and attributes, whilst not requiring any validation of the XML.
Jabber client libraries for light java devices such as mobile phones, it brings instant messaging capabilities to every java phone (with support to MIDP), but may be used for other applications!
It uses a very tiny XMLparser crafted for this project.
XML Tree Object Model (XTOM) is a java 1.4 based XMLparser. It is designed to be easy and simple to use for parsing XML configuration files. It uses the notion of a Tree to hold XML Elements and implements a path based element navigation system.
Piccolo is the fastest SAX parser for Java, supporting SAX1, SAX2, and JAXP (SAX only). Piccolo is different from other parsers in that it was developed using parser generators. It weighs 160K including XML APIs. See http://piccolo.sf.net for more info.