lytves / hotel-jsf

JAVA EE MVC web application based on use of JPA API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proyecto Final: Diseño e implementación de una capa de persistencia para una aplicación web de reservas hoteleras

Universidad de Valencia, Ingeniería de Servicios y Aplicaciones Web, Bases de Datos en Sistemas Web 2016-17


Is under development...

Java EE application server: WildFly 10.1

It is necessary to create a connection pool "datasource" on the server to connect to the database and import the base to your MySQL server:

  • datasource JNDI name: java:jboss/datasources/BdwebDS
  • MySQL database name: bdweb_hotel
Logical model of database:

modelo lógico de base da datos

About

JAVA EE MVC web application based on use of JPA API

License:MIT License


Languages

Language:Java 69.2%Language:HTML 26.0%Language:CSS 2.5%Language:PLpgSQL 2.3%