openliberty-cheat-sheet
openliberty-cheat-sheet copied to clipboard
Adding content
Very nice initiative @aguibert!
Some initial content that we might want to add, especially what is not obvious in the docs:
- [x] Datasource and driver example for Postgres, MySQL/Maria, DB2, maybe others
- [x] Configuration examples with
server.xml, defaults, and override location - [x]
liberty-maven-plugindev mode - [x] Injecting secret values into properties, similar to this example
- [ ] MicroProfile Metrics and
monitor-1.0example with Liberty-specific metrics - [ ] MicroProfile OpenTracing example with JAX-RS endpoints, client and
usr:opentracingZipkin, similar to this example - [ ] Getting started JAX-RS with JPA example (instead of servlet)
Thanks for the ideas @sdaschner, I implemented most of them and they are now hosted here:
https://aguibert.github.io/liberty-cheat-sheet/
For the getting started sample I showed Servlet because that's what our archetype generates. Maybe instead I should use the MP generator to create the project instead. Seems like archetypes are not really maintaned or used that much for Liberty
Btw, the site seems to 404 now: https://aguibert.github.io/liberty-cheat-sheet/
yea, I renamed the repo from liberty-cheat-sheet to openliberty-cheat-sheet so the new URL is:
https://aguibert.github.io/openliberty-cheat-sheet/