본문 바로가기

나 어제 배웠다/Spring3

(8)
post & get 한글처리 스프링을 사용하면서 얻을 수 있는 가장 큰 이점 중 하나는 매번 개발자들이 골칫거리였던 한글처리가 매우 용이하고 간편하다게 변했다는 점이다. 물론 한글 뿐만이 아니라 UTF-8에서 지원하는 모든 국제어 사용이 자유로우며 POST/GET방식 양쪽 다 처리가 능수능란하게 처리가 가능하다. ..
taglib bean:define 사용법 <logic:iterate id="list" property="pointViewList" name="pointForm"> <bean:define id="point_date" property="point_date" name="list"/> <bean:define id="amt" property="amt" name="list"/> <bean:define id="add_point" property="add_point" name="list"/> <bean:define id="use_point" property="use_point" name="list"/> <bean:define id="total_point" proper..
jQuery 단일건 조회/저장 - Struts JSP <script language="javascript" src="jquery.blockUI.js"></script> 1. Script $(document).ready(function() { $('.register').click(function() { var $register = $(this); var tenderNum = $register.attr('id'); $.blockUI({ message: $('#ttmu103Form') , css: {top: '25%', cursor: '', border: '1px solid #aaa', textAlign: 'center', width: '400px'} , overlayCSS: {backgroundCo..
Using MyBatis 3 with Spring 3 Using Mapper XML Files Using MyBatis 3 with Spring 3 Using Mapper XML Files Recently I started to work on design an application as a part of a new project assigned to me at my work place. Since this is totally a new application to be developed from scratch, I got liberty/flexibility to choose the tools/frameworks which will form the foundation of the application. With lots of frameworks to choose from and many choice..
ValidationForm Sample 필요 library 1. index.jsp <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Spring 3, MVC Examples</title> </head> <..
SimpleForm ...
HellowWorldSpring3 ...
프로그램 설치 및 환경설정 ※ JDK ※ Tomcat ※ Eclipse ※ Spring3