Java Web Development Under The Hood (Udemy.com)

What Java professionals need to know about servlets, sessions, cookies, JSP, JSTL, Ajax and websockets

Created by: Matt Greencroft

Produced in 2019

icon
What you will learn

  • You'll be better equipped to understand why things aren't working, and how to solve errors and issues that occur.
  • If you're using a framework to build websites, such as Spring, JSF or Struts, you'll understand the complexity that may be hidden by your framework, which will give you more control over how your websites work.

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 0 / 100

icon
Live Chat with CourseDuck's Co-Founder for Help

Need help deciding on a other course? Or looking for more detail on Matt Greencroft's Java Web Development Under The Hood? Feel free to chat below.
Join CourseDuck's Online Learning Discord Community

icon
Course Description

This is a course for Java professionals (or aspiring Java professionals)who need an in depth understanding of how webapplicationsworkin Java. In this course we cover how to build a website without using a framework. That might sound like a crazy thing to do but frameworks often hide the complexity of what's going on under the hood, so when things go wrong, we don'tunderstand why, and therefore how to fix them. If you have never built a website with Java, or if you haveonly ever built sites using frameworks such as Spring Boot, JSFor Strus, this course will give you a really good grounding in the basics.
And we'll also cover a number of topics that every good web developer should understand no matter what framework you use.

You don't need to be a Java Expert to do this course, but you should be able to confidentlycreate basicJava code before you start.
Knowledge of simple HTMLis also useful.
Who this course is for:
Java developers who want to get a better understanding of the concepts underlying how Java websites really work

*Some courses are excluded from this sale. Coupon not working? If the link above doesn't drop prices, clear the cookies in your browser and then click this link here.
Also, you may need to apply the coupon code directly on the cart page to get the discount.

Coupon Code

icon
Instructor Details

Matt Greencroft

Having worked for over 20 years as a professionalprogrammer, mainly in banking, Mattnow teachesfor VirtualPair Programmers. His specialist areas are JavaEE, Android, Hadoop and NoSQL. Matt's currently working on a Clojure project, which he finds an enjoyable challenge!
Outside of work,Matt enjoys cycling, but prefers going downhill to uphill, and he also plays the piano very badly.

icon
Reviews

0.0

0 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

Buen material con principios bsicos web, nunca esta de ms visitar fundamentos web, me sirvi para comprender varias cosas, aunque el contenido no muestra como hacer una gran aplicacin larga me dejo una buena idea para avanzar y profundizar en conceptos e implementaciones

By Silver Kolde on 9/5/2020

Matt explains everything in detail and really fast. So if you are new to this topic (like I was), you can pause the video, think things through, test newly gained knowledge on the application and then resume. But if you are already somewhat familiar, you won't get bored, because Matt moves quickly.

A very good, detailed guide to creating Java web solution development. Great base for those who using frameworks like a spring, would like to know how it`s running "behind the scene"

By Nyco Bischoff on 8/9/2020

This course is amazing! finally the clear overview I had been looking for quite a while now.

By Harsh Jain on 6/25/2020

Course was pretty amazing !

By Anna Hojas on 8/26/2020

The material is very well prepared. If you have never done web development, you can learn the fundamentals here and it is also a joy going through the material

A very basic course for a beginner!

By Kostya Morozov on 6/5/2020

Wonderfull course for a beginner!

By Idan Chernihov on 8/4/2020

Excellent and straightforward

By Mai Trung Hieu on 10/3/2020

It was good, clear!

By Marek urawski on 2/12/2020

There are not so many courses that try to focus on how plain technologies work without any frameworks wrapping them. A good choice for someone who starts with web development and has some background on java programming. I really enjoyed the course. The only remark that I have is that I wish user sessions was described in a bit more detail. eg. I would like to know how session ids get generated and are there any restrictions, like can session id be repeated or what is the risk of someone stealing other user session id. Overall it would be nice to have more advanced chapter around security.

By Joe Davault on 7/9/2020

I never could get helloworld app to run on my standalone Tomcat instance but all the embedded example work fine