{"created":"2025-01-18T22:51:13.733837+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00018510","sets":["934:1119:1142:1145"]},"path":["1145"],"owner":"1","recid":"18510","title":["携帯電話向けのXML処理用ミドルウェア"],"pubdate":{"attribute_name":"公開日","attribute_value":"2004-03-15"},"_buckets":{"deposit":"5b5b48ea-d37b-4329-b17a-2270cf08961a"},"_deposit":{"id":"18510","pid":{"type":"depid","value":"18510","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"携帯電話向けのXML処理用ミドルウェア","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"携帯電話向けのXML処理用ミドルウェア"},{"subitem_title":"XML Middleware for Cellular Phones","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"組込みシステム","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2004-03-15","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"東京農工大学工学研究科"},{"subitem_text_value":"東京農工大学工学研究科"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Technology, Tokyo University of Agriculture and Technology","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Technology, Tokyo University of Agriculture and Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/18510/files/IPSJ-TACS4503009.pdf"},"date":[{"dateType":"Available","dateValue":"2006-03-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TACS4503009.pdf","filesize":[{"value":"215.0 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"fb42e452-4956-4ee5-bba9-81f7f29bf987","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2004 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"益子, 由裕"},{"creatorName":"並木, 美太郎"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Yoshihiro, Mashiko","creatorNameLang":"en"},{"creatorName":"Mitaro, Namiki","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11833852","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7829","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"現在,iアプリ等の携帯電話上のJavaアプリケーションの開発において,Web上のコンテンツと連携した実用的なアプリケーションの実現については今後の課題となっている.一方で,Web上ではXMLが注目されており,今後さらにXMLによるコンテンツが増加すると推測される.そこで,本研究では携帯電話用Java 上でのXMLの管理・解析を実現するためのミドルウェアを開発し,これらWeb上のコンテンツを活用したアプリケーションの作成を支援する.しかし,携帯電話はCPU・メモリともに低性能であり,フルセットのXML文書を扱うソフトウェアの開発が困難である.そこで,XMLをサブセット化したcompactXML,SAX1.0をサブセット化したcompactSAXを策定した.本仕様は,フルセットのXMLの仕様からDTDおよび実体参照を削除したXML宣言,要素,CDATAセクション,処理命令等の仕様によりデータを記述する枠組みを提供する.本仕様に基づいたXMLパーサとしてcSAXとファイル管理のミドルウェアを携帯電話上に実現した結果,cSAXを約6KB,ファイル管理を約8BK程度の大きさで実現でき,省メモリのミドルウェアを開発することができた.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Now, in development of the Java application on cellularphones like i-appli, it has been a future subject about realization of the practical application which cooperated with the contents on Web. On the other hand, on Web, XML attracts attention and it is surmised that the contents by XML will increase from now on further. Then, in this research, the middleware for realizing management and analysis of XML on Java for cellularphones is developed. And the creation of application which utilized the contents on these Web is supported. But, both a CPU and a memory are low performance, and the development of the software which handles the XML document of the full set is difficult with cellularphones. Then, it decided upon compactXML which subset-ized XML, and compactSAX which subset-ized SAX1.0. Small middleware was able to be developed as a result of using such specifications.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"90","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌コンピューティングシステム(ACS)"}],"bibliographicPageStart":"79","bibliographicIssueDates":{"bibliographicIssueDate":"2004-03-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"SIG03(ACS5)","bibliographicVolumeNumber":"45"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"links":{},"id":18510,"updated":"2025-01-22T22:43:01.107241+00:00"}