Jboss EAP is full blown application server. Spring boot offers portable embedded server.
is any embedded server(tomcat or jetty) equipped with all the capabilities of a full blown application server?
Is there any areas/cases where embedded server can not work and application server only suits?
My requirement is for future micro service based architecture and i am not interested in legacy applications.
Any differences between micro service deployed in JbossEAP7 vs MicroService runs with its embedded server
Thanks -R