E-Notes is a simple and secure web application that helps users create and manage their notes online. Instead of writing notes on paper, users can save everything digitally and access it anytime from ...
src/ ├── main/ │ ├── java/ │ │ └── org.studyeasy/... │ ├── resources/ │ └── webapp/ │ ├── assets/ # CSS, JS, Images ...
JSP stands for Java Servlet Pages, a shorthand way of writing simple Servlets, more akin to other web scripting languages like PHP and ASP. A JSP file basically contains HTML, but with embedded JSP ...