본문 바로가기

🎧️ 강의듣기

Spring MVC AOP Spring MVC → 우편번호 검색, 게시판 .. Dynamic Web Project - 수동으로 라이브러리 추가 Maven Project - 자동으로 라이브러리 추가 pom.xml web.xml (에러) DispatcherServlet 설정파일 한글설정 설정파일 ← Spring Bean Configuration 서블릿 내용을 입력 더보기
스프링 프레임워크 스프링 프로젝트 ... 스프링 프레임워크 DI Depency Injection 생성자 - 초기화 프로퍼티 xml / annotation(POJO) AOP = filter (Aspect Orientation(중심) Programming) 관점 중심 프로그래밍 객체 생성 이전 / 이후 Aspect - 공통 ( 로그인 / 검사 / 보안 ) 기능 cross-cutting concern 언제 적용할지( 호출 전, 호출 후 ) - Advice 적용 가능 시점( 메서드 호출, 필드 값 ) - joinpoint → pointcut 적용 - weaving AspectJ ( Apache ) → Spring 부분집합 1. 컴파일 시 - AspectJ 2. 클래스 로딩 - AspectJ 3. 런타임 - AspectJ / Sp.. 더보기
Spring Framework (2) Spring java * kotlin (android(google)) https://spring.io/guides/tutorials/spring-boot-kotlin/ groovy spring 생성 방법 개발용 IDE * library 추가 eclipse + STS plug-in intelliJ IDEA Visual Studio Code library 추가 1. 수동 2. 프로젝트 관리 도구 maven / gradle spring 관리 pom.xml Spring bean Configuration → 객체의 의존성 설정 → DI 생성 초기화 com.exam.ex01/Hello.java (인터페이스) package com.exam.ex01; public interface Hello { void sayHell.. 더보기
Spring Framework Spring Framework 1. * 위임 → 참조변수 class 생성, 소멸에 관한 lifecycle을 관리하는 프레임워크 2. 전처리나 후처리 * 수동 new class 생성 가비지 컬렉션 class 소멸 → mvc model 방법 spring https://spring.io/ Framework DI - Dependency Injection (의존 주입) class 생성(*), 소멸에 관한 lifecycle을 관리 생성 + 초기화 위임 → 의존 주입 주입 xml annotation AOP - Aspect Oriented Programming (관점 중심 프로그래밍) 전처리 / 후처리 eclipse → 개발 eclipse + STS 신형 spring boot 환경 사용 (자동환경) 구형 설정 수동으로.. 더보기
이클립스 Spring 설정하기 Help → Eclipse MarketPlace → sts 검색 하나만 설치한 것 같았는데 아래꺼 설치한 것 같음 (설치 완료하면 이클립스가 재 실행됨) 프로젝트 만드는건 File → New → Spring Legacy Project Simple Java 선택한 후 Project명 입력하고 Next 자세한건 아래 이미지 참고 Next 클릭 Libraries클릭하고 Classpath선택후 오른쪽에 Add External JARs 클릭해서 jar파일 추가하기 그리고 Finish 클릭 후 모듈은 생성하지 않음 더보기
Java를 위한 프레임 워크 mybatis Java를 위한 프레임워크 * 프레임워크 - 짜여진 틀 틀에 대한 문법 - 편리 - 자유 * MyBatis(iBatis) http://blog.mybatis.org The MyBatis Blog A blog about the the MyBatis data mapper framework. blog.mybatis.org SQL을 효율적으로 사용하기 위한 프레임워크 → sql mapper 1. 라이브러리 ( Library ) 2. 환경설정 1. log 출력용 log4j 2. Mybatis 환경 3. sql mapper 파일 // log4j.xml // myBatisConfig.xml // MyBatisEx01.java import java.io.IOException; import java.io.InputStr.. 더보기
jQuery-ui accordion / datepicker / dialog accordion01.jsp 데이터 추가 Section 1 Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. Section 2 Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulu.. 더보기
jquery-ui jQuery Core selector button01.jsp 버튼 1 버튼 2 버튼 5 버튼 6 button02.jsp 버튼 1 버튼 2 버튼 5 버튼 6 button03.jsp 버튼 1 checkbox01.jsp Ratings 2 Star 3 Star 4 Star 5 Star progressbar01.jsp slider01.jsp slider02.jsp spinner01.jsp 난 버튼 selectmenu01.jsp 선택 jquery jqueryui jquerycore jquerymobile selectmenu02.jsp Circle radius 50px 100px 150px 200px 250px Circle color Black Red Yellow Blue Green autocomplete01.jsp 더보기