<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.ledyx.xyz/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="http://wiki.ledyx.xyz/feed.php">
        <title>Ledyx WIKI - back-end</title>
        <description></description>
        <link>http://wiki.ledyx.xyz/</link>
        <image rdf:resource="http://wiki.ledyx.xyz/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-08-03T18:42:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=back-end:akka&amp;rev=1617956703&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=back-end:jsp&amp;rev=1612677096&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=back-end:spring&amp;rev=1728866114&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.ledyx.xyz/lib/exe/fetch.php?media=favicon.ico">
        <title>Ledyx WIKI</title>
        <link>http://wiki.ledyx.xyz/</link>
        <url>http://wiki.ledyx.xyz/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=back-end:akka&amp;rev=1617956703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-09T08:25:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>akka</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=back-end:akka&amp;rev=1617956703&amp;do=diff</link>
        <description>AKKA

동시성 Actor 모델의 현대적 구현체

	*   Actor 모델 사용의 이점

Scala 기본 문법을 안다는 전제하에 실용적인 측면으로 기술.

framework cqrs concurrency parallelism

기초

Reactive System

	*  Resilient회복력 : 오류/예외 같은 장애가 발생하더라도 항상 응답하여 회복</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=back-end:jsp&amp;rev=1612677096&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-07T05:51:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jsp</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=back-end:jsp&amp;rev=1612677096&amp;do=diff</link>
        <description>JSP

Java Server Pages

Java의 특성을 물려받는다. =&gt; 플랫폼 독립적 + 보안↑ + 멀티스레드(Servlet과 반대로) HTML 문서에 Java 코드가 삽입되는 구조
-&gt; HTML 코드는 웹브라우저로 그대로 전송-&gt; JSP 코드는 웹 컨테이너 쪽에서 실행되고</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=back-end:spring&amp;rev=1728866114&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-14T00:35:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spring</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=back-end:spring&amp;rev=1728866114&amp;do=diff</link>
        <description>Spring

java spring

BeanFactory, ApplicationContext

1.15. Additional Capabilities of the ApplicationContext



BeanFactory

Docs

	*  스프링 최상위 인터페이스로 스프링 빈을 조회/관리하는 역할 담당

ApplicationContext

Docs

	*  빈 조회 이외 부가적 기능 제공 (국제화 기능, 리소스 조회 등)</description>
    </item>
</rdf:RDF>
