Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e83e03

Browse files
committed
Update README.md
1 parent cbd5f2c commit 4e83e03

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

README.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
* [Running examples](#running-examples)
2+
13
# Java Web Application in 25 Easy Steps
24
## Learn Java Web Application Development with JSPs and Servlets
35

46
###Installing Eclipse and Java
57
https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf
68

9+
###Running Examples
10+
- If you are downloading the zip file, unzip the file
11+
- Open Command Prompt and Change directory to folder containing pom.xml
12+
- Run command "mvn tomcat7:run"
13+
- For help : user our installation guide - https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf
14+
715
###File wise Contents
816
- Code-Step1.md : Up and running with a web app in Tomcat
917
- Code-Step2.md : First JSP
@@ -25,3 +33,58 @@ https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-J
2533
- Codea-Step19.md : Refactoring: list-todos.do,list-todos.jsp,ListTodosServlet
2634
- Codea-Step20.md : Adding a Filter for More Security & Add a category for Todos
2735
- Codea-Step21.md : Logout
36+
37+
38+
##About in28Minutes
39+
- At in28Minutes, we ask ourselves one question everyday. How do we create more effective trainings?
40+
- We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real World Application Examples.
41+
- Our success on Udemy and Youtube (2 Million Views & 12K Subscribers) speaks volumes about the success of our approach.
42+
- 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).
43+
44+
###Our Beliefs
45+
- Best Course are interactive and fun.
46+
- Foundations for building high quality applications are best laid down while learning.
47+
48+
###Our Approach
49+
- Problem Solution based Step by Step Hands-on Learning
50+
- Practical, Real World Application Examples.
51+
- 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.
52+
- We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort.
53+
- All the code is available on Github, for most steps.
54+
55+
###Useful Links
56+
- [Our Website](http://www.in28minutes.com)
57+
- [Youtube Courses](https://www.youtube.com/user/rithustutorials/playlists)
58+
- [Udemy Courses](https://www.udemy.com/user/in28minutes/)
59+
- [Facebook](http://facebook.com/in28minutes)
60+
- [Twitter](http://twitter.com/in28minutes)
61+
- [Google Plus](https://plus.google.com/u/3/110861829188024231119)
62+
63+
###Other Courses
64+
- [Spring Framework](https://www.udemy.com/spring-tutorial-for-beginners/)
65+
- [Maven](http://www.in28minutes.com/p/maven-tutorial-for-beginners.html)
66+
- [Eclipse](http://www.in28minutes.com/p/eclipse-java-video-tutorial.html)
67+
- Java
68+
* [Java](https://www.youtube.com/watch?v=Y4ftqcYVh5I&list=PLE0D4634AE2DFA591&index=1)
69+
* [Java Collections](http://www.in28minutes.com/p/java-collections-framework-video.html)
70+
* [Java OOPS Concepts](https://www.udemy.com/learn-object-oriented-programming-in-java/)
71+
- [Design Patterns](http://www.in28minutes.com/p/design-patterns-tutorial.html)
72+
- [JUnit](https://www.udemy.com/junit-tutorial-for-beginners-with-java-examples/)
73+
- [C](https://www.udemy.com/c-tutorial-for-beginners-with-puzzles/)
74+
- [C Puzzles](https://www.udemy.com/c-puzzles-for-beginners/)
75+
- [Javascript](https://www.youtube.com/watch?v=6TZdD-FR6CY)
76+
- [More Courses on Udemy](https://www.udemy.com/user/in28minutes/)
77+
* Java Servlets and JSP : Your first web application in 25 Steps
78+
* Learn Spring MVC in 25 Steps
79+
* Learn Struts in 25 Steps
80+
* Learn Hibernate in 25 Steps
81+
* 10 Steps to Professional Java Developer
82+
- [Java Interview Guide](http://www.in28minutes.com/p/buy-our-java-interview-guide.html)
83+
* Core Java
84+
* Advanced Java
85+
* Spring, Spring MVC
86+
* Struts
87+
* Hibernate
88+
* Design Patterns
89+
* 400+ Questions
90+
* 23 Videos

0 commit comments

Comments
 (0)