• Title/Summary/Keyword: XML programming

Search Result 75, Processing Time 0.023 seconds

An Authorization Technique for an XML Document (XML 문서를 위한 권한 부여 기법)

  • Kang, Jung-Mo;Lee, Heon-Gil
    • Journal of Industrial Technology
    • /
    • v.21 no.A
    • /
    • pp.181-188
    • /
    • 2001
  • An XML is an markup language which has been focused on the next generation Web programming language. It easily represents the complex structure of a document, and it is possible to provide the access control over each component of an XML document. An implicit authorization technique means that granting an authorization to a node has effect on granting the same implicit authorization to its all descendants. Therefore, it enhances the time for the authorization grant and reduces the memory required for the authorization information. An authorization technique using an intention type and a authorization replacement solves a redundancy problem and decides whether the access is possible or the authorization conflict occurs at the first attempt.

  • PDF

Inline Binding For XNL DataInline Binding For XML Data (XML 데이터의 인라인 바인딩 방법)

  • Lee Eun-Jung;Yoo Ga-Yeon
    • The KIPS Transactions:PartA
    • /
    • v.13A no.1 s.98
    • /
    • pp.71-78
    • /
    • 2006
  • For using XML data in programming languages, there is a data binding method, which generates classes from XML type definitions. However, since existing binding frameworks for this method generate all classes for element definitions, the number of generated classes becomes large and the complexity of the overall application system gets high. In this research, we propose an inline binding method for selecting necessary classes from element definitions. In the proposed method, classes are created only for elements with repetitions and recursions, and they include fields for values of terminal elements. We introduce a generation algorithm for binding classes and the marshaling methods for recovering the omitted paths. We develop IBinder system to validate the proposed method and compare the generated codes with the ones of existing systems. As a result, we carl show that the number of generated classes decrease substantially compared to other systems.

An Abstract Grammar for XML Document Editing (XML 문서 편집을 위한 추상문법)

  • 신경희;최종명;유재우
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.3_4
    • /
    • pp.268-277
    • /
    • 2003
  • A document type definition(DTD) which defines tags for a document is a XML document grammar that defines syntactic structure of a document. An XML document keeps the rules and must be parsed to check validation. To parse XML document, the deterministic parsing method of programming language is irrelevant because it does not satisfy the definition of deterministic content model in element declaration. In this paper, we consider editing of a valid XML document in syntax-directed editing environment, and we suggest the internal storage representations of syntax in DTD and theirs algorithms. The consequence is that a syntactic structure of textual DTD is transformed into graph and table structures. The table structure of DTD is interpreted the context free grammar which has attribute values and is used in syntax-directed editor for XML. We called this the XML abstract grammar and showed generated results and examples.

Part programming with STEP-NC turning data model and XML adaptation (선반용 STEP-NC 파트 프로그래밍 및 XML의 채용)

  • Jeong, Dae-Hyeok;Lee, Byeong-Eon;Seo, Seok-Hwan
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 2004.05a
    • /
    • pp.257-264
    • /
    • 2004
  • 분산 제조 시스템간의 협업을 가능케 하는 e-Manufacturing paradigm 의 성공을 위해서는 CAD-CAM-CNC chain 의 제조 분야뿐만 아니라 SCM, ERP, CRM 등의 상위 시스템과의 제품 및 가공 정보의 원활한 흐름이 필수적이다. STEP 과 STEP-NC 는 이를 해결할 표준으로 자리매김 할 것으로 기대되고 있다. 본 논문은 STEP-NC 의 국내 promotion 차원에서 참고문헌 [1]의 밀링용 파트프로그래밍 소개에 이어: 1) 선반용 데이터 모델, 2) 선반용 파트 프로그램의 작성 방법, 3) XML 을 이용한 파트 프로그램의 표현 방법들을 소개하고, 4) STEP-NC 기반의 생산 환경 구축을 위한 방안을 기술하였다.

  • PDF

XML message based Workfrow Management Application Programming Interface Mechanism (XML 메시지 기반 워크플로우 관리 응용 프로그래밍 인터페이스 메커니즘)

  • 임현준;이명호;김상배;백수기;김광훈
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.04a
    • /
    • pp.680-682
    • /
    • 2003
  • 본 논문은 워크플로우 표준기관인 WfMC(Workflow Management Coalition)의 명세서에서 명세하고 있는 기존 워크플로우 관리 응용 프로그래밍 인터페이스에 해당하는 워크플로우 클라이언트 응용, 호출 응용과 워크플로우 엔진과의 상호작용 방식에 대한 문제점과 웹 서비스의 활성화가 급속하게 확장됨에 따른 개선된 상호작용 방법의 필요성을 기술한다. 이러한 문제점과 필요성을 검토한 후 이에 대한 문제해결 방법으로 XML 메시지 기반의 워크플로우 관리 응용 프로그래밍 인터페이스 정의와 접근방법을 제시한다. 워크플로우 관리 시스템에서 중요한 요소인 상호운용성에서도 이러한 XML 메시지 기반 인터페이스는 워크플로우 구성요소간 상호운용성에도 영향을 줄 수 있게 되는 것이다.

  • PDF

An Implementation of Interactive Voice Recognition Stock Trading System Using VoiceXML (VoiceXML을 이용한 대화형 음성 인식 증권 거래 시스템 구현)

  • Cho, Chang-Su;Shin, Jeong-Hoon;Hong, Kwang-Seok
    • The KIPS Transactions:PartB
    • /
    • v.11B no.4
    • /
    • pp.517-526
    • /
    • 2004
  • In this paper, we implemented practical application service using VoiceXML. Developers can utilize the advantages of using VoiceXML such as reducing development time and sharing contents between applications. Up to now, speech related services were developed using APIs and programming languages such as C/C++ or exclusive developing tools, which methods depend on system architectures. For this reasons, reuse of contents and resources was very difficult. If developers want to change scenarios of the application services or change platforms, they have to edit and recompile their program sources. To solve these problems, nowadays, companies develop their applications using VoiceXML. But, there's poor grip of actual problems can be occurred when they use VoiceXML. To overcome these problems, we implemented stock trading system using VoiceXML. We found out problems which occurred during developing services. We proposed solutions to these problems And, we analyzed strong points and weak points of applications using suggested system.

Developing a Visual Programming Language-based Three-dimensional Virtual Reality Authoring Tool to Compose Virtual Interior Space (실내공간구성을 위한 시각 프로그래밍 언어 기반 3차원 가상현실 저작도구 개발에 관한 연구)

  • Park Hyeon-Soo;Park Sungjun;Kim Jee-in;Park Jae Wan
    • Korean Institute of Interior Design Journal
    • /
    • v.14 no.5 s.52
    • /
    • pp.254-261
    • /
    • 2005
  • This paper presents an attempt to develop a visual programming language-based 3D virtual reality authoring tool intended to compose virtual interior space. The rapid development of digital technology and the wide spread of the Intenet have expanded the different uses of virtual reality in a number of applications ranging from interior design to building maintenance. In particular, the construction of cyber spaces based on existing interior spaces is becoming increasingly important. Current research, however, remains at the level of converting 3D models into virtual reality models, despite practitioners' needs for structural space models. Moreover, commercial tools to build virtual reality space have the disadvantage of targeting people who have professional knowledge of computer programs and computer graphics. Accordingly, the 3D virtual reality authoring tool developed in this research - called the VESL system - enables virtual and structural space to be easily composed using intuitive and interactive visual interfaces, which are based on visual programming techniques. The VESL system also provides an XML based semantic description of interior space, to be used to describe interior space information. We anticipate that the virtual reality spaces composed by this system will be of considerable use in the fields of architecture and interior design. Further research issues identified at the end of the research include developing a converter/filter for transforming Internet virtual reality standard language, or VRML, and evaluating the application of the system for practical use.

Modeling Service based on XML Schema for MPEG Multimedia Middleware

  • Hendry Hendry;Kim Mun-Churl
    • Korea Multimedia Society
    • /
    • v.10 no.1
    • /
    • pp.114-128
    • /
    • 2006
  • Recently MPEG (Moving Picture Experts Group) has started a new standardization activity called MPEG Multimedia Middleware (M3W). The M3W supports multimedia applications Independent of hardware and software such as operating systems so that the portability and interoperability of multimedia applications are greatly improved. In doing so, the M3W adopts the concept of a service-based middleware. The M3W standardizes a set of multimedia Application Programming Interfaces (APIs) and their implementations can be pro vided by third parties In the form of services. In this paper, we introduce the usage of XML metadata in describing the standard multimedia APIs and third party's services and also we explain the role of the XML Schema within the M3W in providing transparent access from application to the M3W services.

  • PDF

A Study on the Encoding between ASN.1 and XML for Fast Web Services (Fast Web Services를 위한 ASN.1과 XML간의 인코딩에 관한 연구)

  • Yu, Seong-Jae;Yoon, Haw-Mook;Song, Jong-Chul;Choi, Il-sun;Jung, Hoe-Kyung
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.2
    • /
    • pp.959-962
    • /
    • 2005
  • Recently, business integration and interoperability of between the heterogeneous applications are requested by rapid growth of web. Web Services that self-contained for platform and programming language is appeared used to XML of standard data format. Such amid Fast Web Services attract attention at fields necessary to bring rapid communication like Mobile and RFID. In this paper, we inquired about ASN.1 of ITU-T and IS0/IEC standard that a central role of data transform. And we studied encoding process of between ASN.1 and XML for transform SOAP massage of a massage transfer mode of Web Services to binary data.

  • PDF

BPEL Engine Generator for adding New Functions to BPEL based on Attribute Grammar and Aspect-Oriented Programming (속성문법과 관점지향 프로그래밍 기법을 이용한 BPEL에 새로운 기능을 추가하는 BPEL 엔진 생성기)

  • Kwak, Dongkyu;Kim, Jongho;Choi, Jaeyoung
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.4 no.5
    • /
    • pp.209-218
    • /
    • 2015
  • BPEL is used in various domains since it can describe the flow of works according to conditions and rules, and it can call web services in service-oriented computing environments. However, new functions that are not provided by BPEL grammar are required in specific domains. Generally, when new functions are required, the domain-specific language should be newly defined and developed, which requires high development cost. In this regard, a new function needs to be defined and added instead of developing domain-specific language with the new functions added. However, such methods only allow an addition of a single function, and it is difficult to design and add new functions according to the needs. This paper defines XAS4B document, which extends the BPEL grammar function through XML schema in order to add new functions, and proposes BPEL engine generator that generates BPEL engine with the new functions added by processing the document. The XAS4B document enables the creation of a new grammar added to BPEL using XML schema. It also shows the process of adding new functions to BPEL engine using AspectJ, JAVA implementation of aspect-oriented programming. The proposed system can add new functions using AspectJ without modifying BPEL engine. This allows the provision of new functions at low cost in various domains.