Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andbin/java-versions-cheat-sheet

A friendly open-source cheat sheet showing the Java version history with valuable information and links.
https://github.com/andbin/java-versions-cheat-sheet

bootstrap-5 cheat-sheet font-awesome-6 java-versions version-history xml xml-transformation

Last synced: about 2 months ago
JSON representation

A friendly open-source cheat sheet showing the Java version history with valuable information and links.

Awesome Lists containing this project

README

        

# Java Versions Cheat Sheet

This is the project for the single web page **[Java Versions Cheat Sheet](https://andbin.github.io/java-versions-cheat-sheet)** showing all the Java versions with valuable information and links.

Note that the web page is **not** handwritten. Instead, it is generated using XSLT transformation (XML+XSL). You can find the `.xml` and `.xsl` files in the `src/` folder.

I performed the transformation using **Saxon PE** (the *Professional Edition* for which I have the paid license) by running a simple handcrafted `build.bat` file. I cannot disclose this batch file simply because it is specific to my machine. However, if you are proficient in XML/XSL technologies, you can take those two files and generate the HTML page yourself using an XSLT processor of your choice.

## License

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

See the full text of the license in **[LICENSE.txt](LICENSE.txt)**.