README-LOGIN-PAGE-VIEW
~~~~~~~~~~~~~~~~~~~~~~

LoginPage.page	- tells us very little.  Most pages do not need a PAGE file - indeed no other pages 
				  in this directory have a PAGE file - but this one was necessary because it was referred
				  by our APPLICATION file (see README-HOME-PAGE), so we created a minimal one.

LoginPage.html	- is the template for this page. Try previewing it just by opening it in a web browser, or 
				  in Eclipse try right-click > Open With > Web Browser.

So where's the Java class that controls this page?	LoginPage.page tells us it's name is 

	jumpstart.max.web.pages.login.LoginPage

Next
~~~~

README-LOGIN-PAGE-CONTROLLER.  In Eclipse you can find it easily with Ctrl-Shift-R (or Cmd-Shift-R on the Mac).
