Can I use facelets in a Google App Engine app?
问题 I would like to do some more learning of facelets. Now that Java is a supported Google app engine language, is there anything in the facelets implementation that would prevent use on App Engine? Edit: This page at google now has a list of various frameworks and their status in regards to App Engine. 回答1: The 1.2 version of JSF was not working - because by default it would try to spawn threads. That's not allowed in GAE. This is fixed in the latest version of JSF 1.2 (build 13), as well as the