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. Learn more →
Top 23 Java XML Projects
-
-
-
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.
-
-
-
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-16There 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.
-
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-01I'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
-
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.
-
-
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-08Even 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.
-
-
-
Smooks
Extensible data integration Java framework for building XML and non-XML fragment-based applications
-
-
Configurate
A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
-
-
-
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 -
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Java XML related posts
- Please help a sister out with the inventory process and cash flow of our retail store which also provides services
- Underscore-java
- nvim-lsp: How do I specify catalog files for the Lemminx language server?
- Can you configure the lemminx LSP server
- Can they please fix the "Notify me via email when available" on the UI store?
- Should I learn Gradle or Maven for Spring?
- Tutorial request for language servers
-
A note from our sponsor - Onboard AI
getonboard.dev | 8 Dec 2023
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 |