728x90 오래된글/Java75 Dependency Injection in Java EE 6 - Part 2 This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive next-generation type-safe dependency injection as well as robust context management for Java EE. Led by Gavin King, JSR 299 aims to synthesize the best-of-breed features from solutions l.. 2018. 4. 19. Dependency Injection in Java EE 6 - Part 1 This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the soon to be finalized Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive next-generation type-safe dependency injection for Java EE. Led by Gavin King, JSR 299 aims to synthesize the best-of-breed dependency injection features from soluti.. 2018. 4. 19. sscache : SHOP.COM Cache System sscache : SHOP.COM Cache System "SHOP.COM"이라는 영국 쇼핑몰 사이트에서 사용중인 Object Cache API을 Open Source로 제공하고 있습니다. 최신 버전은 0.3 버전은 2008년 12월 19일 쯤에 등록이 되었습니다. 간략한 테스트를 해보고 느낀 점을 정리 해봤습니다. 순수 Java 개발 CacheServer을 실행하고 Client가 TCP/IP.. 2018. 4. 9. Sampling & Testing JUnit 테스트는 지루함 속의 절대적인 공포라는 이름의 프로그램의 묘비이다. 이장에서 우리는 case-study 코드에 관하여 소개하고, 코드를 테스트 하기 위해서 식별화 하고, 그것을 어떻게 테스트 하는지에 관하여 논의할 것입니다. 우리는 코드가 우리가 기대하는 대로 잘 동작하고 코드가 잘못.. 2018. 4. 9. Reqular Expression in XML regexml(Reqular Expressions)은 Text에서 특정 Pattern(xml로 정의)에 Match되는 문자열을 축출하는 Java Library 입니다. 표준 Java API에서 정규표현식을 이용한 문자열 축출 방식 아래와 유사한 방식일 것입니다. String url = "http://www.regexml.org:8080/sample/resource.html?param=1#anchor"; --> 축출 대상 Text String regex = "^.. 2018. 4. 9. Powerful Fluent Interfaces is Now Easier than Ever: op4j 1.0 Released op4j는 개발자를 행복하게 하는 도구라고 합니다. op4j는 Code에서 보조적인 부분인 테이터 변환, 구조적 반복, 필터링, 매핑 등을 깔끔하게 정리 할수 있게 해주어 품질을 향상시키고, 의미론적이며, 청결하고, 가독성 있는 Java Code를 만들수 있게 해주는 Java Library 입니다.(사이트에서 이렇다.. 2018. 4. 9. 이전 1 2 3 4 ··· 13 다음 728x90