Presentation is loading. Please wait.

Presentation is loading. Please wait.

S. Tsuboi(1), H. Mizutani(1), N. Takeuchi(2) T. Arai (3), Y. Yanaka(3)

Similar presentations


Presentation on theme: "S. Tsuboi(1), H. Mizutani(1), N. Takeuchi(2) T. Arai (3), Y. Yanaka(3)"— Presentation transcript:

1 Providing Standardized Data Access through Java-RMI and web services at JAMSTEC
S. Tsuboi(1), H. Mizutani(1), N. Takeuchi(2) T. Arai (3), Y. Yanaka(3) (1)IFREE, (2)ERI, (3)Fujitsu

2 Broadband waveforms are provided through various interfaces…
Wilber II (IRIS) NINJA(IFREE, OHP)

3 Pacific Region Geophysical Network Data Center of IFREE/JAMSTEC has archived broadband seismograms, geomagnetic, and geodetic data which are recorded by geophysical observation network in northwest Pacific region. These data are distributed through our web site using the Java-RMI based network data center system (Takeuchi et al., 2002). While developing this system we have realized that the current approach has several problems to build network data center system: It is necessary to install server software at each data center. It is possible that original data source might become obscure.

4 Geophysical Data Service Client
Using web services technology, differences among data centres are accommodated through WSDL DC A DC C ・One stop application DC B Application request

5 GDS Client softwares http is used as transmission protocol
Access procedures are described in WSDL No dynamic name services by UDDI DC B DC C Web interface http UDDI WSDL for DC B WSDL for DC C http http DC A Application WSDL for DC A DataCenterList.XML

6 How to use GDS client

7 How to use GDS client (2) (1)select data center
(2)enter search condition

8 How to use GDS client (3) (3)select event, station, channel

9 How to use GDS client (4) (4)enter user information

10 Access to services GDS Client uses get and post method of http protocol to access data servers. To access to other services, it is necessary to prepare WSDL and XSLT files.

11 GDSClient software http://www.jamstec.go.jp/pacific21/
Following data centers are available through this software IFREE NINJA (Continuous/Event data) OHP DMC NINJA (Cont./Event) IRIS WebRequest(Cont), WilberII(Event) ORFEUS WebRequest, WilberII IFREE Synthetic Seismograms

12 Summary We have developed new user application software, which enables users to access different data centers through a unique user interface, which we call “Geophysical Data Service Client application software (GDS Client). GDS Client software is easy to extend to other data centers and other type of Earth science databases by developing WSDL and XSLT style sheet.

13

14 Webサービスの技術の使用 XML(eXtend Markup Language)を用いたデータ管理
WSDL(Web Service Description Language) を用いた手続きの記述 UDDI(Universal Description, Discovery, and Integration)を用いたサービスの動的な検索 SOAP(simple object access protocol)を用いた通信

15 Webサービスを用いた アプリケーション(一般論)
WSDL for DC C DC B DC C registration Service Service soap WSDL for DC B UDDI Service DC A Application soap WSDL for DC A

16 データ取得時の内部的な流れ Data Center 1.アプリケーションを起動 2.データセンターを選択 3.イベントを検索
Configuration file DataCenterList.xml 2.データセンターを選択 Workflow file DCname.*.xml *.wsdl 3.イベントを検索 *.xsl Web Interface xml→html変換(xslt) html→xml変換(xslt) 4.イベント選択 5.データ取得

17 ダウンロードされるソフトウェア 提供パッケージに含まれるもの -. 実行ファイル(GDSClient.bat)
-. ライブラリファイル(jarファイル) -. データセンター設定ファイル(xmlファイル) datacenterlist.xml -. ワークフローファイル(xmlファイル) -. ヘルプドキュメント 提供パッケージに含まれないもの(Web上で公開) -. wsdlファイル(Webサービス記述ファイル) -. xsl ファイル(html←→xml変換スクリプト)

18 詳細な流れ Searchボタンを押す リモートファイル ローカルファイル searchEvents_input.xsl
conf/integrate.event.searchevent.xml http→xmlの変換スクリプトが書かれている <element key="ifreeevent"> <value>ifreeevent.event.searchevent</value> IFREEEventDataService.wsdl <operation name="searchEvents"> < location="cgi-bin/getEventList.cgi" /> <input> <gds:translate type="text/xsl" href=" mc.eri.u-tokyo.ac.jp/gds/IFREEEventDataService/searchEvents_input.xsl" /> < /> </input> <output> mc.eri.u-tokyo.ac.jp/gds/IFREEEventDataService/searchEvents_output.xsl" /> </output> </operation> inputとoutputの処理の仕方が指定されている ifreeevent.event.searchevent.xml <element key="name"> <value>ifreeevent.IFREEEventDataService.GDSGetPort.searchEvents</value> </element> wsdlに記述されたメソッド名が書かれている リモートファイル ローカルファイル

19 疎結合と密結合 DC A DC B DC C Application request 疎結合の例 密結合の例
各サーバー間は結合されず、ユーザーとサービス提供者間に同一のアプリケーションをインストールする必要はない。 各サーバー間が、同一のアプリケーションにより連携される。

20 WSDLとは? サービス提供者とサービス利用者の間の動的な結合を可能にする サービス提供者は自由なインターフェースでサービスを公開
サービス利用者は同一の手続きでサービスを利用可能

21 インターフェースの汎用化 サービスとインターフェースを分離。インターフェースを外部定義体で定義できる。 呼出し手順の汎用化
サービスとユーザインターフェースを関連付けるワークフローも外部定義体で定義 引数と戻り値はXSLTを用いてXML形式に変換し、内部で処理する。

22 New application(1)

23 Web Service We use the technology of web service to   develop new application description of procedures using WSDL (Web Service Description Language) written in XML (eXtend Markup Language) network communication using SOAP(simple object access protocol) dynamic searching of services using UDDI (Universal Description, Discovery, and Integration) The parameters are written in XML so the system using web service technology has great extensibility.

24 New application (3) Now, following services are available Future Plan
IFREE NINJA (Continuous/Event data) OHP DMC NINJA (Cont./Event) IRIS WebRequest(Cont), WilberII(Event) Future Plan Add other data centers Need to create new WSDL file improvement of user interface

25 キーポイントとなるファイル群 ?? (1) サービスの引数・戻り値の型を定義する「スキーマファイル」 ・GDSSchema.xsl
(2) サービスの引数・戻り値(GDSSchema準拠XML形式)を定義する「WSDL」   ・IFREEEventDataService/IFREEEventDataService.wsdl   ・IFREEContDataService/IFREEContDataService.wsdl   ・IFREESynthDataService/IFREESynthDataService.wsdl (3) サービスの引数・戻り値の変換(GDSSchema準拠XML←→サービス独自)を   定義する「XSLTスタイルシートファイル」   ・IFREEEventDataService/*.xsl (15ファイル)   ・IFREEContDataService/*.xsl (18ファイル)   ・IFREESynthDataService/*.xsl (15ファイル)   ・CommonEventNINJAService/*.xsl(17ファイル)   ・CommonContNINJAService/*.xsl (20ファイル) (1) これらの XMLファイルのうち最も重要なのは WSDLであり,   XSLT, XSD(スキーマファイル)は,WSDLを補足するものである   (WSDL中に記述されたURLからリンクされている) (2) これらの XMLファイルはデータ公開サイトと対になるものであり   インターネットで公開する必要がある ??


Download ppt "S. Tsuboi(1), H. Mizutani(1), N. Takeuchi(2) T. Arai (3), Y. Yanaka(3)"

Similar presentations


Ads by Google