Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 4.33 KB

README.md

File metadata and controls

78 lines (62 loc) · 4.33 KB

JEE Java Web Application for Beginners - In28Minutes

Learn JSP and Servlets in28Minutes.

See JavaJEEWebApplicationIn28Minutes.pdf for more details.

Video Tutorial

https://www.youtube.com/watch?v=ndQ6NWPp8-U

Running Examples

Course Overview

Section 1 Basics of a Web Application

	HTTP   Request
    HTTP Response

Section 2 Basic Request flow in a Java EE application

	Basic Servlet
    JSP with  JSTL & EL
    MVC Pattern Basics
    Runnning in Tomcat

Section 3 Basic Login Form

	Creating a login form in JSP
    Handling Basic Validation in the Servlet
    Redirecting to different views from Servlet

About in28Minutes

  • At in28Minutes, we ask ourselves one question everyday. How do we create more effective trainings?
  • We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real World Application Examples.
  • Our success on Udemy and Youtube (2 Million Views & 12K Subscribers) speaks volumes about the success of our approach.
  • 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).

Our Beliefs

  • Best Course are interactive and fun.
  • Foundations for building high quality applications are best laid down while learning.

Our Approach

  • Problem Solution based Step by Step Hands-on Learning
  • Practical, Real World Application Examples.
  • 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.
  • We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort.
  • All the code is available on Github, for most steps.

Other Courses

Useful Links