Skip to content

🎦 A web application prototype using Spring MVC, Hibernate, a Freemarker template, the JQuery frontend technology, an AJAX request and Spring WebSocket STOMP

Notifications You must be signed in to change notification settings

rbiodies/Cinema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cinema

The objective of this project is to develop a web application prototype using the Spring stack and master Hibernate framework.

MVC (Model, View, Controller) is a classic web application design model.

The difference between Servlet, Spring MVC and Spring Boot

JSP is made for Web pages, FTL is a more generic templating language - it can be used to generate html, plain text, emails, etc.

The jQuery library has a full suite of Ajax (Asynchronous Javascript and XML) capabilities. The functions and methods therein allow us to load data from the server without a browser page refresh.

WebSocket is a thin, lightweight layer above TCP (Transmission Control Protocol). This makes it suitable for using “subprotocols” to embed messages. STOMP (Simple Text Oriented Messaging Protocol) is a subprotocol operating on top of the lower-level WebSocket.

Descriptions

Usage

Read the instructions for running in the README.txt file.

Example

2023-04-05.00.19.39.mov

Releases

No releases published

Packages

No packages published