Java XML

Open-source Java projects categorized as XML

Top 23 Java XML Projects

  • jsoup

    jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.

    Project mention: FLaNK Stack Weekly for 20 June 2023 | dev.to | 2023-06-20
  • REST Assured

    Java DSL for easy testing of REST services

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • WireMock

    A tool for mocking HTTP services

    Project mention: Wiremock | news.ycombinator.com | 2023-10-04
  • ShapeOfView

    Give a custom shape to any android view, Material Design 2 ready

  • xLog

    Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here. (by elvishew)

    Project mention: Write logs to filesystem manually or is there a framework? | /r/androiddev | 2023-04-16

    There are also some logging libraries which try to make logcat but "better" and can write to disk, I haven't tried these myself https://github.com/elvishew/xLog

  • Thymeleaf

    Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

    Project mention: Spring Boot Thymeleaf File Upload example | dev.to | 2023-08-30
  • EasyFlipView

    💳 A quick and easy flip view through which you can create views with two sides like credit cards, poker cards etc.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • sirix

    SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.

    Project mention: Endatabas: A SQLite-inspired, SQL document database with full history | news.ycombinator.com | 2023-12-01

    I'm working on something similar for the JVM, however with no document semantics, but on a much more fine granular level.

    JSON is shredded during an initial import into a tree structure with fine granular nodes. Thus, an import can be done with very low memory consumption (permitted that auto-commit issues a sync to disk before RAM space is exceeded). Furthermore, it doesn't require a WAL for consistency. Instead the indexes are stored in a log-structure using a persistent tree (as in every commit creates a new tree root). A sliding snapshot algorithm makes sure, that only a fragment of a page has to be copied on a write.

    As thus, it's also a perfect candidate for an event store, storing both the (lightweight) snapshots and tracking the changes optionally.

    https://github.com/sirixdb/sirix

    The architecture is described over here:

    https://sirix.io/docs/concepts.html

    Furthermore I'm working on a tutorial for a local client usage (work in progress):

    https://sirix.io/docs/jsoniq-tutorial.html

    Kind regards

  • cxf

    Apache CXF

    Project mention: It's 2023. Your API should have a schema | /r/programming | 2023-07-09

    SOAP died because it is awful. There are plenty of java libraries that can generate java code from a WSDL. Apache CXF seem to be the fairly standard library people use. (https://cxf.apache.org)

  • TextFieldBoxes

    Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.

  • xstream

    Serialize Java objects to XML and back again.

  • ofbiz-framework

    Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.

    Project mention: Please help a sister out with the inventory process and cash flow of our retail store which also provides services | /r/BusinessPH | 2023-07-08

    Even better, kung meron ka basic knowledge sa programming or devops, you can use open source systems like Apache Ofbiz or opensourcepos tapos aralin na lang. Most time consuming but would probably fit your needs (if may background ka sa IT) since willing ka naman matuto.

  • underscore-java

    java port of Underscore.js

    Project mention: Underscore-java | /r/java_projects | 2023-01-29
  • eXist

    eXist Native XML Database and Application Platform

  • Smooks

    Extensible data integration Java framework for building XML and non-XML fragment-based applications

  • Kilo

    Lightweight REST for Java (by HTTP-RPC)

  • Configurate

    A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation

  • Apache Jackrabbit

    Mirror of Apache Jackrabbit

  • Apache Cayenne

    Mirror of Apache Cayenne

  • kafka-connect-file-pulse

    🔗 A multipurpose Kafka Connect connector that makes it easy to parse, transform and stream any file, in any format, into Apache Kafka

    Project mention: Kafka Connect Filepulse 2.13.0 is now available! This version includes support for SFTP and Alibaba OSS. It also contains many bug fixes and improvements. 🚀 | /r/apachekafka | 2023-09-15
  • XMLUnit

    XMLUnit for Java 2.x

  • lemminx

    XML Language Server

  • JMapper Framework

    Elegance, high performance and robustness all in one java bean mapper

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-01.

Java XML related posts

Index

What are some of the best open-source XML projects in Java? This list will help you:

Project Stars
1 jsoup 10,411
2 REST Assured 6,593
3 WireMock 5,873
4 ShapeOfView 3,082
5 xLog 2,888
6 Thymeleaf 2,652
7 EasyFlipView 1,368
8 sirix 1,040
9 cxf 836
10 TextFieldBoxes 773
11 xstream 725
12 ofbiz-framework 618
13 underscore-java 502
14 eXist 398
15 Smooks 376
16 Kilo 321
17 Configurate 316
18 Apache Jackrabbit 313
19 Apache Cayenne 298
20 kafka-connect-file-pulse 289
21 XMLUnit 285
22 lemminx 230
23 JMapper Framework 214
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com