简体   繁体   中英

Can I deploy a Jodd framework app to Google App Engine?

Simple question that I haven't seen a simple answer to.

Can I deploy a web application written using Jodd to Google App Engine? If so, can someone please direct me to an example and/or gotchas?

Thanks,

Shane

Yes, you can use Jodd with GAE :) There are some util classes that can not be used (due to GAE restrictions), but only few of them and they are in separated classes, so you will not even notice. Besides that, most of the Jodd things works just fine.

Here is a repo with simple working example of using Jodd Madvoc on GAE:

https://github.com/oblac/jodd-quickstart/tree/master/gapps

You can see this example live, as well .

Please look the sources - there are some important comments and notes regarding the configuration of Madvoc. Not many, just few things that will help, especially with running your web app locally , what is important for the development.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM