본문 바로가기

Framework/__Spring

(20)
Spring into the Cloud! LIVE WEBINAR TUESDAY, APRIL 12, 2011 Spring into the Cloud! WEBINAR: TUESDAY, APRIL 12, 2011 Join Rod Johnson and other industry leaders for an exciting announcement for cloud developers. On April 12th, the Spring community is invited to attend a special live webcast. Spring has already simplified enterprise Java development. Next up is cloud development. Attend this webcast to learn how you can..
http://www.springsource.com/products 다운로드 개발자 및 IT 전문가 사용하는 사랑의 선도적인 제품보기. 엔터 프라이즈 자바에 가장 적합한 개발 도구 스프링 도구 스위트 ™은 (STS) 애플 리케이션 환경을위한 건물 스프링 구동 기업 개발 전원 제공하는 최고의 이클립스. STS는. OSGi 개발에 모두 포함된 도구에 대한 최신 엔터 프라이즈 자바와 스프링 기반 기술 최첨단 금형을 사용할뿐만 아니라 기업 다운 스프링 도구 스위트 룸 최고의 장소를 빌드하고 봄 응용 프로그램을 실행 TC를 서버 일반용 그리고 봄 에디션 ™에서 사용할 수있는, TC를 서버는 최고의 장소는 빌드하고 실행하여 봄 응용 프로그램입니다. 는 경량의 발자국과 함께 그것은 이상과 현대적인 가상 환경에 적합합니다 극적으로 비용과 복잡도를 잘라냅니다. 개발자 무료 다운로드 스프..
The Application Platform for the Cloud Generation The Application Platform for the Cloud Generation Today at VMworld, we introduced VMware vFabric, the first cloud application platform that combines the market-leading Spring Java development framework with a comprehensive set of integrated application platform services. These services include the SpringSource technologies that you already know, use and trust, including a lightweight application..
Spring Roo Spring Roo Latest Development release: 1.0.0.M2 spring-roo-1.0.0.M2.zip (sha1) 2.8 MB More >> 1.0.0.M1 spring-roo-1.0.0.M1.zip (sha1) 2.8 MB 1.0.0.A2 spring-roo-1.0.0.A2.zip (sha1) 2.6 MB sts-roo-integration-1.0.0.A2.zip (sha1) 2.6 MB 1.0.0.A1 spring-roo-1.0.0.A1.zip (sha1) 2.6 MB sts-roo-integration-1.0.0.A1.zip (sha1) 2.5 MB Getting Started with Spring Roo Posted on May 27th, 2009 by Ben Alex ..
Spring2.5에 Ehcache적용하기. 1. CacheManager cacheManager = CacheManager.create(); //생성 2. Cache cache = cacheManager.getCache("dataCache"); // Cache Call (XML에 있는 캐쉬) 3. cache.put(new Element("cData", alData)); // Cache 테이터 세팅. 4. CacheManager cacheManager = CacheManager.getInstance(); // Cache Instance 5. Cache cache = cacheManager.getCache("cData"); // Cache 6. cacheManager.clearAll(); // 제거 7. cache.put(new Element("cRe..
[번역] Spring에 관한 흔한 오해 10가지 영문원문 : http://www.oreillynet.com/onjava/blog/2006/08/ten_common_misconceptions_abou.html출처 : http://jspgeek.com/18674?category=1 스프링 프래임워크를 처음 접한 사람들에게는 우리가 느끼는 것처럼 몇 가지 에로사항들이 있을 것이다. 사실 아래에 열거한 목록들은 스프링 사용자 교육이나 자바 개발자 커뮤니티의 토론이나 포럼에서 얻은 경험을 바탕으로 만들었다. 이런 이슈사항들을 설명함으로써, 다음 프로젝트에서 스프링을 채택하는 것과 관련해서 더 많은 정보를 바탕으로 판단하였으면 하는 게 우리의 바람이다. 1. 스프링은 경량컨테이너가 아니다. 모든 것을 통합하려는 목표 때문에, 점점 더 비대해지고 비대해진다. 스프..
component:context-scan 으로 설정된 Bean 연결 구조 보기 (주의) STS에서 가능합니다. 프로젝트 폴도아래 .springBeans파일이 존재합니다. 이 파일을 참조 하여 Spring Explorer로 화면을 보면... 제 경우에는 다음과 같이 존재 하게 됩니다. 이화면에서 어노테이션 관계를 볼수 있습니다. 보고 싶은 xml에 파일에 마우스에서 오르쪽 마우스를 클릭하면 open Graph가 나옵니다 클릭해보세요. 그럼 xml에 연결된 내용들을 한 눈에 볼 수 있습니다. 또한 클릭하면 소스로 자동이동합니다.
Spring -WS ---------------------------------------- JDK1.6 Use ---------------------------------------- Test Start - 참조 URL - [개발자들 블로그] http://static.springframework.org/spring/docs/2.5.x/reference/remoting.html#remoting-web-services-jaxws-export-standalone [한국] http://openframework.or.kr/Wiki.jsp?page=SpringWebServiceServerComponents http://oldprogrammer.tistory.com/tag/WebService http://eclipse4j.tistor..