Skip to content

Commit

Permalink
GH212: GAE/J docs about JPA and Bean Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
garcia-jj committed Feb 9, 2011
1 parent 15c90af commit 2f877e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vraptor-site/src/guide/en/14-google-app-engine.afc
Expand Up @@ -39,3 +39,7 @@ For tag files, use:

%%<%@ tag isELIgnored="false" %>%%

[section JPA 2]

VRaptor supports JPA versions 1 and 2, but Google App Engine only supports JPA 1.
Therefore you should avoid copying the jpa-api-2.0.jar file to your project.
5 changes: 5 additions & 0 deletions vraptor-site/src/guide/pt/14-google-app-engine.afc
Expand Up @@ -38,3 +38,8 @@ No caso de arquivos de tags, deve-se adicionar:

%%<%@ tag isELIgnored="false" %>%%

[section JPA 2]

O VRaptor possui suporte ao JPA nas versões 1 e 2, porém o ambiente do
Google App Engine suporta apenas JPA 1. Por isso você deve evitar de copiar o jar
jpa-api-2.0.jar para seu projeto.

0 comments on commit 2f877e6

Please sign in to comment.