Skip to content

astock517/SpringIn28Minutes

 
 

Repository files navigation

Spring Tutorial for Beginners - with Examples - in28Minutes

##Video Tutorials

##TOC

##Running Examples https://youtu.be/0dINCMLIyHo

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

##Spring Tutorial - Complete Presentation https://github.com/in28minutes/SpringIn28Minutes/blob/master/Spring%20Tutorial%20For%20Beginners%20with%20Examples_v2.pdf

##Spring Tutorial - Complete Code https://github.com/in28minutes/SpringIn28Minutes

##TOC

###Section 1 Introduction

  • Introduction to the Course

Spring reduces the complexity of enterprise java applications. Incredibly modular architecture of spring helps in picking and choosing the right spring modules to use to suit our needs. Spring reduces the cost of programming to interfaces to almost zero.

###Section 2 Why is Spring Popular?

We love looking at the big picture. Before we start with getting into technical details and getting our hands dirty, lets look at few of the things Spring helps with.

Spring is one of the first layer independent frameworks.

The things discussed here are dependent on one another. Unit Testing builds up Loose Coupling. Architecture Flexibility is a result of Spring Modules.

  • Dependency Injection
  • Loose Coupling
  • Spring Modules
  • Architectural Flexibility - Great integration with other frameworks and helps us pick and choose the right ones.
  • Unit Testing

###Section 3  First Example

  • Basic Example
  • Clean up

###Section 4  Basic Concepts

  • Component
  • Service
  • Component Scan
  • Autowiring

###Section 5 Real world Example

  • Advanced Example
  • Clean up

###Section 6  Advanced Concepts

  • Application Context
  • Bean Factory
  • Bean Scope
  • Constructor Setter Injection
  • Debugging

###Section 7 Spring Modules

  • MVC
  • JDBC
  • AOP
  • Test
  • XML

###Section 8 Spring in Real World

  • Validation
  • Transaction Management
  • Logging
  • Hibernate

###Section 9 Let's meet again

  • BOM
  • Maven Archetypes
  • Conclusion

##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.

###Useful Links

###Other Courses

About

Spring Tutorial For Beginners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 76.4%
  • CSS 10.3%
  • JavaScript 6.7%
  • HTML 6.6%