Git Product home page Git Product logo

my_spring_guide's Introduction

Yankun's_Spring_Guide

Spring is the most popular application framework for Java Development Created in 2003. The Spring community is super active and vibrant, that's why a lot of companies love it.

Common Links:

Spring Overview

Spring aims to make Java Development lightweight by minimizing boilerplate code, promote loose coupling (independent java classes) with dependency injection, and encourage Java POJOs (Plain-Old-Java-Objects), as opposed to the Enterprise Java Beans (EJB) of the J2EE (1999).

Big Picture

  • Core Container Layer - manage creation and availability of Beans (A serializable object with private properties and a constructor with no arguments, according to the JavaBean standard created in 1996),

  • Infrastructure Layer - create services with Aspect Oriented Programming (AOP), where you can add functionalities (e.g. Logging, Security, transactions) declaratively. Monitor App with JMX (Java Management Extension)

  • Data Access Layer - communicate with database with Spring JDBC helper classes, ORM (for integration with Hibernate), JMS (Java Message Service), and add transaction support

  • Web Layer - home of Spring MVC where you can build web apps with Spring Core, Spring Controllers, Spring View. It also contains modules to interface with other popular web technologies like JavaServer Faces (2001) or Struts (2000)

  • Test Layer - support test-driven-development(TDD) where you can use mock objects (simulations) to mock out servlets in a controlled testing environment, JNDI access, and creation integration tests

Spring Projects

Spring projects are additional modules built-on top of the Spring Framework, some common ones are Spring Cloud, Spring Data, Spring Security, Spring Web Services, etc. It is like various libraries developers created.

Spring is Modular by Design

Guide Contents

  1. Maven
  2. Spring Boot 3

my_spring_guide's People

Contributors

yankunm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.