SlideShare a Scribd company logo
@kaviddiss | www.kaviddiss.com
David Kiss
Create Your Very First Spring Application
Building Web Applications Using Java and
Spring Framework (Module 1)
What to Expect
A practical guide to get up and running quickly on creating
Spring-based web application from scratch
Using latest versions of Java, Spring Framework (4.x), Spring
Boot (v1.2.x), Spring Security, Spring Data JPA, Thymeleaf
and Maven 3 frameworks
What Not to Expect
XML configurations
Outdated versions of Java frameworks
Textbook walk-through of all the Spring components on Earth
Why Using Spring Framework
Spring is a mature yet still innovative open-source framework
Spring has a very active community
Spring is light-weight - can run without a JEE server
Spring makes you productive - no requirement for XML
configuration
etc.CachingMessaging
SQL and NoSQL
databases
SecurityMVC
Spring Gets You Covered With...
Companies Using Spring Framework
Our First Web Application
Time to Create Some Code
Demo
Now we’re going to create a URL
shortener web application...
Generate the Project at http://start.spring.io
And Implementing the Web Application...
After Generating the Project
Here’s The Final List of Files
and Walk Through the Code
Now Let’s See the Details
Starting a Web Application Cannot Be
Easier
Mapping URLs to Java Methods #1
shortener.html - Using Thymeleaf Template
Engine
Mapping URLs to Java Methods #2
Our HTTP Request Object
A Minimalist In-Memory Persistence Layer
$ mvn spring-boot:run
Let’s See It In Action
Starting Up...
Ta-Da!!!
Java and Spring CAN be productive!
Source code available at
https://github.com/davidkiss/yourl
Any questions / suggestions:
info@kaviddiss.com
Overview

More Related Content

PDF
Spring MVC Framework
PPTX
Spring MVC framework
PDF
Spring Framework
PDF
Java spring framework
PPTX
Spring Framework
PPTX
Introduction to Spring Framework
PPTX
Java Spring Framework
PDF
Spring framework Introduction
Spring MVC Framework
Spring MVC framework
Spring Framework
Java spring framework
Spring Framework
Introduction to Spring Framework
Java Spring Framework
Spring framework Introduction

What's hot (19)

PPT
Spring hibernate tutorial
PPTX
Introduction to Spring Framework
PDF
Spring Framework - Core
PDF
Spring boot jpa
PPTX
Next stop: Spring 4
PPTX
Spring Framework Rohit
PDF
Spring mvc
PDF
Reactjs Basics
PDF
Spring bean mod02
PDF
Spring MVC
PDF
Getting Started with Spring Framework
PDF
Spring framework
ODP
Spring User Guide
PPTX
Introduction to spring boot
PPTX
Spring framework
PDF
Spring core module
PPT
Spring Framework
PPTX
Spring framework in depth
PPTX
Spring MVC 5 & Hibernate 5 Integration
Spring hibernate tutorial
Introduction to Spring Framework
Spring Framework - Core
Spring boot jpa
Next stop: Spring 4
Spring Framework Rohit
Spring mvc
Reactjs Basics
Spring bean mod02
Spring MVC
Getting Started with Spring Framework
Spring framework
Spring User Guide
Introduction to spring boot
Spring framework
Spring core module
Spring Framework
Spring framework in depth
Spring MVC 5 & Hibernate 5 Integration
Ad

Similar to Building web applications with Java & Spring (20)

PPTX
Spring Web Presentation 123143242341234234
PPTX
Spring Web Presentation - Framework and Its Ecosystem
PDF
Toms introtospring mvc
PPTX
SoftwareUniversity seminar fast REST Api with Spring
PDF
PDF Spring in Action - Sixth Edition (MEAP V04) Craig Walls download
PPTX
Summer internship report
PPTX
spring framework ppt by Rohit malav
ODP
Spring Mvc,Java, Spring
PPT
Developing Java Web Applications
PDF
How to use Java in Web Application Development?
PDF
Bledar Gjocaj - Java open source
PDF
'Full Stack Kotlin' Workshop at KotlinConf
PPTX
Introduction to Spring & Spring BootFramework
PDF
Introducing Play Framework Java Web Application Development Second Edition Pr...
PPTX
Spring
PDF
Javaday Roma2007 Magic Box Kiss With Spring
PDF
Spring in Action - Sixth Edition (MEAP V04) Craig Walls
PDF
Spring Start Here Learn What You Need And Learn It Well 1st Edition Laurentiu...
PDF
Getting Started With Spring Framework J Sharma Ashish Sarin
DOC
Spring Book – Chapter 1 – Introduction
Spring Web Presentation 123143242341234234
Spring Web Presentation - Framework and Its Ecosystem
Toms introtospring mvc
SoftwareUniversity seminar fast REST Api with Spring
PDF Spring in Action - Sixth Edition (MEAP V04) Craig Walls download
Summer internship report
spring framework ppt by Rohit malav
Spring Mvc,Java, Spring
Developing Java Web Applications
How to use Java in Web Application Development?
Bledar Gjocaj - Java open source
'Full Stack Kotlin' Workshop at KotlinConf
Introduction to Spring & Spring BootFramework
Introducing Play Framework Java Web Application Development Second Edition Pr...
Spring
Javaday Roma2007 Magic Box Kiss With Spring
Spring in Action - Sixth Edition (MEAP V04) Craig Walls
Spring Start Here Learn What You Need And Learn It Well 1st Edition Laurentiu...
Getting Started With Spring Framework J Sharma Ashish Sarin
Spring Book – Chapter 1 – Introduction
Ad

Building web applications with Java & Spring