Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dudadeveloper/fullstack-java-teste
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rodrigomarini/fullstack-java-teste
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 227 files changed
  • 1 contributor

Commits on Sep 24, 2016

  1. Setup inicial do projeto

    Setup inicial do projeto (configs, libs, etc);
    Geração dos Stubs do WS;
    Impl regras referentes ao consumo do WS;
    Tratamento e exibição dos dados na view
    rodrigomarini committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    8b15381 View commit details
    Browse the repository at this point in the history
  2. Criação do componente de mensageria

    - Criação do componente de mensageria;
    - Alterações na entidade Viagem para tornar-se serializável;
    - Alterações no Managed Beand para enviar o objeto ao componenete
    destino;
    - Inclusão de javadoc
    rodrigomarini committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    f337728 View commit details
    Browse the repository at this point in the history
  3. MDB para processar fila de objetos

    - Criação de componente listener (MDB) para processar fila de objetos
    recebidos
    rodrigomarini committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    2dd95e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Inclusão DAO

    - Inclusão script criação bd + persistence.xml;
    - Criação do DAO
    - Impl para salvar objeto Viagem no modelo transacional
    rodrigomarini committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    86a9c24 View commit details
    Browse the repository at this point in the history
  2. Documentação do projeto

    - Inclusão de arquivos para configuração do Wildfly;
    - Inclusão do README.md
    rodrigomarini committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    a60941a View commit details
    Browse the repository at this point in the history
  3. Ajuste Readme.md

    Ajuste Readme.md
    rodrigomarini committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    0e77753 View commit details
    Browse the repository at this point in the history
  4. Ajustes finais

    - Ajuste na classe conversora de datas;
    - Ajuste no java doc;
    - Inclusao de testes unitários
    rodrigomarini committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    258fff3 View commit details
    Browse the repository at this point in the history
Loading