Skip to content

Commit

Permalink
adding vraptor-simple-validator to the plugin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Dec 17, 2014
1 parent 3012ee7 commit dce4bfc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vraptor-site/content/en/docs/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,22 @@
[Plugin page at Github](https://github.com/caelum/vraptor-routes).


##VRaptor Simple Validator

A simple and effective way to do programmatic validations.

~~~
#!xml
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-simple-validator</artifactId>
<version>4.1.0-RC3</version> <!-- or the latest version -->
</dependency>
~~~

[Plugin page at Github](https://github.com/caelum/vraptor-simple-validator).


##VRaptor contrib

You can found some plugins made by our users on [vraptor-contrib](https://github.com/caelum/vraptor-contrib).
17 changes: 17 additions & 0 deletions vraptor-site/content/pt/docs/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@

[Plugin no Github](https://github.com/caelum/vraptor-biscotti).


##VRaptor Routes

Extraia e defina rotas customizadas em um arquivo de `properties`.
Expand All @@ -302,6 +303,22 @@

[Plugin no Github](https://github.com/caelum/vraptor-routes).


##VRaptor Simple Validator

Uma forma simples e efetiva de fazer validações programáticas.

~~~
#!xml
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-simple-validator</artifactId>
<version>4.1.0-RC3</version> <!-- ou a última versão disponível -->
</dependency>
~~~

[Plugin no Github](https://github.com/caelum/vraptor-simple-validator).

##VRaptor contrib

Você pode encontrar alguns plugins feitos por usuários do VRaptor no [vraptor-contrib](https://github.com/caelum/vraptor-contrib).

0 comments on commit dce4bfc

Please sign in to comment.