ajax 사용하기 json validator : JSON 데이터인지 유효성 검사 https://jsonlint.com/ The JSON Validator JSONLint is the free online validator and reformatter tool for JSON, a lightweight data-interchange format. jsonlint.com json변환 라이브러리(jackson) com.fasterxml.jackson.core jackson-core 2.4.6 com.fasterxml.jackson.core jackson-databind 2.4.6 ajax로 요청할 때 실행할 컨트롤러 메소드 - @ResponseBody 어노테이션으로 ajax요청을 받음 - json 값 리턴 @..
mybatis 연동 pom.xml에 라이브러리 추가 spring 설정파일에 등록 mybatis 설정파일 작성 mapper에 sql정의 DAO를 통해 db엑세스 라이브러리 추가 https://mvnrepository.com/ org.mybatis mybatis 3.2.8 org.mybatis mybatis-spring 1.2.2 spring 설정 파일에 등록 mybatis 설정파일 작성 DAO 생성 mapper에 sql정의 select * from emp DAO를 통해 db엑세스 package emp.dao; import java.util.List; import org.apache.ibatis.sessio..
Tiles의 적용 Tiles 라이브러리 다운로드하기(Spring인 경우 로 등록) Spring 내부에서 뷰를 만들 때 tiles를 이용해서 뷰를 만들 수 있도록ViewResolver를 새롭게 등록하기 Tiles 설정 파일에 화면에 보일 내용을 구성한다. Tiles 설정 파일에 구성한 내용을 바탕으로 실제 템플릿으로 적용할 페이지를 작성한다. tiles 사용하기 새 프로젝트 생성 tiles 라이브러리를 pom.xml에 추가 https://mvnrepository.com/ org.springframework spring-jdbc 4.2.4.RELEASE org.apache.tiles tiles-servlet 3.0.8 org.apache.tiles tiles-jsp 3.0.8 web.x..
DB 연동하기 spring jdbc 라이브러리 다운 org.springframework spring-jdbc 4.2.4.RELEASE was(tomcat)가 제공하는 connection pool 생성 WEB-INF/web.xml ${catalina.base}/conf/web.xml connection pool type : javax.sql.DataSource spring 설정 table 생성 Dto 생성 package emp.dto; public class EmpDTO { private String id; private String pass; private String name; private String addr; ..
STS 설치 https://spring.io/ 3 버전은 아래 쪽에서 받을 수 있음 https://github.com/spring-projects/toolsuite-distribution/wiki/Spring-Tool-Suite-3 버전 선택 하여 다운로드 관리자 권한으로 실행 Tomcat server 등록 tc server는 지움 톰캣 서버 등록 Maven Project 생성 패키지명 maven - spring 프로젝트 구조 firstPro : context src/main/java : controller(java) Maven Dependencies : 라이브러리 파일 라이브러리 저장 폴더 : C:\Users\유저명\\.m2\repository src : view(jsp) pom.xml : 라이브러리 ..
- Total
- Today
- Yesterday
- Disk Scheduling
- SQL
- Disk System
- vmware
- Flume
- mapreduce
- SPARK
- 하둡
- Variable allocation
- Spring
- aop
- RAID Architecture
- Free space management
- linux
- springboot
- hadoop
- 빅데이터
- JSON
- 빅데이터 플랫폼
- jdbc
- Allocation methods
- maven
- File Protection
- I/O Services of OS
- Replacement Strategies
- gradle
- HDFS
- oracle
- Java
- I/O Mechanisms
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |