Indore-the_heart is a Java-based web application using JSP, Servlets, and MySQL, deployed on Apache Tomcat. It features hotel & bike booking, restaurants, places to visit, and a gallery. The backend manages user feedback and database connections, while the frontend uses CSS & Bootstrap for UI. π Project Structure
-
Web Pages (Frontend) This contains JSP, HTML, CSS, and image files for the UI. index.jsp β Likely the homepage. about.html β About the city. places_to_visit.jsp β Lists places to visit. restaurant_JSP.jsp β Details about restaurants. hotel_booking.jsp β Hotel booking functionality. bike_booking.jsp β Bike booking system. gallery_JSP.jsp β Photo gallery. CSS Files Home-CSS.css β Styles for the homepage. gallery_style.css β Styles for the gallery. format_CSS.css β Global formatting styles.
-
Source Packages (Backend) This contains Java files for handling requests and database operations. controller.UserFeedback.java β Handles user feedback (probably a servlet). db.DBConnector.java β Handles MySQL database connection.
-
Database & Configuration database_format β Likely contains SQL schema or properties for DB setup. context.xml β Database connection settings. glassfish-web.xml, web.xml β Deployment descriptors.
-
Libraries Uses MySQL Connector for database communication. Apache Tomcat 8.0.27 is the servlet container.