Open WS-Policy,an Open Source Web Services Policy Framework implementation,is a set of open source Java libraries that implement the ws-policy specifications.
JXML2OWL Project is divided in two sub projects: JXML2OWL API, a library for mapping XML schemas to OWL Ontologies on the JAVA plaform. JXML2OWL Mapper, an easy to use standalone application with a graphical user interface using the JXML2OWL API.
Generate javascript validation from an xml template; you can configure on xml your html forms, giving params (min / max length, etc) and creates an JavaScript code to put in your html to validate your forms. Its an easy way to write js validation.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A Javalibrary for conversion of external formats such as XML and XML-RPC into Java beans. LavaBeans uses a stream-based processor for efficient operation on large inputs and requires no XML schema or other mapping files.
The project main goal is to provide various tools and libraries to manipulate XML documents. The first released library from XMLFoundry is a SAX based information extractor using XPath pattern subsets to define the information one wish to extract.
Query-Oriented Model for XML is a lightweight library for XPath-oriented XML processing. QOM-based code is cleaner and simpler than code written using traditional XML processing libraries.
With one mouse click you generate an XForms form (within an XHTML site) based on your XML Schema. (Tranformation of XML Schemata to other technologies such as JSF, XUL, Hibernate are planned).
The XMI Tools are a library for reading and manipulating XMI files. The main application is called XMI-Linker; it allows us to split UML models into several files.
myXDM(XML-Database Mapper)is a mapping tool between XML and Database. It can parse XML format data and save it into Database, query data from Database and transform it to XML format data.
"dbsql2xml" is Java tool (class) for transformation (export, convert) relational database into hierarchical XML. It requires JRE 5.0, JDBC and SQL DBMS. "dbsql2xml" uses XML document for mapping database tables and columns into elements of tree XML.
JsOrb is a Java - JavaScript ORB that allows developers to access their POJOs and business logic from the browser (or any JavaScript interpreter). JsOrb is designed to make it easy to build dynamic websites without needing to learn AJAX.
The project Navigator aims at supporting automated gathering of dynamic information from third party web sites, using their web interface to post queries and to gather replies. Navigator is written in OS-independent java language.
Cross-programming-language object serialisation. The library uses a schema to write object networks to, and create object networks from, a file (eg XML). Written in Java with ports to C and C++ to follow. Features include file recovery and versioning.
A binary protocol, library, and utilities for serialization and manipulation of data. Designed to replace XML. Features: *Compact (not compressed) binary encoding. *Strongly-typed, using type definitions. *Platform independant
Java JNDI 1.1 naming context. JNDI is not just for J2EE, with this package you can use it with any Java application. This context resides completely in memory, is configurable from xml, and capable of storing any Java object. Requires java 1.4 or higher.
Metalised XML allows the creation of Java objects from XML at run-time, but unlike other similar processes this maps directly to the required object. For example load an XML order straight into the correct order classes.
simple mapping of a given xml document to java (code generation, code population and code "serialization"), using the apache Xerces or the Electric library. The code design allows to easily implement new parser libraries.