Skip to content

Commit

Permalink
Merge pull request #929 from renanigt/docAdjustment
Browse files Browse the repository at this point in the history
improving docs and adding link to dependencies' page
  • Loading branch information
Turini committed Jan 28, 2015
2 parents 2036f2d + 7cdd4c8 commit 7fe329f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vraptor-site/content/en/docs/one-minute-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

We will call a `Controller` classes that contain the business model of your application. Those are classes commonly called actions or even services by other frameworks, although they don't mean exactly the same.

With VRaptor's jar in your project, create our controllers in order to receive requests and start building your project.
With VRaptor's jar and its <a href="/en/docs/dependencies-and-prerequisites/">dependencies</a> in your project, create our controllers in order to receive requests and start building your project.

A simple controller looks like this:

Expand Down
2 changes: 1 addition & 1 deletion vraptor-site/content/pt/docs/guia-de-1-minuto.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Chamaremos de `Controller` as classes contendo a lógica de negócio do seu sistema. São as classes que alguns frameworks podem vir a chamar de actions ou services, apesar de não significarem exatamente a mesma coisa.

Com o jar ou dependencia do VRaptor em seu projeto, basta criar os seus controllers para receber as requisições e começar a construir seu sistema.
Com o jar e <a href="/pt/docs/dependencias-e-pre-requisitos/">dependências</a> do VRaptor em seu projeto, basta criar os seus controllers para receber as requisições e começar a construir seu sistema.

Um controller simples seria:

Expand Down

0 comments on commit 7fe329f

Please sign in to comment.