openliberty-cheat-sheet icon indicating copy to clipboard operation
openliberty-cheat-sheet copied to clipboard

Adding content

Open sdaschner opened this issue 5 years ago • 3 comments
trafficstars

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-plugin dev mode
  • [x] Injecting secret values into properties, similar to this example
  • [ ] MicroProfile Metrics and monitor-1.0 example 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)

sdaschner avatar Dec 18 '19 07:12 sdaschner

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

aguibert avatar Dec 19 '19 01:12 aguibert

Btw, the site seems to 404 now: https://aguibert.github.io/liberty-cheat-sheet/

sdaschner avatar Dec 23 '19 09:12 sdaschner

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/

aguibert avatar Dec 23 '19 15:12 aguibert