arun-gupta / microservices

Java EE and Microservices
629 stars 381 forks source link

Kumuluzee example #51

Closed TFaga closed 8 years ago

TFaga commented 8 years ago

Currently there are a few key differences which makes just adding a new profile a bit difficult. E.g. everything is packaged in jars, which can't be deployed to Wildfly as well as a few other minor differences. We're currently looking into making hybrid wars that can serve as a standalone executable and as a deployable artefact. As EJB support is still currently in the works I had to change them to CDI beans. The custom @Eager annotation is the replacement for the @Startup annotation, for which CDI does not have an equivalent off.

The readme has been updated with instructions to run the microservices using maven.

Changed the branch to kumuluzee