Showing 3400 open source projects for "java xml"

View related business solutions
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 1
    DummyXmlParser

    DummyXmlParser

    Java XML parser / binder

    Java XML parser. Very light. (less than 20K). Bind XML to java classes. (like JAXB). Written from scratch to avoid some legacy problems. Code sample: import javax.xml.bind.annotation.XmlElement; import dummyxmlparser.XmlBinder; public class Foo { @XmlElement public String counter; public static void main(String[] args) throws Exception{ Foo foo= XmlBinder.fromXml(Foo.class, "<Foo><counter>42</counter></Foo>"); assert foo.counter.equals("42"); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fiskalizacija u hrvatskoj. JAVA implementacija slanja i potpisivanja xml za CIS sustav porezne uprave.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    simple C utils

    A small collection of C utilities working on POSIX/WIN32

    ...It can compile and work on Linux and WIN32, most probably on any POSIX system, too. For now it contains: - CUtils: cstring, clist, "ini" files helper, tcp helpers, small XML parser - CNet: a simple message passing library for C - jCNet: a compatible CNet lib for Java - CSNet: a compatible CNet lib for C# - CPano: an equirectangular panorama utilities lib - CIrc: a partial IRC client/server implementation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    XDO Client

    A standalone Java program to run Oracle XML/BI Publisher templates.

    Mar 2025 - Project moved to Github: https://github.com/symbolthree/xdoclient XDO Client is designed to help developers to create, test, and demo Oracle XML/BI Publisher reports without logging to the EBS suite or BI Publisher server. This program is capable to: (1) Taking Data Template file to generate XML data (2) Taking XML data file to generate reports (3) Running (1) and (2) sequentially This program can connect to Oracle database using direct JDBC connection or EBS datasource....
    Downloads: 1 This Week
    Last Update:
    See Project
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    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.
    Try Cloud Run Free
  • 5
    Hacks on FreeMind: * UTF-8 support * Works better with version control system: svn, hg, etc. References: * http://freemind.sourceforge.net/wiki/index.php/User:Jiangxin * http://www.ossxp.com/trac/freemind/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JDocAndDocxSearch

    Doc ve docx dosyalarında içerik araması yapar.

    Ms Doc (Word Microsoft Office Document) ve Docx (Word Microsoft Office Open XML Format Document) dosyalarında içerik araması yapar. Aranılan metnin bulunduğu dosyalar listelenir, isterseniz bunları açmanız sağlanır. Eng: Makes text search in the doc (docx) file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Classycle tools analyse static class and package dependencies of Java applications or libraries. Main features: Cyclic dependency detection (beyond JDepend), XML report, checking layered architectures. The tools runs from command line and as Ant tasks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    JSefa is a simple library for stream-based serialization of java objects to XML, CSV, or FLR and back again using an iterator-style interface independent of the serialization format. There is a standard and an android edition available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Locaviewer

    Locaviewer

    Sistema de vídeo distribuido para Centros Infatiles

    Proyecto para la IV Edición del Desafío Tecnológico planteado en la ETSIIT de la Universidad de Granada. Nuestro grupo propone una solución para que padres puedan ver en tiempo real a sus hijos mientras se encuentran Centros Infantiles. Nuestro producto se diferencia de otros en el que el cambio de cámara es automático, realizando para ello una triangulación de los niños.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 10
    CommandCentre

    CommandCentre

    Command Centre

    Free to join for developers who support the Free Software Foundation cause. This is my research project from 2003, which I recently updated with acceleration- and console changes (Surround Sound, Doppler Effects, Device Updates, Physics) in a long weekend but project should be considered abandoned. Additionally, the Performer libraries have been abandoned by Silicon Graphics. Minor setup- and make reconfiguration bugs, no changes planned. The Command Centre is a Simulation Programming...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    套开源的 Jspx.net Framework (简实构架)是一套开源的java一体化构架,丢掉了jsp编译的烦恼和使用tag的麻烦, 完整的架构体系,包括了ui、ioc、cache、连接池、验证、模板、数据库查询更新,工作流等丰富功能,最少的赖第三方包。b/s,c/s 构架都可以使用.为了提高易用性,学习和使用上没有使用特殊技术,语言上只使用了标准的 java 和javascript,模板语言呈现页面,支持读写分离等。特点:体积小巧,使用模板呈现页面。标准的(html+css+javascript) UI方式。其中融入了很多作者开发软件碰到的问题解决方法。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CatMDEdit - metadata editor
    CatMDEdit is a metadata editor tool for describing resources, mainly geographic information. Developed by IAAA (University of Zaragoza) and GeoSpatiumLab S.L., sponsored by IGN Spain. Technical details: Java, XML, multiplatform, multilingual.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 13
    A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. Maps column positions in the file to user friendly names via XML. See "FlatPack Feature List" under News for complete feature list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Layout Parser

    Map fixed-length files to java objects allowing read from and write to

    Parses and formats positional and CSV data into and from Java Objects based on a layout defined in xml format. Particularly useful for developers that need to integrate Java with legacy systems/languages that only understand positional data (i.e.: Cobol).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The DITA Open Toolkit is an implementation of the OASIS DITA XML Specification. The Toolkit transforms DITA content into many deliverable formats. See https://www.dita-ot.org/ for documentation and links to downloads. The source code and issue trackers have been moved to https://github.com/dita-ot/dita-ot
    Downloads: 15 This Week
    Last Update:
    See Project
  • 17
    From SCA-XML to Java

    From SCA-XML to Java

    Parsing of a SCA-XML file and creation of a corresponding Java class.

    The aim of this project is to provide a certain number of syntactic rules to allow, from a XML file as input containing a code defining a Service Component Architecture (SCA), to recognize its structrure, to memorize relative variables and then to convert the input file in a Java file. Through the use of the tool provided by this project, the automatic generation of a Java class allows to avoid the use of SCA and its XML file (named ”composite”) without losing any funcionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An electronic edition viewer for CD-ROM/DVD-Editions, probably also web-editions in future. Uses TEI or similar XML-markup as text encoding language, a proprietary XML-standoff-markup to link text and digital images. Uses TEIdex as search engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KonaKart

    KonaKart

    KonaKart Java eCommerce

    KonaKart is a java-based enterprise eCommerce shopping cart application that provides an extensive set of features to enable retailers to successfully sell their products over the internet. KonaKart is a Java / JSP / XML based solution with comprehensive easy to use java, SOAP, RMI, JSON and JavaScript APIs that allow you to quickly integrate eCommerce functionality into your existing systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RESTEasy is a Java framework for creating RESTful Web Services.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    LGML

    LGPL GML parser

    LGML is a GML parser under the LGPL license. The aim is to parse a GML document or fragment in order to get a WKT output. 2D and 3D inputs are both handled, but it is not permitted to have mixed geometries. The caller can choose if the input coordinates are parsed as X, Y, Z (if present) order, or Y, X, Z (if present) order. The willing of the project is to be a starting point useful for developers that need to parse GML objects in order to use them, for example, in the context of OGC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JNdiff: An Optimized Alghorithm for Natural (XML) Diff-ing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    atf format converter

    Converts files from and to asam ods aft/xml format

    Provides conversion between files in aft/xml format (file format for storing of measurement data, see http://www.asam.net) and "atf". "atf" is a xml variant based on aft/xml but more suitable for xml processing for example xquery, xpath (see http://vcasterna.wordpress.com/2013/06/15/a-better-atfxml/) In atf, xml query becomes simple: e.g. navigation across parent/child relations: subtests/subtest[name='run up'] With a given test instance being the context node this selects all...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Row-Bean

    Row-Bean

    CSV reader writer - bean mapping - easy bean extraction from CSV file

    Row-Bean is a CSV-Bean JAVA API . Row-Bean provides CSV reader an writer. More ever provides a mechanism to map csv file content to java beans and revers. For each use, a XML description must describe the wished mapping. Another possibility consists in use Annotations. Use under maven : <!-- row bean with annotations --> <dependencies> <dependency> <groupId>net.sf.csv-bean</groupId> <artifactId>row-bean-annotations</artifactId> <version>1.1.0</version> </dependency> </dependencies> <!...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PSTools

    PSTools

    CSV to import products in Prestashop

    Tool for the insertion of products in Prestashop from CSV file.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB