OpenLiberty / guide-rest-client-angular

A guide on how to access a simple RESTful web service and consume its resources with Angular in Open Liberty: https://openliberty.io/guides/rest-client-angular.html
Other
2 stars 4 forks source link

The guide is extremely simple and lacking useful information #121

Open dbnex14 opened 3 years ago

dbnex14 commented 3 years ago

Since this is a guide on open liberty and angular talking together, a walkthrough for setting up open liberty would be helpful since there is not much outthere about it as it is not as widely used compare to Angular for which we can find this information all over the place.

Providing projects that are already setup without providing a guidance how to do so is not very helpful other than just demonstrating that liberty can do it. It would also provide guidance and clarifications to issues like this https://stackoverflow.com/questions/49394151/how-to-use-angular-with-liberty-websphere-server but for Angular rather than AngularJS

It would be more helpful for this article to have a step by step guide on:

  1. How to install and setup OpenLiberty on local machine
  2. How to setup its setting files like server.xml with detailed information
  3. How to run it, stop it
  4. How to create a simple JakartaEE or Springboot REST API
  5. How to host it on OpenLiberty server
  6. How to create an Angular app that has little bit more content than current example
  7. How to run it and do CRUD operations talking to the JakartaEE or Springboot REST API on OpenLiberty server

I think this would significantly improve learning experience and adoption of OpenLiberty

gkwan-ibm commented 3 years ago

Thank you for the inputs.

This guide focuses on Angular. We will see what can be improved.

May the following guides help for point 1 to 5?