Skip to content

yracnet/etb-bisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etb-bisa

Install

  • mvn install

Execute

  • cd etb-rest
  • mvn -Pwildfly:dev wildfly-jar:dev-watch

Test

Open http://localhost:8080/etb/

API: Producto: /api/producto

  • METHOD: X-PING: PING Service
  • METHOD: X-CREATE: CReate Object
  • METHOD: X-UPDATE: Update Object + id
  • METHOD: X-REMOVE: Remove Object + id
  • METHOD: X-FITER: Filter Object + id

API: Producto: /api/pedido

  • METHOD: X-PING: PING Service
  • METHOD: X-CREATE: CReate Object
  • METHOD: X-UPDATE: Update Object + id
  • METHOD: X-REMOVE: Remove Object + id
  • METHOD: X-FITER: Filter Object + id

API: Producto: /api/pedido/detalle

  • METHOD: X-PING: PING Service
  • METHOD: X-CREATE: CReate Object
  • METHOD: X-UPDATE: Update Object + id
  • METHOD: X-REMOVE: Remove Object + id
  • METHOD: X-FITER: Filter Object + id

Project

  • Controllers: Class handler only entities class
  • Context: Class CDI, JPA, CONFIG
  • Mapper: Class Mapper DTO to Entity
  • Request: Class DTO allowed to request
  • Response: Class DTO allowed to response
  • Service: Class REST public Rest API

Techiology

  • WILDFLY width MidroProfile
  • JEE JPA
  • JEE CDI
  • JEE JAX-RS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors