Final project of Java EE course building under MVC architecture a web application for a private club for online sales of stays in luxury hotels around the world.
• Login for registered users.
• Guest role access.
• Registration of new users.
• View all available offers.
• Complete filter on offers.
• IDE: Netbeans and embedded GlassFish server
• DB: MySQL
• Languages: Java EE, SQL, HTML, CSS
• Others: Servlet, JSPs, REST API
The database contains 2 tables: "usuario" for the registration of users and "estancia" for the offers.