0

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.

Kukeltje
  • 12,223
  • 4
  • 24
  • 47
Giampaolo
  • 133
  • 2
  • 8

2 Answers2

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
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