Skip to content

serraventura/FrontController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrontController

A custom Front Controller pattern implementation. For small web apps which there's no need to use any framework.

How to use:

  • Create a new class into package "Controller" using the SUFIX "Ctrl";
  • Implement the Interface IAction;
  • Create the HTML or JSP file related to the Controller into "WebContent" folder;
  • Define the VIEW as return in your controller specifying the HTML/JSP you have just created;

About

(case study) Front Controller pattern implementation in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages