TOMEE-2824-Translate to Portuguese: examples/jsonb-custom-serializer#648
Merged
dblevins merged 2 commits intoapache:masterfrom Jun 16, 2020
Merged
TOMEE-2824-Translate to Portuguese: examples/jsonb-custom-serializer#648dblevins merged 2 commits intoapache:masterfrom
dblevins merged 2 commits intoapache:masterfrom
Conversation
hbelmiro
suggested changes
Jun 7, 2020
| :jbake-status: status=published | ||
| = Serializador personalizado JSON-B | ||
|
|
||
| Este exemplo mostra como personalizar objetos |
Contributor
There was a problem hiding this comment.
Suggested change
| Este exemplo mostra como personalizar objetos | |
| Este exemplo mostra como personalizar a serialização/desserialização de objetos |
| = Serializador personalizado JSON-B | ||
|
|
||
| Este exemplo mostra como personalizar objetos | ||
| serialização/desserialização com jsonb para um aplicativo JAX-RS. |
Contributor
There was a problem hiding this comment.
Suggested change
| serialização/desserialização com jsonb para um aplicativo JAX-RS. | |
| com jsonb para um aplicativo JAX-RS. |
|
|
||
| == Executando e testando o Endpoint | ||
|
|
||
| A Aplicação pode ser executado com `mvn clean install tomee:run' se porta |
Contributor
There was a problem hiding this comment.
Suggested change
| A Aplicação pode ser executado com `mvn clean install tomee:run' se porta | |
| A Aplicação pode ser executada com `mvn clean install tomee:run' se a porta |
| == Executando e testando o Endpoint | ||
|
|
||
| A Aplicação pode ser executado com `mvn clean install tomee:run' se porta | ||
| 8080 está disponível, você pode invocar o seguinteendpoint: (GET) |
Contributor
There was a problem hiding this comment.
Suggested change
| 8080 está disponível, você pode invocar o seguinteendpoint: (GET) | |
| 8080 está disponível, você pode invocar o seguinte endpoint: (GET) |
|
|
||
| == @ApplicationPath | ||
|
|
||
| Classe de ponto de entrada JAXRS, da seguinte maneira jaxrs carregará todas as classes e métodos anotados com @Path sem especificá-los. |
Contributor
There was a problem hiding this comment.
Suggested change
| Classe de ponto de entrada JAXRS, da seguinte maneira jaxrs carregará todas as classes e métodos anotados com @Path sem especificá-los. | |
| Classe JAXRS de ponto de entrada, da seguinte maneira, o jaxrs carregará todas as classes e métodos anotados com @Path sem especificá-los. |
| === Inside the jar | ||
|
|
||
| javaee-api:8.0 brings in all the dependencies needed to spin up a | ||
| working REST application. |
Contributor
There was a problem hiding this comment.
Suggested change
| working REST application. | |
| aplicação REST funcionando. |
| working REST application. | ||
|
|
||
| If we look at the jar built by maven, we’ll see the application itself | ||
| is quite small: |
Contributor
There was a problem hiding this comment.
Suggested change
| is quite small: | |
| é bem pequena: |
| 132 Sat Dec 29 19:10:42 CET 2018 META-INF/maven/org.superbiz/jsonb-custom-serializer/pom.properties | ||
| .... | ||
|
|
||
| This single jar could be deployed any any compliant Java EE |
Contributor
There was a problem hiding this comment.
Suggested change
| This single jar could be deployed any any compliant Java EE | |
| Esse simples jar poderia ser implantado em qualquer implementação Java EE compliant |
| .... | ||
|
|
||
| This single jar could be deployed any any compliant Java EE | ||
| implementation. In TomEE you’d simply place it in the |
Contributor
There was a problem hiding this comment.
Suggested change
| implementation. In TomEE you’d simply place it in the | |
| . No TomEE você simplesmente colocaria-o no diretório |
|
|
||
| This single jar could be deployed any any compliant Java EE | ||
| implementation. In TomEE you’d simply place it in the | ||
| `tomee.home/webapps/` directory. |
Contributor
There was a problem hiding this comment.
Suggested change
| `tomee.home/webapps/` directory. | |
| `tomee.home/webapps/` . |
Member
Author
|
thanks @hbelmiro for review. |
hbelmiro
approved these changes
Jun 8, 2020
Contributor
|
Great to see such careful reviews and teamwork! Nice job @Daniel-Dos and @hbelmiro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linkt to Jira: https://issues.apache.org/jira/browse/TOMEE-2824