I'm trying to create a Web Application on Google App Engine (GAE). I want to use Primefaces 7.0 and, obviously, JSF 2.3, but I can't understand which dependencies need to add to pom.xml (yes, is a maven project) to get a working project.
Asked
Active
Viewed 192 times
2 Answers
0
The MyFaces JSF implementation has GAE support as you can read here https://myfaces.apache.org/core20/googleappenginesupport.html and here http://myfaces.apache.org/core20/myfaces2-googleappengine-eclipse-tutorial.html
I'm however not sure if its still usable like this. Just try it.

tandraschko
- 2,291
- 13
- 13
-
Thanks, I had already read this post and not, I would like at least JSF 2.2: we are in 2020, not in 2012. – Giampaolo Feb 10 '20 at 12:59
-
Try it with 2.3, it should work ;) We didn't changed the integration code but we also didn't test it. – tandraschko Feb 10 '20 at 13:08
0
Here you can find a complete guide on how to configure JSF 2.2 to run on App Engine. In this tutorial they download and add the libraries manually.
Further there are some compatibility issues that may be taken into consideration.

Andrei Tigau
- 2,010
- 1
- 6
- 17