Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andbin/java-versions-cheat-sheet
- Owner: andbin
- License: cc-by-sa-4.0
- Created: 2023-04-18T16:50:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T17:15:27.000Z (2 months ago)
- Last Synced: 2024-12-02T18:26:28.785Z (2 months ago)
- Topics: bootstrap-5, cheat-sheet, font-awesome-6, java-versions, version-history, xml, xml-transformation
- Language: XSLT
- Homepage: https://andbin.github.io/java-versions-cheat-sheet/
- Size: 453 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)**.