출처 : 환경설정 MyBatis 관련 환경파일 import iot-servlet.xml 파일에 아래 내용 추가 JDBC 설정 iot-datasource.xml 파일 MyBatis 설정 iot-mybatis.xml 파일 Domain 객체 출처 : 혹시 DTO(VO) 작성하시나요? - SLiPP 프레임워크마다 VO, Command, Domain, DTO, TO 여러가지 이름으로 부르지만, MyBatis에서는 Domain이라고 부르고, Domain객체는 데이터베이스에서 조회된 데이터를 객체에 담아서 jsp에 실어 사용자에게 전달합니다. package com.iot.domain; import java.sql.Timestamp; public class TbluserDomain { // pk private int ..
출처 : 스프링3(Spring3)MVC 연동 (3) - 서버값 웹페이지로 전송하기 :: 야근싫어하는 개발자 파라미터 전달 (클라이언트 -> 서버) java 소스 @RequestMapping(value = "/sum_result1.iot", method = RequestMethod.GET) public String sum_result1( @RequestParam("param1") int param1, @RequestParam("param2") int param2, ModelMap modelMap ) Get 파라미터 전달 http://localhost:7070/IotWebServer/sum_result1.iot?param1=2¶m2=3 서버값 클라이언트에 전달 (서버 -> 클라이언트) java 소스 ..
출처 : Web.xml의 개요, 기능, 활용 web.xml Listener, Filter의 활용 톰캣 web.xml 설명 [Spring] web.xml 기본 설정 파일 위치 %PROJECT_HOME%\WEB-INF\web.xml 기본 web.xml 파일 IotWebServer webAppRootKey com.bluexmas.ui 720 *.jsp UTF-8 /servlet/* UTF-8 index.jsp index.html 서블릿 추가 서블릿 파일 package com.iot.servlet; import java.io.IOException; import java.io.PrintWriter; import java.util.Enumeration; import javax.servlet.ServletExcept..
출처 : Spring MVC Checkbox And Checkboxes ExampleCodeData.javapublic class CodeData { private int itemValue; private String itemLabel; public CodeData(int itemValue, String itemLabel) { super(); this.itemValue = itemValue; this.itemLabel = itemLabel; } public int getItemValue() { return itemValue; } public void setItemValue(int itemValue) { this.itemValue = itemValue; } public String getItemLabel(..
출처 : http://pelican7.egloos.com/2584679 Tomcat 7 Spring Framework 3.0.3.RELEASE Eclipse 3.6 간단하게 브라우저에서 hello.htm을 호출하면 내부에서 hello.jsp를 호출하는 예제입니다. 1. Project 생성 2. jar 복사 경로 : SpringMVC\WebContent\WEB-INF\lib commons-logging-1.1.1.jar org.springframework.asm-3.0.4.RELEASE.jar org.springframework.beans-3.0.4.RELEASE.jar org.springframework.context-3.0.4.RELEASE.jar org.springframework.core-3.0.4..
- Total
- Today
- Yesterday
- ffmpeg
- 일본여행
- KOBA
- 송주경
- flex
- Spring MVC
- SAS
- MySQL
- JavaScript
- Xcode
- 튜닝쇼 2008
- oracle
- 서울오토살롱
- android
- 지스타2007
- Java
- Mac
- Delphi Tip
- sas2009
- Spring
- ubuntu
- 레이싱모델 익스트림 포토 페스티벌
- koba2010
- Delphi
- ble
- NDK
- 동경
- Linux
- 전예희
- BPI-M4
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |