Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
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).
An Endless Space Mod Tool for the modding community.
An Endless Space Mod Tool for the modding community.
We made this tool ourselves using only the mods in circulation as a base to read, edit and create mods.
(There is little functionality at the moment)
Translators are still needed for other languages to support so if you want to help with translating feel free to give us a call.
...To include it into your Maven project just add this dependency:
groupId: net.sf.extcos
artifactId: extcos
version: 0.4b
Unfortunately Sourceforge doesn't support XML snippets in the description, so you'll have to build it yourself if needed.
-----------
To read the user manual click the website link below.
This library allows to read/write XML documents into objects using RTTI (run-time type information). Very useful for configurations, settings, skins and so on.
XOB (XMLObjectBinder) is Java package that is an alternative to JAXB. It lets you define interfaces representing XML tags and have them automatically implemented runtime through the use of reflection giving you an object representation of your XML files.