arun-gupta / microservices

Java EE and Microservices
629 stars 381 forks source link

KumuluzEE example #50

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.

I suggest that this is put into its own branch rather than merge with the existing version. I can resubmit the pull request to the new branch.

arun-gupta commented 8 years ago

The changes are significant and would be cleaner in a separate branch. Can you please resubmit PR in a separate branch? And also, include slides in slides directory.

TFaga commented 8 years ago

I've added the slides, but I think you need to create a new branch in your repo for me to target the pull request to it. I didn't find an option here to merge to a new branch.

arun-gupta commented 8 years ago

Created https://github.com/arun-gupta/microservices/tree/kumuluzee