본문 바로가기

Development

[Vaadin] Vaadin Add-ons - Spring Stuff OverviewThis add-on contains classes that add some missing "glue" between Vaadin and Spring. In addition, these classes help address the "scope mismatch" between Vaadin application scope and Spring web application context scope that leads to memory leaks when a Vaadin application closes. https://vaadin.com/directory#addon/spring-stuff
Mule log4j.properties 설정 위치 $MULE_HOME/conf/log4j.properties 여기다가 만들면 된다. This directory is used for tracing the execution of the Mule container.Top-level logger for the Mule container is configured in "$MULE_HOME/conf/log4j.properties" or"$MULE_HOME/conf/log4j.xml".*** Xml format has higher priority and will be used if found or in presence of both xml and properties configs. ***Log4j xml docs: http://wiki.apache.org/loggi..
웹 서비스의 동적 발견과 호출 http://www.ibm.com/developerworks/kr/library/ws-udax.html
Spring Error - NoSuchMethodError java.lang.NoSuchMethodError: org.springframework.beans.BeanUtils.instantiateClass(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object; at org.springframework.test.context.ContextLoaderUtils.resolveContextLoader(ContextLoaderUtils.java:87) at org.springframework.test.context.ContextLoaderUtils.buildMergedContextConfiguration(ContextLoaderUtils.java:298) at org.springframework.test.context.TestCo..
DRY : Don't Repeat Yourself 코드의 반복도 문제지만 그 반복되는 코드를 코더가 반복시키는 것이 더 큰 문제.
[IBM] Eclipse V3.4 완전 정복 이클립스 V3.4 완전 정복, Part 1: 이클립스 IDE 워크벤치 http://www.ibm.com/developerworks/kr/library/os-eclipse-master1/ Eclipse V3.4 완전 정복, Part 2: JDT http://www.ibm.com/developerworks/kr/library/os-eclipse-master2/index.html Eclipse V3.4 완전 정복, Part 3: JDT 텍스트 편집기 팁과 비결 http://www.ibm.com/developerworks/kr/library/os-eclipse-master3/index.html pdf files..
IE용 크로스 브라우징 : IETester http://www.my-debugbar.com/wiki/IETester/HomePage
[IBM] RESTful한 웹 서비스 만들기 http://www.ibm.com/developerworks/kr/library/tutorial/j-rest/ 메모 메모
[Vaadin] Book of Vaadin The latest version of the book is available online in HTML, PDF and ePub formats. » Start reading HTML version » Download PDF version » Download ePub version (for iPad and other ePub compatible eBook readers) [ 출처: https://vaadin.com/book ]
[Vaadin] Eclipse에 Vaadin Plugin 설치하기 Vaadin 기반의 UI를 개발하기 위해서는 먼저 Eclipse에 Vaadin Plugin을 설치해야 한다. Eclipse Plugin을 설치해본 사람이라면 아주 아주 간단하게 Vaadin Plugin을 설치할 수 있다. 이제 Eclipse를 실행한다. 본 포스트에서 사용할 Eclipse의 버전은 Eclipse IDE for Java EE Developers Indigo SR1이다. 그리고 메뉴 -> Help -> Install New Software 를 실행하자. Install 창이 띄어지면 Work with 부분에 캡쳐한 화면과 같이 http://vaadin.com/eclipse를 입력하고 Enter키를 누른다. 그리고 수초 내에 설치할 목록이 나오는데 화면과 같이 Vaadin만 체크하면 된다. 여기..
Inner Class를 ResultMap으로 등록할 때 이렇게 Inner Class가 선언되어 있다고 가정했을 때, public class UserBean implements IBean { private long sid = 0; private List idList = null; private String password = null; private String name = null; public static class UserId { private long sid = 0; private String id = null; public UserId() { } public UserId( String id ) { super(); this.id = id; } public long getSid() { return sid; } public void setSid( long ..
[Vaadin] Vaadin Addon - Lazy Query Container https://vaadin.com/directory#addon/lazy-query-container