Skip to main content

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

Hi Hantsy,

I think this looks super promising.

I have recently started an effort to convert the Jakarta Starter project over to a Maven Archetype. I think this would go nicely into generating starter code through the Archetype for each of the major application servers to start with. What do you think? Want to join forces? If so, let’s take it offline or to the Jakarta Starter mailing list?

Reza Rahman
Jakarta EE Ambassador, Author, Blogger, Speaker

Please note views expressed here are my own as an individual community member and do not reflect the views of my employer.

On Mar 25, 2021, at 11:04 PM, hantsy bai <hantsy@xxxxxxxxx> wrote:


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
_______________________________________________
jakarta.ee-community mailing list
jakarta.ee-community@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakarta.ee-community

Back to the top