강의

멘토링

로드맵

Programming

/

Back-end

Spring ORM Basics for Non-Majors

Through this lecture, even non-majors can fully understand the concepts and operating principles of the ORM module, which is the core of Spring.

(5.0) 3 reviews

79 learners

  • admin0013
스프링
orm
백엔드
백엔드개발
Spring
Spring Boot
mybatis
JPA
spring-jpa

What you will learn!

  • Understanding the structure and working principles of the MyBatis framework

  • Understanding MyBatis and Spring Integration

  • Understanding the structure and operation principles of the JPA framework

  • Understanding JPA and Spring Integration

  • Applying MyBatis and JPA to Web Applications

For non-majors
The Complete Guide to Spring ORM

Most IT companies you know develop programs using Spring directly or their own frameworks modified from Spring. Furthermore, public systems operated by the government also use the Spring-based e-government standard framework. Ultimately, without Spring, you can't carry out Java-based projects or operate Java-based systems.

In general, the Spring framework consists of four modules that you will learn sequentially:

- Spring IoC (Inversion Of Control)

- Spring AOP (Aspect Oriented Programming)

- Spring MVC (MoelView Controller)

- Spring ORM (Object Relation Mapping)

Among these, Spring ORM is a technology for connecting relational databases in Spring-based applications . Java offers a variety of frameworks that support database connectivity, including MyBatis and Hibernate. This course covers not only Spring ORM but also the operating principles of ORM frameworks like MyBatis and Hibernate.

I recommend this to these people.

Non-majors who dream of becoming Spring-based backend developers

The Spring Framework is not only conceptually challenging, but its content is also complex and extensive. Therefore, learning Spring is incredibly challenging for non-specialists. The terminology and explanations used by specialists are completely useless to non-specialists.

New developers who need to use Spring right away

It's not easy for new developers to get involved in actual development, and even asking questions of other developers can be challenging. Even when they do ask questions, the answers they receive tend to be limited to formulaic coding patterns or API explanations, rather than concepts or principles. Understanding the concepts, principles, and terminology will help you adapt to the work more easily and quickly.

New or experienced developers who need to operate Spring-based systems

When problems arise during operation, framework-based systems can be difficult to identify. This is because programs rely on the architecture and features provided by the framework. Therefore, understanding Spring's architecture is essential to troubleshooting operational issues.

Lecture Features

Useless grammar and APIs are actually poison. Let's learn only what's necessary through selective focus .

Typically, when developing programs, we frequently use only about 10-20% of the APIs. For example, when developing a web application, HttpServletRequest provides around 40 methods, but we only actually use about 3-5 of them. So, why invest time and effort in learning syntax and methods we won't even use?

This course focuses on learning only the Spring ORM concepts and syntax used in actual projects, thereby increasing efficiency.

As you complete the project , you will learn the grammar and API .

The fragmented examples written while learning grammar and APIs are easily forgotten over time because they lack any connection to one another. Furthermore, it's difficult to understand how the APIs are applied in real-world projects, making the learning process incredibly frustrating. So, while you might have a general understanding of the material during lectures, when you try to build something yourself later, you'll be at a loss as to where to begin.

This course focuses on practical application of grammar and APIs, rather than simply explaining general grammar and APIs. As you progress through the course, you'll naturally develop your own bulletin board program based on Spring ORM, and all the functions you develop are interconnected.

The best lecture tailored to the level of non-majors

Programming skills are typically learned from senior developers or expert instructors who have previously studied the technology. However, these senior developers and expert instructors often use their own commonly used terminology and expressions when explaining, making it difficult for non-experts or beginners to understand.

This course explains Spring ORM from the perspective of a non-technical user, as closely as possible. The examples used in the practical exercises are also based on a bulletin board program that anyone can understand. I pride myself on incorporating my extensive experience in training non-technical students into professional developers into this course.

Learn about these things

Section 0: Setting Up Your Lab Environment

You can install a relational database and set up library dependencies required to connect to the database.

Section 1: MyBatis Quick Start

Implement the bulletin board's CRUD functions using only the MyBatis framework.

MyBatis structure

Section 2: MyBatis Basic Syntax

Understand MyBatis' Mpper XML file syntax.

Understand MyBatis' API.

Mpper XML structure

Section 3: Integrating MyBatis with Spring

Understand the XML configuration required for Spring integration.

Integrate MyBatis in a Spring-based web application.

Section 4: JPA Quick Start

Implement the bulletin board's CRUD functions using only JPA.

ORM concept

Section 5: Integrating JPA and Spring

Understand the XML configuration required for Spring integration.

Integrate JPA in Spring-based web applications.

JPA API structure

Things to note before taking the course

Practice environment

  • Operating System and Version (OS): Windows

  • Tools used: Tomcat (10.1), Eclipse (4.28),

    JDK (Java17:LTS),

    H2(2.2.222)

Learning Materials

  • In the first lecture, you can download the PPT materials needed for the lecture.

  • You can download the completed project source code from the last lecture.

Player Knowledge and Precautions

  • To take this course, you must have basic knowledge of Java Programming and the JDBC API.

  • Please be careful when using the PPT provided with the lecture, as it is copyrighted.

Recommended for
these people

Who is this course right for?

  • Non-major graduates seeking employment as Java-based backend developers

  • A humanities/social sciences student who wants to become a Java-based backend developer

  • New employees who need to develop or operate Spring-based systems

  • Beginner developer who has completed learning Java programming

Need to know before starting?

  • Java Programming Language

  • SQL Basics (Understanding Basic CRUD Queries)

  • JDBC-based DB connection processing

Hello
This is

1,294

Learners

108

Reviews

12

Answers

4.9

Rating

21

Courses

https://ssamz.com


About us

  • IT 기업 교육 현장에서 20년 넘게 다양한 학습자들과 호흡하며 IT 관련 교육을 진행한 분야별 최고의 쌤들(SSAMZ)이 모여서 설립한 회사입니다.

  • 쌤즈는 온라인 강의뿐만 아니라 기업 맞춤형 대면 교육을 통한 코칭, 멘토링을 제공하여 소프트웨어 전문가를 꿈꾸는 학생에서부터 현업 개발자, 엔지니어들을 양성하는데 힘쓰고 있습니다.

 

쌤즈가 지향하는 교육

좋은 강의는 강사의 전문성 + 지식 컨텐츠 + 전달 능력에 의해 결정됩니다. 쌤즈는 최고 경력의 전문 강사들의 고품질 컨텐츠를 바탕으로 수강생 눈높이에서 이해하기 쉽도록 전달하는 교육을 지향합니다.


  • 교육 문의 : admin@ssamz.com

 

 

Curriculum

All

37 lectures ∙ (5hr 27min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

3 reviews

5.0

3 reviews

  • rudals03262692님의 프로필 이미지
    rudals03262692

    Reviews 5

    Average Rating 5.0

    5

    62% enrolled

    • yongwchoi261087님의 프로필 이미지
      yongwchoi261087

      Reviews 17

      Average Rating 4.8

      5

      30% enrolled

      This is a very helpful lecture.

      • saturn124님의 프로필 이미지
        saturn124

        Reviews 1

        Average Rating 5.0

        5

        32% enrolled

        $51.70

        admin0013's other courses

        Check out other courses by the instructor!

        Similar courses

        Explore other courses in the same field!