Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.71 KB

README.md

File metadata and controls

44 lines (22 loc) · 1.71 KB

Helidon Sample

Helidon is a collection of libraries for building Microservice based applications, open-sourced by Oracle.

Helidon provides two programming models for developers.

  • helidon-se embraces Reactive Streams specification, and provides functional style programming experience.

  • helidon-mp provides MicroProfile compatibility, for those familiar with Java EE/MicroProfile specifications, it is easy to update yourself to Helidon.

Firstly make sure you have read the official Getting Started guide. And before you create a Helidon project, make sure you have installed all items mentioned in the prerequisites section.

Helidon SE

Helidon MP

Sample Codes

  • se-start Simple CRUD RESTful APIs.
  • se-dbclient Using DbClient to access the database.
  • mp-start Simple CRUD RESTful APIs.
  • mp-jpa Data persistence with JPA.

References