Skip to content

Commit b138d23

Browse files
committed
Create README.md
1 parent 8349f62 commit b138d23

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
JSP Tutorials
2+
===========
3+
4+
John Purcell's [courses] are some of the best I've found. As a former teacher, I like to enhance my own learning by creating parallel tutorials. Here are the notes I created for John's "[Servlets and JSPs: Creating Web Applications With Java]."
5+
6+
7+
8+
##Extensive Notes
9+
Each project has an **extensive** set of notes in the root folder of the project. For your convenience these have been copied to the *VideoNotesCopy* folder.
10+
11+
##WAR Files
12+
Also, each project was compiled into a .WAR file. It is my hope that this makes it easy for you to download the projects for your own testing.
13+
14+
##Enhanced Learning
15+
Lastly, it is my hope that these resources can further enhance your learning as you go through John's excellent video tutorials and help you become a master of JSPs!
16+
17+
18+
19+
[courses]:http://www.caveofprogramming.com/
20+
[Servlets and JSPs: Creating Web Applications With Java]:http://courses.caveofprogramming.com/course/servlets-and-jsps-creating-web-applications-with-java/

0 commit comments

Comments
 (0)