Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakarta.ee-community] An introduction to my Jakarta EE 9 starter template project

Hi Jakarta EE community and developers,

I've created a simple Jakarta EE template project https://github.com/hantsy/jakartaee9-starter-boilerplate.  The purpose is to provide a workable and testable project skeleton you can use as the start point of your project:

1. Minimal sample codes to start a Jakarta EE project.
2. Build and deploy to the popular application servers , such as Glassfish/Payara, WildFly, OpenLiberty, etc.
3. Comprehensive testing config on the popular open-source application servers, such as Glassfish/Payara, WildFly, OpenLiberty etc.
4. Github actions CI workflow configuration.
5  Docs to describe the configuration

Regards,

Hantsy Bai

Self-employed consultant, fullstack developer, agile coach

GitHub: https://github.com/hantsy

Twitter: https://twitter.com/@hantsy

Medium: https://medium.com/@hantsy

Back to the top