Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Build Securely on AWS with Proven Frameworks
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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 javaxmlparser 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.
It's a modern take on desktop management that can be scaled as per organizational needs.
Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
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" XML parser, that provides for an XPath *like* interface for querying XML elements and attributes, whilst not requiring any validation of the XML.
Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.
TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
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 tinyXMLparser 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.
MParser is a XML parser targetted to be very lightweight (<7Kb) and with constant/very low memory greedy, thus is focused to be used within constrained environments such as J2ME/CLDC v1.0
NunniMJAX is a minimal java library for parsing XML. The API and functioning recall SAX and is sequential and event-driven. The parser strives to verify that the XML is well-formed, but no validation. NunniMJAX's FSM has been generated using NunniFSMGen
Sparta is a lightweight JavaXML package that includes an XMLparser, a DOM, and an XPath interpreter. The code-size is small, the parser is fast, the object memory size is small, and the DOM API is clean and simple.
Chaperon is a LALR(1) parser, which parse structured text documents and
generate XML documents as output. It includes a parser generator like yacc
and a regex scaner like lex. As input use Chaperon a grammar written in XML.
Implementation of XMLPULL API (http://www.xmlpull.org)
that uses Xerces 2 XNI pull parser configuration
to provide XmlPullParsers that full supports XML
standards including validating and non-validating mode.
A shorthand alternative to XML. A set of software tools written in Java for dealing with text that is structured by indentation rather than with tags. The tools include a parser, an object representation, XPath evaluator, a schema validator and more.
Light-weight JavaXMLparser with limited XPath search support.
Aimed to be used as a utility for misc developing tasks (i.e.
config file parsing, message exchange between objects, etc).
Features: (i) Runs on Java 1.1 VM (can be used for applets)
(i
JWebToolkit is a Java web-application framework that provides a database pool (schema configured by XML), data interfaces, command pattern implementation, JSP tag libraries, JDK1.1 compatible XMLparser, and XML tools.
jxml2sql is a Java application for converting database structures in XML to other formats useful for database administration (ie. SQL for table creation, HTML for reference docs). jxml2sql uses a minimalistic, non-validating, JavaXMLparser (NanoXML).
The simple XMLparser is a tinyparser for a subset of XML (everything except entities and namespaces). It uses a simple "one-handler per tag" interface and is suited for use with devices with limited resources.
The goal of the project was to develop an experimental open source standard based parser component for the Java 2 Micro Edition (J2ME) CLDC platform, that supported both SAX and DOM.
THE PROJECT IS NOT CONTINUED.