Development in JSP
Downloading file
In this example, we are going to download the jsp file. But you may download any file. For downloading the file from the server, you…
Uploading file
There are many ways to upload the file to the server. One of the way is by the MultipartRequest class. For using this class you…
Login Form
In this example of creating login form, we have used the DAO (Data Access Object), Factory method and DTO (Data Transfer Object) design patterns. There…
Registration Form
For creating registration form, you must have a table in the database. You can write the database logic in JSP file, but separating it from…