Java – does anyone run wicket applications on Google App Engine?

We have many wicket - based applications running on separate Java Tomcat servers We plan to transfer some of them to Google App Engine Has anyone tried running a similar application (wicket heavy) on gaej? Is there any problem with session processing in gaej (the documentation indicates that it should work – http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions )? Anything else I need to know before entering?

Solution

One is highly stateful and the other is highly stateless The two styles do not get along

In fact, gae will try its best to dispatch the same client to the same server and retain the contents of the memory cache for as long as possible But it has no promises Applications that require a lot of memory state are not gae's best customers at all

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>