|
1 | 1 | # Java Web Application in 25 Easy Steps
|
2 | 2 | ## Learn Java Web Application Development with JSPs and Servlets
|
3 | 3 |
|
4 |
| -###Installing Eclipse and Java |
| 4 | +### Installing Eclipse and Java |
5 | 5 | https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf
|
6 | 6 |
|
7 |
| -###Running Examples |
| 7 | +### Running Examples |
8 | 8 | - If you are downloading the zip file, unzip the file
|
9 | 9 | - Open Command Prompt and Change directory to folder containing pom.xml
|
10 | 10 | - Run command "mvn tomcat7:run"
|
11 | 11 | - For help : user our installation guide - https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf
|
12 | 12 |
|
13 |
| -###File wise Contents |
| 13 | +### File wise Contents |
14 | 14 | - Step01.md : Up and running with a web app in Tomcat
|
15 | 15 | - Step02.md : First JSP
|
16 | 16 | - Step03.md : Adding a GET Parameter name
|
@@ -39,27 +39,41 @@ https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-J
|
39 | 39 | - Step26(Code file missing) : Format the jsps better. Refer Next Step for code.
|
40 | 40 | - Step27.md : Jsp Fragments
|
41 | 41 |
|
42 |
| -##About in28Minutes |
| 42 | +## About in28Minutes |
43 | 43 | - At in28Minutes, we ask ourselves one question everyday. How do we create more effective trainings?
|
44 | 44 | - We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real World Application Examples.
|
45 | 45 | - Our success on Udemy and Youtube (2 Million Views & 12K Subscribers) speaks volumes about the success of our approach.
|
46 | 46 | - While our primary expertise is on Development, Design & Architecture Java & Related Frameworks (Spring, Struts, Hibernate) we are expanding into the front-end world (Bootstrap, JQuery, Angular JS).
|
47 | 47 |
|
48 |
| -###Our Beliefs |
| 48 | +### Our Beliefs |
49 | 49 | - Best Course are interactive and fun.
|
50 | 50 | - Foundations for building high quality applications are best laid down while learning.
|
51 | 51 |
|
52 |
| -###Our Approach |
| 52 | +### Our Approach |
53 | 53 | - Problem Solution based Step by Step Hands-on Learning
|
54 | 54 | - Practical, Real World Application Examples.
|
55 | 55 | - We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We touch upon other things briefly equipping you with enough knowledge to find out more on your own.
|
56 | 56 | - We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort.
|
57 | 57 | - All the code is available on Github, for most steps.
|
58 | 58 |
|
59 |
| -###Useful Links |
| 59 | +### Other Courses |
| 60 | + |
| 61 | +- [Most Watched Courses on YouTube - 30,000 Subscribers](https://www.youtube.com/watch?v=bNFoN956P2A&list=PLBBog2r6uMCQhZaQ9vUT5zJWXzz-f49k1) |
| 62 | +- [25 Videos and Articles for Beginners on Spring Boot](http://www.springboottutorial.com/spring-boot-tutorials-for-beginners) |
| 63 | +- Our Best Courses with 66,000 Students and 4,000 5-Star Ratings |
| 64 | + * [Java Interview Guide : 200+ Interview Questions and Answers](https://www.udemy.com/java-interview-questions-and-answers/?couponCode=JAVA_INTER_GIT) |
| 65 | + * [First Web Application with Spring Boot](https://www.udemy.com/spring-boot-first-web-application/?couponCode=SPRING-BOOT-1-GIT) |
| 66 | + * [Spring Boot Tutorial For Beginners](https://www.udemy.com/spring-boot-tutorial-for-beginners/?couponCode=SPRING-BOOT-GIT) |
| 67 | + * [Mockito Tutorial : Learn mocking with 25 Junit Examples](https://www.udemy.com/mockito-tutorial-with-junit-examples/?couponCode=MOCKITO_GIT) |
| 68 | + * [Java EE Made Easy - Patterns, Architecture and Frameworks](https://www.udemy.com/java-ee-design-patterns-architecture-and-frameworks/?couponCode=EEPATTERNS-GIT) |
| 69 | + * [Spring MVC For Beginners : Build Java Web App in 25 Steps](https://www.udemy.com/spring-mvc-tutorial-for-beginners-step-by-step/?couponCode=SPRINGMVC-GIT) |
| 70 | + * [JSP Servlets For Beginners : Build Java Web App in 25 Steps](https://www.udemy.com/learn-java-servlets-and-jsp-web-application-in-25-steps/?couponCode=JSPSRVLT-GIT) |
| 71 | + * [Maven Tutorial - Manage Java Dependencies in 25 Steps](https://www.udemy.com/learn-maven-java-dependency-management-in-20-steps/?couponCode=MAVEN_GIT) |
| 72 | + * [Java OOPS in 1 Hours](https://www.udemy.com/learn-object-oriented-programming-in-java/?couponCode=OOPS-GIT) |
| 73 | + * [C Puzzle for Interview](https://www.udemy.com/c-puzzles-for-beginners/?couponCode=CPUZZLES-GIT) |
| 74 | + |
| 75 | +### Useful Links |
60 | 76 | - [Our Website](http://www.in28minutes.com)
|
61 |
| -- [Youtube Courses](https://www.youtube.com/user/rithustutorials/playlists) |
62 |
| -- [Udemy Courses](https://www.udemy.com/user/in28minutes/) |
63 | 77 | - [Facebook](http://facebook.com/in28minutes)
|
64 | 78 | - [Twitter](http://twitter.com/in28minutes)
|
65 |
| -- [Google Plus](https://plus.google.com/u/3/110861829188024231119) |
| 79 | +- [Google Plus](https://plus.google.com/u/3/110861829188024231119) |
0 commit comments