<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.garamx.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.garamx.com/dokuwiki/feed.php">
        <title>GaramX spring</title>
        <description></description>
        <link>https://www.garamx.com/dokuwiki/</link>
        <image rdf:resource="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico" />
       <dc:date>2026-05-06T13:42:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=spring:home&amp;rev=1744711518&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=spring:mvcproject&amp;rev=1744711518&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico">
        <title>GaramX</title>
        <link>https://www.garamx.com/dokuwiki/</link>
        <url>https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=spring:home&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spring:home</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=spring:home&amp;rev=1744711518&amp;do=diff</link>
        <description>Spring

	*  Spring 시작하기
		*  Spring-boot로 web만들기
		*  Spring MVC Project

	*  Spring Boot
	*  Spring Boot app을 쉽게 생성하는 &quot;Spring 초기화 해주는 자&quot;:https://start.spring.io
	*  Spring에서 jsp view사용

DI(Dependency Injection)와 IOC컨테이너

	*  DI(Dependency Injection) 
Dependency을 외부에서 만들어 넣어줌

	*  IOC컨테이너

사실 작은 규모의 프로젝트에서는 스프링의 DI사용을 하는 것 보다 일반적인 방법을 사용하여 개발하는 것이 더욱 빠르고, 개발에 따른 스트레스를 줄일 수 있습니다. 하지만 규모가 어느 정도 커지고, 추후 유지보수 업무가 발생시에는 DI를 이용한 개발의 장점을 느낄 수 있습니다.…</description>
    </item>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=spring:mvcproject&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spring:mvcproject</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=spring:mvcproject&amp;rev=1744711518&amp;do=diff</link>
        <description>Spring MVC Proejct

*참조1 &lt;http://karismamun.tistory.com/21?category=693508&gt;
*참조2 &lt;http://karismamun.tistory.com/25?category=693508&gt;
*참조3 &lt;http://karismamun.tistory.com/26?category=693508&gt;

	*  Spring Legacy Project를 생성
	*  Spring MVC Project의 구조
		*  

		*  컨트롤러와 서비스, DAO, Mapper XML, logging XML파일로 채워질 Java Source 디렉토리
		*  서블릿설정파일, JSP페이지파일, js파일, 각 종 이미지 및 관련파일등이 채워질 Servlet관련 디렉토리…</description>
    </item>
</rdf:RDF>
