java - Google App Engine Flexible-Deploy WAR or JAR application? -


i see in lot of sample projects gae flexible starting embrace notion of "fat" jar (using embedded web server jetty, springboot, sparkjava or tomcat) vs. traditional war deploy. both methods involve single jvm process (i.e. no matter how many wars deployed tomcat, it's same jvm process).

under circumstances either deployment method preferable on other in google app engine flexible?

gae has 2 types of environments java, 1 docker-based (new) , called 'scalable'. first type, there no limits frameworks or libraries, second - restrictive set of supported libs. second type of environment requires war package, first 1 not have requirements packaging, because docker image.

check more: https://cloud.google.com/appengine/docs/java/


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -