일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- zabbix
- spring security
- GEventEvaluator
- @SqlResultSetMapping
- ibatis
- java tip
- querydsl
- maven
- localdatetime
- jquery
- JPA
- Spring MVC
- jstl
- jenkins
- custom filter
- MySQL
- Hudson
- drools
- SVN
- guvnor
- JBoss Seam
- Spring
- CEP
- spring jpa
- COC
- spring transaction
- gwt
- Drools Fusion
- gwt-ext
- rember me
- Today
- Total
목록개발환경 (37)
봉 블로그
Spring Security – Main Features Formerly the Acegi Security System for Spring, Spring Security provides powerful and flexible security solutions for enterprise applications. It is a stable and mature product – Acegi Security 1.0.0 was released in May 2006 after more than two and a half years of use in large production software projects and adopted as an official Spring sub-project on its release..
스프링에서는 트랜젝션을 다음과같이 2가지 방법으로 처리할수 있도록 한다. 선언적인 방법 (Declarative transaction management) 프로그램에 의한 방법 (Programmatic transaction management) 프로그램에 의한 방법은 아래와 같이 2가지 작업을 하면 된다. PlatformTransactionManager 인스턴스 변수 선언을 하고 트랜젝션 처리 로직 ※ 프로그램에 의한 트랜젝션 처리시 주의할사항으로는 해당 method가 선언적인 트랜젝션 관리에 포함되서는 안된다는것이다. 또한 ibatis를 연동하였을경우 위 방법대신 ibatis SqlmapClient API 에 의한 트랜젝션처리도 가능한데 역시 선언적인 트랜젝션 관리에서 제외되어 있어야 한다.
http://static.springsource.org/spring/docs/2.5.x/reference/validation.html#beans-beans-conversion-customeditor-registration M/d/yy true
Spring Transaction http://kr.blog.yahoo.com/i056695/1030 트랜잭션 격리 레벨 (Isolation Level) 격리 레벨 (Isolation Level) 상세 설명 TransactionDefinition. ISOLATION_DEFAULT -1 : 개별적인 PlatformTransactionManager를 위한 디폴트 격리 레벨 TransactionDefinition. ISOLATION_READ_UNCOMMITTED 1 : 격리 레벨 중 가장 낮은 격리 레벨이다. 이 격리 레벨은 다른 Commit 되지 않은 트랜잭션에 의해 변경된 데이터를 볼 수 있기 때문에 거의 트랜잭션의 기능을 수행하지 않는다. TransactionDefinition. ISOLATION_REA..
VM option 란에 다음 줄을 삽입하면 된다. -encoding UTF-8 -charset UTF-8 -docencoding UTF-8
참고 : http://subclipse.tigris.org/install.html 또는 http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA Eclipse update site URL: http://subclipse.tigris.org/update_1.6.x
gwt 1.6 부터 프로젝트 구조 와 내장 java servlet server 가 변경되었다네요. http://paulgrenyer.blogspot.com/2009/04/setting-up-gwt-ext-for-gwt-16-with.html gwt 1.7 최신버전으로 셋팅해도 문제없네요. ^^
참고url : http://gwt-ext.com/wiki/index.php?title=Using_Eclipse 위 문서를 그대로 해석하진 않았으며 참고해서 작성했습니다. 전체 셋팅 절차는 아래와 같습니다. cypal studio plugin 설치 및 프로젝트 생성 모듈생성 필요라이브러리 설치 demo 예제 test cypal studio plugin 설치 및 프로젝트 생성 이플러그인은 gwt 개발을위한 플러그인이다. 없어도 개발할수 있지만 일손을 많이 덜어준다. 본블로그의 http://idkbj.tistory.com/entry/Cypal-Studio-set1 에 따라 설치하고, 프로젝트 생성까지 작업하면 된다. 모듈 생성 역시 http://idkbj.tistory.com/entry/Cypal-Studio..
Trac 설치하기 2009/02/08 02:13 by Outsider in Web Development Trac 은 오픈소스 프로젝트로 사이트 설명에 나온대로 Integrated SCM & Project Management이다. 여기서 SCM은 Source Code Management의 약자로 소스코드 관리를 말한다. 보통은 형상관리라고도 많이 얘기하는데 CVS , SVN , git 등 의 툴들이 있다. Trac은 이 SCM과 통합하고 프로젝트를 관리하는 툴로 최근에 오픈소스등에서 많이 사용하고 있다. 여기서는 Trac의 사용법 보다는 설치법에 대해서 정리하려고 한다. 그렇게 쓰고 싶었던 Trac이었는데 최근 프로젝트에 겨우 적용해 보고는 완전 푹~ 빠져있는 상태이다... Trac설치가 워낙 복잡해서 이..