1 / 13

BookStore

BookStore. Sistema de Gestion de Almacenes API Rest y Cliente GWT en AppEngine. Presentación. Tematica : gestion de un almacen de libros, sobre la cual se podran realizar pedidos. URL : http://aissg17tres.appspot.com/ Miembros : Sergio Rodriguez Calvo. Juan Manuel Lopez Pazos.

Download Presentation

BookStore

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BookStore Sistema de Gestion de Almacenes API Rest y Cliente GWT en AppEngine

  2. Presentación • Tematica: gestion de un almacen de libros, sobre la cual se podran realizar pedidos. • URL: http://aissg17tres.appspot.com/ • Miembros: • Sergio Rodriguez Calvo. • Juan Manuel Lopez Pazos. • Sebastian Rodriguez Garcia. • Contacto: serrodcal@alum.us.es

  3. API • Recursos - Libro { "genero": "", "autor": "", "descripcion": "", "edicion": "", "editorial": "", "isbn": "", "precio": , "titulo": "", "undStrock": }

  4. API • Recursos - Pedido { "codPedido": "", "lineaPedido": [ ], "autorizado": , "direccionEnvio": "", "fechaEntrega": { "dia": , "mes": , "anno": }, "fechaRealizacion": { "dia": , "mes": , "anno": } }

  5. API • Maquinas de Estado - Libros

  6. API • Maquinas de Estado - Pedidos

  7. API • GET /api/libro • GET /api/libro/{idLibro}

  8. API GET /api/pedido GET /api/pedido/{IdPedido}

  9. API POST /api/libro POST /api/pedido PUT /api/libro/{IdLibro} PUT /api/pedido/{IdPedido} DELETE /api/libro/{IdLibro} DELETE /api/pedido/{IdPedido} PUT /api/pedido/{IdPedido}/libro/{IdLibro} DELETE /api/pedido/{IdPedido}/libro/{IdLibro}

  10. API Para mas informacion: http://aissg17dos.appspot.com/

  11. Promoción Ventajas Interfaz de fácil navegación

  12. Promoción • Ventajas Simplicidad Temática común Alta Cohesión

  13. Fin Sistema de Gestion de Almacenes API Rest y Cliente GWT en AppEngine

More Related