You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2020/06/07 20:07:36 UTC

[GitHub] [tomee] hbelmiro commented on a change in pull request #642: TOMEE-2817-Translate to Portuguese: examples/injection-of-ejbs

hbelmiro commented on a change in pull request #642:
URL: https://github.com/apache/tomee/pull/642#discussion_r436397075



##########
File path: examples/injection-of-ejbs/README_pt.adoc
##########
@@ -0,0 +1,206 @@
+:index-group: Referencing EJBs
+:jbake-type: page
+:jbake-status: status=published
+= Injeção de Ejbs
+
+Este exemplo mostra como usar a anotação `@EJB` em uma classe bean referir a outros beans.

Review comment:
       ```suggestion
   Este exemplo mostra como usar a anotação `@EJB` em uma classe bean para referenciar outros beans.
   ```

##########
File path: examples/injection-of-ejbs/README_pt.adoc
##########
@@ -0,0 +1,206 @@
+:index-group: Referencing EJBs
+:jbake-type: page
+:jbake-status: status=published
+= Injeção de Ejbs
+
+Este exemplo mostra como usar a anotação `@EJB` em uma classe bean referir a outros beans.
+
+Essa funcionalidade é geralmente chamada de injeção de dependência (consulte
+http://www.martinfowler.com/articles/injection.html) e foi
+recentemente introduzido no Java EE 5.
+
+Neste exemplo particula, nós vamos criar dois bean de sessão sem estado

Review comment:
       ```suggestion
   Neste exemplo em particular, nós vamos criar dois bean de sessão sem estado
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org