본문 바로가기

java

웹 서비스의 동적 발견과 호출 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..
[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..
[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 ..
[GXT] 크기를 Percentage로 설정했을 때 화면이 짤리는 현상 열심히 코딩해서 테스트를 했는데 스샷에 오른쪽 위처럼 버튼이 짤려 나와버렸습니다. 왜 그런지 한 참 찾았는데.. 왜 그랬는지 참 이유가 웃깁니다. 기본적으로 GXT는 Percentage를 지원하지 않습니다. 소스를 까보니까 그렇더군요 ㅠㅠ 저는 그것도 모르고 LayoutContainer.setWidth( "100%" ); 이렇게 설정했지요.. 하지만 스샷에 보면 Border가 보여지는 게 보일 겁니다. LayoutContainer의 크기를 보려고 LayoutContainer.setBorder( true ) 이렇게 설정해줬지요. 근데 Border는 100%가 적용되었습니다 !! 그래서 또 소스를 봤더니.. Border는 GWT에서 나오는 걸 그대로 사용했더군요.. 그래서 GXT에 있는 LayoutConta..
GWT + Ext JS = GXT Ext GWT ( 이하 GXT ) Overview : http://www.sencha.com/products/extgwt/ Sample : http://www.sencha.com/examples/explorer.html API : http://www.sencha.com/gxtdocs/ 라이센스는 현재 버전이 아닌 전 버전이라면 GNU GPL license v3 라는 것 !!! 완전 최고>_< 이런 걸 왜 이제 알았는지 나원 참!!
GWT-EX + Eclipse + Cypal Studios 깔끔하게 정리되어 있는 위키 http://gwt-ext.com/wiki/index.php?title=Using_Eclipse#GWT_Designer_plugin_for_Eclipse 나중에 번역해야지 ㅋㅋ
Mule Interceptor Event Flow
WSO2 Governance Registry WS-API Sample 테스트시 에러 대체 NoClassDefFoundError 01. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/abdera/model/ExtensibleElement at kr.exis.sampleGovernanceRegistry.SampleGovernanceRegistry.main(SampleGovernanceRegistry.java:15) Caused by: java.lang.ClassNotFoundException: org.apache.abdera.model.ExtensibleElement at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessCont..
WSO2 Platform Diagram WSO2 정말 대단...