Skip to content

Commit e24fb96

Browse files
committed
2 parents c1c67bd + efbf1c0 commit e24fb96

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Simpole Web Application
2+
A simple Java web application that is built to learn the basics of Java Server Page (JSP).
3+
4+
[Demo](http://dry-scrubland-63512.herokuapp.com)
5+
6+
## Goals
7+
- Learn the basics of JSP
8+
- Use Eclipse for web app development
9+
- Setup local server and MySQL database
10+
- Integrate Eclipse with GitHub
11+
- Deploy web app on Heroku
12+
13+
## Learning Resources
14+
- [Installing Tomcat 8.5 on macOS 10.12 Sierra](https://wolfpaulus.com/journal/mac/tomcat8/)
15+
- [Servlet JSP Tutorial](http://www.journaldev.com/2114/servlet-jsp-tutorial)
16+
- [Create a Simple Java Web Application Using Servlet, JSP and JDBC](http://o7planning.org/en/10285/- create-a-simple-java-web-application-using-servlet-jsp-and-jdbc)
17+
- [JSP tricks to make templating easier?](http://stackoverflow.com/questions/1296235/- jsp-tricks-to-make-templating-easier)
18+
- [Spring MVC – How to include JS or CSS files in a JSP page](https://www.mkyong.com/spring-mvc/- spring-mvc-how-to-include-js-or-css-files-in-a-jsp-page/)
19+
- [Integrating Github With Eclipse](https://www.youtube.com/watch?v=ptK9-CNms98)
20+
- [Connector/J Installation](http://dev.mysql.com/doc/connector-j/5.1/en/connector-j-installing.html)
21+
- [ClearDB MySQL](https://devcenter.heroku.com/articles/cleardb)
22+
- [Using MySQL on Heroku](http://selimsalihovic.github.io/2016-02-07-using-mysql-on-heroku/)
23+
- [MySQL copy/duplicate database without using mysqldump](http://stackoverflow.com/questions/25794/- mysql-copy-duplicate-database-without-using-mysqldump/7111224#7111224)
24+
- [Heroku Deploy War/Jar](https://github.com/heroku/heroku-cli-deploy)
25+
26+
## Tools
27+
- Eclipse
28+
- Apache Tomcat
29+
- MySQL
30+
- ClearDB
31+
- JDBC
32+
- JSTL
33+
- Git
34+
- EGit
35+
- GitHub
36+
- Terminal

0 commit comments

Comments
 (0)