블로그 이미지
올해목표 // 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
 
03-29 04:02
 

달력

« » 2024.3
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
 

최근에 올라온 글

최근에 달린 댓글


앞에서 javax.xml.stream.supportDTD 에 접근까지는 해결했으나 클래스를 찾을 수 없다는 익셉션이 발생하였습니다.

이 문제는 라이브러리만 추가하면 되기에~~


[JAX-WS HOME] 으로 이동하여 최신 바이너리를 다운받습니다.
Download NOW 2.1.5 버튼을 Click!! 합니다.


다운 받은 jar 파일을 아래의 명령을 통해 실행시키거나 더블클릭을 하면 간단한 절차를 마치고 압축이 풀리게 됩니다.
(윈도우에서 jar 파일의 실행이 java 로 연결된 경우에만 더블클릭이 가능합니다.)
java -jar JAXWS2.1.5-20081030.jar

그 중에서 아래의 jar 파일들을 [your webapps]/WEB-INF/lib 에 복사를 합니다.
  • stax-ex.jar
  • streambuffer.jar
  • jaxws-rt.jar
  • jaxws-api.jar
  • jaxb-api.jar
  • jaxb-impl.jar

이제 ClassNotFoundException 은 보이지 않습니다~
하지만 다른 오류를 뿜어내는 Weblogic 입니다...




Posted by 자수씨
, |

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 자수씨
, |

wsimport

The wsimport tool generates JAX-WS portable artifacts used in JAX-WS clients and services. The tool reads a WSDL and generates all the required artifacts for web service development, deployment, and invocation.



wsgen

The wsgen tool reads a service endpoint implementation class and generates all of the portable artifacts for a JAX-WS web service..



Apt

The apt tool provides a facility for programmatically processing the annotations added to Java by JSR 175, Metadata Facility for the Java TM Programming Language. In brief, JSR 175 allows programmers to declare new kinds of structured modifiers that can be associated with program elements, fields, methods, classes, etc.

The apt tool generates the portable artifacts used in JAX-WS services.



차근차근 분석중입니다...

아 어렵다...





[원문]
https://metro.dev.java.net/nonav/1.3/docs/apt.html

Posted by 자수씨
, |

글 보관함

최근에 받은 트랙백