블로그 이미지
올해목표 // 10월 어학연수 떠나자~ 자수씨

카테고리

전체글 (1457)
Brand New! (28)
주절주절 (213)
MOT (11)
해외쇼핑 (49)
쇼핑노트 (150)
취미생활 (94)
iPhone (4)
Eclipse (121)
Google (83)
Spring (31)
JAVA (176)
JavaScript (59)
WEB (49)
Database (20)
OS (26)
Tools (8)
Tips (26)
IT정보 (1)
Book (21)
Programming (37)
외부행사 (43)
주변인들 (17)
여행노트 (60)
학교생활 (30)
회사생활 (52)
사회생활 (5)
외국어공부 (12)
잡동사니 (30)
Total
Today
Yesterday
 
05-02 07:38
 

달력

« » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
 

최근에 올라온 글

최근에 달린 댓글

Metro 1.4 is released

JAVA/WebServices / 2008. 10. 31. 10:35

[원문] http://blogs.sun.com/trustjdg/entry/metro_1_4_is_released

Metro 1.4 is released

Metro 1.4 is released today.

Metro 1.4 release includes WSIT 1.4, JAX-WS RI 2.1.5 and JAXB RI 2.1.7.

You may find the release notes for each of the components linked above.

Other than a few new features listed in the release notes, there are many bug fixes in this release.
Many of these bugs /feature enhancement requirements were led from the discussions in Metro forum and filed by external users. This improves significantly the quality and usability of Metro.

Check out Metro site for more information:

https://metro.dev.java.net/

You may also find some stories how Metro is used in the real world:

1. http://blogs.sun.com/stories/entry/advantech

2. http://blogs.sun.com/stories/entry/fraunhofer_gesellschaft_ten_hospitals_initiates

3. http://blogs.sun.com/stories/entry/carrefour


어제 작업했는데 오늘 업데이트하면 어쩌란 말이냐.... -_ㅜ


Posted by 자수씨
, |

올해 초부터 웹서비스 쪽으로 공부를 했었는데, 항상 할 때마다 끝을 못 맺고 덮어두곤 하였습니다.
나름 이클립스에서 제공해주는 WebService 는 Apache Axis 를 사용해서 JAX-WS 를 쓰고싶은 저에게는
눈에 들어오지 않았습니다.

그렇게 시간이 흘러... 이클립스 RCP 로 개발한 어플리케이션과 WAS 와 연동을 해야 하는데 웹서비스를
쓰면 적당할 것 같아서 다시 자료들을 모아서 시작을 했는데 운이 좋게도 성공을 한 것 같습니다.

일단 나중에 서버 배포시의 설정만 약간 손보면 될 것 같습니다.


별도의 테스트 소스를 만들어서 올리고 싶지만 시간이 없는 관계로 이렇게 되었습니다.
나중에 시간이 되면 스크린캐스트로다가 샤샥...

Posted by 자수씨
, |

1. 자연수, 0


2. 정수


3. 소수


음.. 규식이는 더 공부를 해줘야 할듯~~ 이제 NumberFormatException 에 의존하는 일은 없으~~

Posted by 자수씨
, |

어노테이션을 가지고 놀기 위해서는 Java refect 가 필수적이다.

분석 들어갑니다.

이제 슬슬 난이도를 올려볼까나...

 

Posted by 자수씨
, |
2006 년에 회사 프로젝트로 xml 파싱하는게 있었는데 그 때 처음 써봤던 어노테이션...
reflection 과 함게 반복적인 코드들을 자동화 시킬 수 있는 콤보를 보여주신다.



다음번에는 멀해볼까나...

Posted by 자수씨
, |

Portet 에서 RSS reader 를 구현하기 위해서 관련 라이브러리를 찾다가 찾은 것...

ROME: RSS and Atom Utilities

ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. The core ROME library depends only on the JDOM XML parser and supports parsing, generating and converting all of the popular RSS and Atom formats including RSS 0.90, RSS 0.91 Netscape, RSS 0.91 Userland, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, and Atom 1.0. You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats.

 - 다양한 형식을 지원하는 것 같다? ㅋㅋㅋ
 - JDOM 1.0 이상을 필요로 한다. [관련링크]

사용법은 의외로 간단하다


reader 외에도 다른일을들 하는 것 같은데.... 귀찮아서 이번에는 패스요~


Posted by 자수씨
, |

MailBoxList가 최상위 노드가 되고 하위에 MailBox들이 들어가는 형식으로

xsd 생성에 도전!!

MailBoxes.java

MailBox.java

build.xml


ant를 실행시키면 다음과 같은 결과가 나오게됩니다.
init:
   [delete] Deleting directory E:\Development\workspaceNew\JAXBTest\build
    [mkdir] Created dir: E:\Development\workspaceNew\JAXBTest\build
    [mkdir] Created dir: E:\Development\workspaceNew\JAXBTest\build\schemas
schemagen:
[schemagen] Generating schema from 2 source files
[schemagen] Note: Writing schema1.xsd
BUILD SUCCESSFUL
Total time: 1 second


ant를 실행시킨 디렉토리를 확인하게 되면 schema1.xsd가 생성되었습니다.
schema1.xsd



Posted by 자수씨
, |

글 보관함

최근에 받은 트랙백