- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
목록Java (95)
민서네집
WHAT IS KONEKI?Wiki - Forum - Bug Tracker -Source Code - Mailing List http://www.eclipse.org/koneki/ http://stackoverflow.com/questions/11202542/how-to-connect-and-pull-data-out-of-funambol-dm-server-using-j2se-client-i Actually, there is an OMA-DM client underneath the Koneki simulator that you might want to reuse!You can grab the source code from the GitHub mirrors of the OMA-DM simulator: her..
[Eclipse] 재미난 Eclipse Debugging 기능 1 - 조건적 중단점(Conditional Breakpoint) - Expression - Inspect - Display http://entireboy.egloos.com/4021207 [Eclipse] 재미난 Eclipse Debugging 기능 2 - 이클립스에서 원격 디버깅에 대해서 설명하고 있다. http://entireboy.egloos.com/4021275
Eclipse Plug-in & RCP Developer Study Club http://cafe.naver.com/eclipseplugin
이클립스에서 Interface를 선택하고, Ctrl-T를 누른다. Type hierarchy 창이 뜨면서 선택한 인터페이스를 구현한 클래스가 보인다.
ServletContextListener 를 어떻게 등록하나? log4j.properties 파일에서 System Property 를 참조하도록 설정을 해놓았는데, 따라서 log4j.properties 파일을 읽기 전에 System Property를 설정해야 할 필요가 있었다. [참고] http://stackoverflow.com/questions/216781/log4j-configuring-a-web-app-to-use-a-relative-path Servlet 의 init() 메서드 안에서 System Property를 설정하는 것은 log4j.properties 파일을 읽고 난 다음이다.따라서 다음과 같이 ServletContextListener 를 상속받은 클래스를 web.xml 에서 listen..
Koneki OMA DM Simulator Maven에서 osgi 환경의 프로젝트의 build를 쉽게 하기 위해서 Tycho 플러그인을 사용한다. Target Platform 을 설정한다. 이클립스에서 Debug Configuration 은 다음과 같다. Simulator 플러그인 소스 안에서 Platform.getProduct() 가 null 이 나오는 문제 해결법 1) Window > Preferences > target platform > Edit... > Content 탭 > springsource로 검색해서org.springsource.sts 를 체크하고, 검색창에서 글자 지우고, Add Required 버튼을 누른다.그럼 이것과 관련된 bundle이 자동으로 추가됨. 2) Debug Confi..
com.springsource.bundlorcom.springsource.bundlor.maven1.0.0.M2D:/dev/springsource-3.1.0/workspace/META-INF/MANIFEST.MFfalsetrueBundle-Name: webappBundle-SymbolicName: webappSpring-DM-Version: ${pom.version}]]>bundle-manifestpackagemanifesttransform maven-repomaven repohttp://repo1.maven.org/maven2/com.springsource.repository.bundles.milestoneSpringSource Enterprise Bundle Repository - SpringSour..