You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Apache Wink can be run using Google App Engine.
All the generic functionality is compatible.
However, due to some of the App Engine limitations, some of the JAX-RS functionality may not work correctly.

Known Limitations

  • JAXB - Google App Engine doesn't support JAXB. Therefore, the built-in JAXB, Atom and JSON providers won't work.

Logging

Google uses java.util.logging, also referred to as JDK 1.4 logging. Apache Wink uses slf4j. In order to enable Wink's logging, replace slf4j-simple-<version>.jar with slf4j-jdk14-<version>.jar.

In order to view all Wink's messages place the following property in the logging.properties file:

org.apache.wink.level=ALL

Refer to Logging for more details.

References

  • No labels