Skip to content

mate-academy/jv-web-servlet-lifecycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Servlet lifecycle practice

  • Create a JSP page that will display "Information written to our resource" when we write to the resource
  • Initialize MyCoolResource trough init() method
  • Use write() method from MyCoolResource in doGet() method and display JSP page. For example, pass current date and time value string representation as a parameter to method write().
  • Close resource in destroy() method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages