Development of XML-based Standardized Software Database Specifications and Operating Schema

Size: px
Start display at page:

Download "Development of XML-based Standardized Software Database Specifications and Operating Schema"

Transcription

1 , pp Development of XML-based Standardized Software Database Specifications and Operating Schema Chang-Su Kim 1, Tae-Hak Ban 1 and Hoe-Kyung Jung 1* 1 PaiChai University, Doma2-Dong, SeoGu, DaeJeon, Korea ddoja@pcu.ac.kr, banth@pcu.ac.kr, hkjung@pcu.ac.kr Abstract Recently, the importance of software has been emphasized as the core capability of IT convergence due to the development of various information industries. The need to improve the utilization of excellent software resources through database is arising. Therefore, the system database schema of XML-based software products required for registration, searching and sharing to utilize software products was designed in this thesis. And, the database method for software assets was designed and implemented for the management of XML-based software information system. Keywords: Software Information, XML, XML Schema, XSLT, Data Mapping 1. Introduction As the society becomes more information-oriented, the number of computers distributed increases, and the importance of computer-based processing of documents is highlighted. As computer-related technology advances, electronic processing of documents becomes essential, and thus electronic document processing systems such as word processor and electronic publication system are becoming more common [1-4]. In a variety of convergence environments, software is highlighted as a key capacity element of IT convergence. Therefore, the necessity to enhance the availability of excellent software resources by making the database is also highlighted [1]. Recently, the importance of software has been emphasized as the core capability of IT convergence due to the development of various information industries. The need to improve the utilization of excellent software resources through database is arising [1, 4, 6, 7]. To effectively manage text-centered data handled through software resources, it is necessary to convert them into hypermedia documents, called XML document, which can support more various types of characteristics and structural information [1, 3, 8]. This study aims to design and demonstrate an effective method to make a database for software resources in order to design and present an XML-based software information system schema, and develop a standard for software information system management [1]. Therefore, the system database schema of XML-based software products required for registration, searching and sharing to utilize software products was designed in this thesis. And, the database method for software assets was designed and implemented for the management of XML-based software information system [1]. The future study is expected to suggest plans to use this in a national scale by maximizing the values of software assets, and developing standardized databases and operation instructions [1]. * Corresponding Author ISSN: IJSEIA Copyright c 2014 SERSC

2 2. Related Researches 2.1. The Concept of XML Schema XML schema is also known as DTD, a standard to define the structure of XML. XML schema is used to describe the XML elements and attributes. XML schema basically consists of statements of attributes and element types, which include content models on the XML elements and attributes within an XML document. XML schema plays a similar role to that of DTD, but it provides more advanced functions than those of DTD [1]. This study designs the software information system schema in accord with XML Schema 1.1 of W3C [1, 9] XSLT XSLT is a document converting language to convert or reconstruct an XML document into another type of document [1, 10]. The process of how XSLT converts an XML document into the desired type of output can be divided into two sections as below: [1, 10] Structural conversion: The structure of the input XML document involves conversion of data into a structure that reflects the desired output format. Formatting: The structure of the input XML document becomes an output format such as HTML or PDF. XSLT may specify the format of style documents or include the definitions of mapping rules among applied patterns. Recently, XSLT is used to generate certain XML documents from another type of XML documents of different structure. This system has been designed and implemented in reflection of such characteristics of XSLT [1, 10] The Concept of Data Mapping Mapping connects data elements with the same or similar meaning in two different structures. In addition, it may add another meaning if necessary to define the relation between the two structures [1, 10]. Figure 1. Data Mapping 216 Copyright c 2014 SERSC

3 Figure 1 shows the structure of two documents through data mapping. The information of the two documents' structures includes the same contents but represent different structures at the same time. The BirthDate structure includes a child elements such as Year, Month, and Day in relation of n:1. Here, the mapping is applied to the single element, which is BirthDate. The address elements are separated in the relation of 1:n and then go through the mapping. In this example, Zipcode in the relation of 1:1 goes through the mapping with Zipcode expressed in elements [1, 3]. The system designed in this study has the ability to automatically generate XML documents in accord with the software information system XML schema, applies XSLT, and is used to convert XML documents that are valid for the schema. 3. Design This chapter provides the description of database schema description language for software products that defines the database schema model to establish XML-based software product asset database. The target covered in this paper is the software product asset, and it is the schema which includes element technology created in the R&D performance, products created by combining engineering products and element technology, and various relevant materials required for service and R&D. Figure 2. The Schema Structure of Software Product Asset Database XML schema which defines XML document structure and contents is used to define the standard schema for software database products. Figure 2 shows the top element structure that presents the whole structure of software product database schema. Copyright c 2014 SERSC 217

4 The schema structure (SWDB) for establishing the software database consists of 8 elements. These 8 elements include common information (common_info), product information (product_info), user environment information (use_env_info), product excellence information (product_excellence_info), multi-language support information (multi_language_info), sales, distribution and maintenance information (sale_maintenance_info), product document information (product_document_info) and product manager information (product_manager elements), and these 8 elements are implemented in the sequence structure Definition of Common Information (common_info) Structure Common information is the general information for products to be registered, and it is classified into product names, keywords used for searching, and the item to specify the range. This structure consists of elements including technology(product) name (product_name), technology(product) status (product_status), Intellectual Property Right information (IPR_info), Keywords (keywords) and classification (classification) element in a sequential structure. Figure 3 shows the structure of the common_info. Figure 3. The Structure of the Common Information 3.2. Definition of Product Information (product_info) Structure Figure 4. The Structure of the Product Information 218 Copyright c 2014 SERSC

5 Figure 4 shows the structure of the product information. Product information is classified into the functions, application areas and expected effects of the product in order to allow SW bank system users to confirm whether the product they search provides a proper function for the purpose of use or not. This structure consists of elements including main functions (main_functions), application areas (apply_area), expected effects (expect_effect), demo pictures (demo_pictures) and trial version information (trial_offers) in a sequential structure Definition of User Environment Information (use_env_info) Structure User Environment Information is the item which allows users to understand the system environment required for the use of product in advance, and it is classified into system diagram and screen shot as well as into software requirements and hardware requirements. This structure consists of elements including system diagram (sys_diagram), SW requirements (sw_request) and HW requirements (hw_request) in a sequential structure. Figure 5 shows the structure of the user environment information Figure 5. The Structure of the User Environment Information 3.4. Definition of Product Excellence Information (product_excellence_info) Structure Product excellence information allows users to check and compare the excellence of product with other products, and it is classified into main technologies applied to product (technology), main performance of product (technology), benchmarking data, application cases, applied products in connection, product (technology) certification information and award and press report details. This structure consists of main technologies applied to products (apply_main_tech), main performance of product (technology) (main_performance), benchmarking data (benchmarking_data), application cases (application_case), applied products in connection (connection_product), product (technology) certification information (product_cert), award and press report details(award_report) in a sequential structure. Figure 6 shows the structure of the product excellence information. Copyright c 2014 SERSC 219

6 Figure 6. The Structure of the Product Excellence Information 3.5. Definition of Multi-language Support Information (multi_language_info) Structure Multi-language support information allows user to understand the internationalization level of the product and it consists of elements including supported languages and localization support level. This structure consists of supported language (supply_language) and localization support level (supply_level) in a sequential structure. Figure 7 shows the structure of the multi-language support information. Figure 7. The Structure of the Multi-language Support Information 3.6. Definition of Sales, Distribution and Maintenance Information (sale_maintenance_info) Structure Sales, distribution and maintenance information is the sales information including product prices and license policies required for purchase and establishment of products, and it consists of items including license policy, product prices, discount policy and maintenance policy. This structure consists of product components (product_components), license policy (license_policy), product price (product_price), discount policy (discount_policy), technical support (technology_support), maintenance policy (maintenance_policy), and product (technology) sales status (sales_status) in a sequential structure. Figure 8 shows the structure of the sale, distribution and maintenance information. The cardinality for license policy (license_policy), technical support (technology_support) and maintenance policy (maintenance_policy) is 1, and the cardinality for other elements is 0 at least and 1 at most. Product components have the substructure with classification element and text element for describing contents in a sequential structure, and the cardinality for all these elements is 0 at least and 1 at most. 220 Copyright c 2014 SERSC

7 Figure 8. The Structure of the Sale, Distribution and Maintenance Information 4. Implementation In this section, we briefly illustrate and discuss the design and implementation method on how to automatically generate XML documents by using the designed software technology information schema. Through this, the standard for software information system management is presented as showed in Figure 5[1]. Figure 9. The Structure of the Client-server Spring manages the web server resources while Jersey converts Java Object into XML or XML to Object. TOMCAT is a web server for HTTP communication. Ajax delivers data to a web server and generates XML files by means of XML structure. Figure 6 shows the input form to automatically generate XML documents based on the information of the software technology information schema [1]. The original document is prepared according to the schema, the input XML and XSL documents are processed, and then the converted documents are shown through the browser [1]. Copyright c 2014 SERSC 221

8 Figure 10. Input Form Figure 11 shows the XML document converted from the automatically generated XML document in application of XSLT based on the software technology information schema. 5. Conclusion Figure 11. The Conversion of XML Document Recently, various advance information in industry sectors address the importance of software's which is emphasized as a key capacity element of IT convergence in a diverse environments. Therefore, the necessity to enhance the availability of excellent software resources by making the database is also highlighted. This study presented the standard for the XML-based software product database schema, which is necessary for registration, searching, and sharing of software products in order to make a database of the software product assets and share and transact them through a software bank. This study includes the definition of the standard for the XML-based SW product DB schema in order to provide the guideline for schema definition. Specifically, it defines the common information to register software products, product overviews, basic conditions for 222 Copyright c 2014 SERSC

9 use, information of product excellence, multi-language support, sales /distribution /maintenance, product documentations, contact information, types and lengths, and so forth. Lastly, the method to automatically generate XML documents by means of the designed software technology information schema is designed and implemented. It is expected that this study presents a method to effectively make a database for software products, maximizes the values of software products, and contributes to developing a standardized database and operation instructions for it. References [1] C. S. Kim, M. K. In, K. C. Lee, S. Y. Lee and H. K. Jung, The Design of XML-Based Software Information System Schema and Development of the Standard for Information Processing, Future Information Communication Technology and Applications. LNEE 235, vol. 1, (2013), pp [2] C. S. Kim and H. K, Jung, XML-based EDI Document Processing System with Binary Format Mapping Rules, Journal of Information and Communication Convergence Engineering, vol. 10, no. 3, (2012), pp [3] C. S. Kim, S. K. You, Y. W. KIm, H. J. Kim and H. K, Jung, Design of Presentation Language for Sensor Node Data Representation, Journal of the Korea Institute of Information and Communication Engineering, vol. 16, no. 2, (2012), pp [4] C. S. Kim and H. K. Jung, XML-based EDI Document Processing System with Binary Format Mapping Rules, Journal of Information and Communication Convergence Engineering, vol. 10, no. 3, (2012), pp [5] Y. Liu, F. Wang, H. Deng, X Fu and K. Ji, A Study on Modeling of Lightweight Scientific Workflow Systems Using XML Schema, LNCS -Issue 7235, (2012), pp [6] Y.-H. Chang, C.-C. Huang and P.-H. Chien, Efficient grouping and ordering processing on XML data, Journal Chinese Institute of Engineerings, vol. 35, Issue 6, (2012), pp [7] Y. Peng, The Study on Query Interface to XML-Based Multimedia Database, Proceedings of the rd International Conference on Teaching and Computational Science (WTCS 2009), vol. 117, (2012), pp [8] Extensible Markup Language (XML) 1.0 (Fifth Edition), [9] XML Schema, [10] The Extensible Stylesheet Language Family (XSL), Authors Chang Su Kim, he received the B.S., M.S., and Ph.D. degrees from the Department of Computer Engineering of Paichai University, Korea, in 1996, 1998, and 2002, respectively. From 2005 to 2012, he worked for the Department of Internet at Chungwoon University as a professor. Since 2013, he has worked in the Department of Computer Engineering at Paichai University, where he now works as a professor. His current research interests include multimedia document architecture modeling, web 2.0, and the semantic web Tae Hak Ban, he received the B.S degree from the Department of Computer Engineering of Paichai University, Korea in 2011, and he received the M.S degree from the Department of Computer Engineering of Paichai University, Korea in He is currently a Ph.D. in Department of Computer Engineering of Paichai University. His current research interests include multimedia information processing, multimedia communication, and ubiquitous computing. Copyright c 2014 SERSC 223

10 Hoe Kyung Jung, he received the B.S degree in 1987 and Ph. D. degree in 1993 from the Department of Computer Engineering of Kwangwoon University, Korea. From 1994 to 2005, he worked for ETRI as a researcher. Since 1997, he has worked in the Department of Computer Engineering at Paichai University, where he now works as a professor. His current research interests include multimedia document architecture modeling, information processing, information retrieval, and databases. 224 Copyright c 2014 SERSC

A Study on Cooperative System between Devices to Construct Internet of Things

A Study on Cooperative System between Devices to Construct Internet of Things , pp. 83-90 http://dx.doi.org/10.14257/ijsh.2015.9.11.10 A Study on Cooperative System between Devices to Construct Internet of Things Chang-Su Kim 1, Sang-Keun Yoo 2, Young-Sic Jeong 2, Yong-Woon Kim

More information

XML-based EDI Document Processing System with Binary Format Mapping Rules

XML-based EDI Document Processing System with Binary Format Mapping Rules J. lnf. Commun. Converg. Eng. 10(3): 258-263, Sep. 2012 Regular Paper XML-based EDI Document Processing System with Binary Format Mapping Rules Chang-Su Kim 1 and Hoe-Kyung Jung 2*, Member, KIICE 1 Industry-Academic

More information

Exchange of Data for Big Data in Hybrid Cloud Environment

Exchange of Data for Big Data in Hybrid Cloud Environment , pp. 67-72 http://dx.doi.org/10.14257/ijseia.2015.9.4.08 Exchange of Data for Big Data in Hybrid Cloud Environment Chi-gon Hwang 1, Chang-Pyo Yoon 2 and Daesung Lee 3 1 Dept of Internet Information, Kyungmin

More information

A Review of an MVC Framework based Software Development

A Review of an MVC Framework based Software Development , pp. 213-220 http://dx.doi.org/10.14257/ijseia.2014.8.10.19 A Review of an MVC Framework based Software Development Ronnie D. Caytiles and Sunguk Lee * Department of Multimedia Engineering, Hannam University

More information

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud , pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment

The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment , pp.127-136 http://dx.doi.org/10.14257/ijmue.2015.10.10.14 The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment Hyoyoung Shin 1 and Hyungjin Kim 2* 1 Department of IT Security,

More information

Development of a Service Robot System for a Remote Child Monitoring Platform

Development of a Service Robot System for a Remote Child Monitoring Platform , pp.153-162 http://dx.doi.org/10.14257/ijsh.2014.8.5.14 Development of a Service Robot System for a Remote Child Monitoring Platform Taewoo Han 1 and Yong-Ho Seo 2, * 1 Department of Game and Multimedia,

More information

A Study on User Access Control Method using Multi-Factor Authentication for EDMS

A Study on User Access Control Method using Multi-Factor Authentication for EDMS , pp.327-334 http://dx.doi.org/10.14257/ijsia.2013.7.6.33 A Study on User Access Control Method using Multi-Factor Authentication for EDMS Keunwang Lee 1* 1 Dept.of Multimedia Science, Chungwoon University

More information

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong

More information

Modeling and Design of Intelligent Agent System

Modeling and Design of Intelligent Agent System International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,

More information

Overview Document Framework Version 1.0 December 12, 2005

Overview Document Framework Version 1.0 December 12, 2005 Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0

More information

An Intelligent Agent for Adapting and Delivering Electronic Course Materials to Mobile Learners

An Intelligent Agent for Adapting and Delivering Electronic Course Materials to Mobile Learners An Intelligent Agent for Adapting and Delivering Electronic Course Materials to Mobile Learners Mohamed Ally, Ph.D. Athabasca University mohameda@athabascau.ca Fuhua Lin, Ph.D. Athabasca University oscarl@athabascau.ca

More information

Implementation of Home Network Security System based on Remote Management Server

Implementation of Home Network Security System based on Remote Management Server IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.2, February 2007 267 Implementation of Home Network Security System based on Remote Management Server Young Gun Jang, Hoon

More information

Developing Safety Management Systems for Track Workers Using Smart Phone GPS

Developing Safety Management Systems for Track Workers Using Smart Phone GPS , pp.137-148 http://dx.doi.org/10.14257/ijca.2013.6.5.13 Developing Safety Management Systems for Track Workers Using Smart Phone GPS Jin-Hee Ku 1 and Duk-Kyu Park 2 1 Dept of Liberal Education and 2 Dept

More information

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System , pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department

More information

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan , pp.61-66 http://dx.doi.org/10.14257/ijmue.2015.10.12.07 A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan Yun-Seong Ko 1, Il-Kyeun Ra 2 and Chang-Soo Kim 1* 1 Department

More information

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards , pp.166-171 http://dx.doi.org/10.14257/astl.205.98.42 A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards Yeo ChangSub 1, Ryu HyunKi 1 and Lee HaengSuk

More information

SOFTWARE ENGINEERING PROGRAM

SOFTWARE ENGINEERING PROGRAM SOFTWARE ENGINEERING PROGRAM PROGRAM TITLE DEGREE TITLE Master of Science Program in Software Engineering Master of Science (Software Engineering) M.Sc. (Software Engineering) PROGRAM STRUCTURE Total program

More information

Adaptive User Interface Modeling Design for Webbased Terminal Middleware

Adaptive User Interface Modeling Design for Webbased Terminal Middleware Adaptive User Interface Modeling Design for Webbased Terminal Middleware Sunghan Kim and Seungyun Lee Standard Research Center, ETRI, Daejeon, Korea {sh-kim, syl}@etri.re.kr Abstract. This paper shows

More information

Development of a User Management Module for Internet TV Systems

Development of a User Management Module for Internet TV Systems , pp.43-56 http://dx.doi.org/10.14257/ijmue.2015.10.11.05 Development of a User Management Module for Internet TV Systems Kangjai Lee 1 and Jaegeol Yim 2* 1 Dept. of Computer Information, Suwon Science

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

A Study on Wireless Intrusion Prevention System based on Snort

A Study on Wireless Intrusion Prevention System based on Snort , pp. 1-12 http://dx.doi.org/10.14257/ijseia.2015.9.2.01 A Study on Wireless Intrusion Prevention System based on Snort Jong-Moon Kim, A-Yong Kim, Jung-Soo Yuk and Hoe-Kyung Jung * PaiChai University,

More information

A Survey on Security Threats and Security Technology Analysis for Secured Cloud Services

A Survey on Security Threats and Security Technology Analysis for Secured Cloud Services , pp.21-30 http://dx.doi.org/10.14257/ijsia.2013.7.6.03 A Survey on Security Threats and Security Technology Analysis for Secured Cloud Services Changsoo Lee 1, Daewon Jung 2 and Keunwang Lee 3 1 Dept.

More information

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment , pp.18-22 http://dx.doi.org/10.14257/astl.2013.42.05 Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment Changhee Cho 1, Sanghyun Park 2, Jadhav Yogiraj

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models

Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models , pp. 165-172 http://dx.doi.org/10.14257/ijseia.2014.8.11.15 Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models Suwook Ha 1, Seungyun Lee 2 and Kangchan

More information

A Study on Design of Health Device for U-Health System

A Study on Design of Health Device for U-Health System , pp.79-86 http://dx.doi.org/10.14257/ijbsbt.2015.7.2.08 A Study on Design of Health Device for U-Health System Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan, Korea asoh@tu.ac.kr Abstract

More information

Design of Data Archive in Virtual Test Architecture

Design of Data Archive in Virtual Test Architecture Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei

More information

Design Approaches of Web Application with Efficient Performance in JAVA

Design Approaches of Web Application with Efficient Performance in JAVA IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.7, July 2011 141 Design Approaches of Web Application with Efficient Performance in JAVA OhSoo Kwon and HyeJa Bang Dept

More information

A Study of Key management Protocol for Secure Communication in Personal Cloud Environment

A Study of Key management Protocol for Secure Communication in Personal Cloud Environment , pp.51-58 http://dx.doi.org/10.14257/ijsia.2014.8.4.05 A Study of Key management Protocol for Secure Communication in Personal Cloud Environment ByungWook Jin 1 and Keun-Wang Lee 2,* 1 Dept. of Computer

More information

NASSI-SCHNEIDERMAN DIAGRAM IN HTML BASED ON AML

NASSI-SCHNEIDERMAN DIAGRAM IN HTML BASED ON AML Volume 6, Number 3, 2013 NASSI-SCHNEIDERMAN DIAGRAM IN HTML BASED ON AML László Menyhárt Abstract: In an earlier work I defined an extension of XML called Algorithm Markup Language (AML) for easy and understandable

More information

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario , pp. 55-64 http://dx.doi.org/10.14257/ijseia.2015.9.9.06 A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario Yong-Hyeon Gwon 1, Seung-Kwon Jung 2, Su-Won Lee 2 and

More information

Enterprise Resource Planning System Deployment on Mobile Cloud Computing

Enterprise Resource Planning System Deployment on Mobile Cloud Computing Asia-pacific Journal of Multimedia Services Convergence with Art, Humanities and Sociology Vol.3, No.1 (2013), pp. 1-8 http://dx.doi.org/10.14257/ajmscahs.2013.06.02 Enterprise Resource Planning System

More information

XML- New meta language in e-business

XML- New meta language in e-business 1 XML- New meta language in e-business XML (extensible Markup Language) has established itself as a new meta language in e-business. No matter what, text, pictures, video- or audio files - with the flexibility

More information

Design and Analysis of Mobile Learning Management System based on Web App

Design and Analysis of Mobile Learning Management System based on Web App , pp. 417-428 http://dx.doi.org/10.14257/ijmue.2015.10.1.38 Design and Analysis of Mobile Learning Management System based on Web App Shinwon Lee Department of Computer System Engineering, Jungwon University,

More information

How to make a good Software Requirement Specification(SRS)

How to make a good Software Requirement Specification(SRS) Information Management Software Information Management Software How to make a good Software Requirement Specification(SRS) Click to add text TGMC 2011 Phases Registration SRS Submission Project Submission

More information

Developing a Video-based Smart Mastery Learning through Adaptive Evaluation

Developing a Video-based Smart Mastery Learning through Adaptive Evaluation , pp. 101-114 http://dx.doi.org/10.14257/ijseia.2014.8.11.09 Developing a Video-based Smart Mastery Learning through Adaptive Evaluation Jeongim Kang 1, Moonhee Kim 1 and Seong Baeg Kim 1,1 1 Department

More information

The Architectural Design of FRUIT: A Family of Retargetable User Interface Tools

The Architectural Design of FRUIT: A Family of Retargetable User Interface Tools The Architectural Design of : A Family of Retargetable User Interface Tools Yi Liu Computer Science University of Mississippi University, MS 38677 H. Conrad Cunningham Computer Science University of Mississippi

More information

Developing XML Solutions with JavaServer Pages Technology

Developing XML Solutions with JavaServer Pages Technology Developing XML Solutions with JavaServer Pages Technology XML (extensible Markup Language) is a set of syntax rules and guidelines for defining text-based markup languages. XML languages have a number

More information

Agents and Web Services

Agents and Web Services Agents and Web Services ------SENG609.22 Tutorial 1 Dong Liu Abstract: The basics of web services are reviewed in this tutorial. Agents are compared to web services in many aspects, and the impacts of

More information

A Log Analysis System with REST Web Services for Desktop Grids and its Application to Resource Group-based Task Scheduling

A Log Analysis System with REST Web Services for Desktop Grids and its Application to Resource Group-based Task Scheduling Journal of Information Processing Systems, Vol.7, No.4, December 2011 http://dx.doi.org/10.3745/jips.2011.7.4.707 A Log Analysis System with REST Web Services for Desktop Grids and its Application to Resource

More information

The Sensitive Information Management System for Merger and Acquisition (M&A) Transactions

The Sensitive Information Management System for Merger and Acquisition (M&A) Transactions , pp.203-212 http://dx.doi.org/10.14257/ijmue.2014.9.3.19 The Sensitive Information Management System for Merger and Acquisition (M&A) Transactions Kyong-jin Kim * and Seng-phil Hong ** Sungshin Women

More information

Adaptive MAC Protocol for Emergency Data Transmission in Wireless Body Sensor Networks

Adaptive MAC Protocol for Emergency Data Transmission in Wireless Body Sensor Networks , pp. 205-216 http://dx.doi.org/10.14257/ijseia.2015.9.9.18 Adaptive MAC Protocol for Emergency Data Transmission in Wireless Body Sensor Networks Rae Hyun Kim and Jeong Gon Kim 1 Department of Electronic

More information

Development of a Co-Creation Environment for an Open IoT Platform

Development of a Co-Creation Environment for an Open IoT Platform , pp.291-302 http://dx.doi.org/10.14257/ijmue.2015.10.10.29 Development of a Co-Creation Environment for an Open IoT Platform Wonho Lee and Jae Wan Park * Dept. of Digital Media, Soongsil University wonho.lee@ssu.ac.k,

More information

A study on Standardization of Integrated database for Intelligent water information management

A study on Standardization of Integrated database for Intelligent water information management , pp.132-136 http://dx.doi.org/10.14257/astl.2015.99.33 A study on Standardization of Integrated database for Intelligent water information management Ji Won Jung *, Seung Kwon Jung **, Jin Tak Choi ***,

More information

A Study of e-trading System over Mobile Applications

A Study of e-trading System over Mobile Applications , pp. 55-64 http://dx.doi.org/10.14257/ijseia.2014.8.8,06 A Study of e-trading System over Mobile Applications Cheol-Woong Lee 1, Jong Wook Kim 2 and Sae-Hong Cho 3 1 Dept. of Digital Culture Technology

More information

Design and Implementation of Automatic Attendance Check System Using BLE Beacon

Design and Implementation of Automatic Attendance Check System Using BLE Beacon , pp.177-186 http://dx.doi.org/10.14257/ijmue.2015.10.10.19 Design and Implementation of Automatic Attendance Check System Using BLE Beacon Mi-Young Bae and Dae-Jea Cho * Dept. Of Multimedia Engineering,

More information

Integrating Bioinformatic Data Sources over the SFSU ER Design Tools XML Databus

Integrating Bioinformatic Data Sources over the SFSU ER Design Tools XML Databus Integrating Bioinformatic Data Sources over the SFSU ER Design Tools XML Databus Yan Liu, M.S. Computer Science Department San Francisco State University 1600 Holloway Avenue San Francisco, CA 94132 USA

More information

XML-based supply chain integration: a case study

XML-based supply chain integration: a case study Juha-Miikka Nurmilaakso Department of Computer Science and Engineering, Helsinki University of Technology, Espoo, Finland Jari Kettunen VTT Industrial, Technical Research Centre of Finland, Espoo, Finland

More information

XML Integrated Development Environments Accelerating XML Application Development in the Enterprise

XML Integrated Development Environments Accelerating XML Application Development in the Enterprise Altova, Inc., The XML Spy Company 900 Cummings Center, Suite 314-T Beverly, MA, 01915-6181, USA Tel: 978-816-1600 Fax: 978-816-1606 Web: www.xmlspy.com Author: Larry Kim 2002 Altova, Inc. & Altova GmbH

More information

A Resilient Device Monitoring System in Collaboration Environments

A Resilient Device Monitoring System in Collaboration Environments , pp.103-114 http://dx.doi.org/10.14257/ijsh.2014.8.5.10 A Resilient Device Monitoring System in Collaboration Environments KeeHyun Park 1 and JongHwi Lee 1 Department of Computer Engineering, Keimyung

More information

An XML Based Data Exchange Model for Power System Studies

An XML Based Data Exchange Model for Power System Studies ARI The Bulletin of the Istanbul Technical University VOLUME 54, NUMBER 2 Communicated by Sondan Durukanoğlu Feyiz An XML Based Data Exchange Model for Power System Studies Hasan Dağ Department of Electrical

More information

Data Integration through XML/XSLT. Presenter: Xin Gu

Data Integration through XML/XSLT. Presenter: Xin Gu Data Integration through XML/XSLT Presenter: Xin Gu q7.jar op.xsl goalmodel.q7 goalmodel.xml q7.xsl help, hurt GUI +, -, ++, -- goalmodel.op.xml merge.xsl goalmodel.input.xml profile.xml Goal model configurator

More information

Multimodal Web Content Conversion for Mobile Services in a U-City

Multimodal Web Content Conversion for Mobile Services in a U-City Multimodal Web Content Conversion for Mobile Services in a U-City Soosun Cho *1, HeeSook Shin *2 *1 Corresponding author Department of Computer Science, Chungju National University, 123 Iryu Chungju Chungbuk,

More information

A Sound Analysis and Synthesis System for Generating an Instrumental Piri Song

A Sound Analysis and Synthesis System for Generating an Instrumental Piri Song , pp.347-354 http://dx.doi.org/10.14257/ijmue.2014.9.8.32 A Sound Analysis and Synthesis System for Generating an Instrumental Piri Song Myeongsu Kang and Jong-Myon Kim School of Electrical Engineering,

More information

Cloud Computing based Livestock Monitoring and Disease Forecasting System

Cloud Computing based Livestock Monitoring and Disease Forecasting System , pp.313-320 http://dx.doi.org/10.14257/ijsh.2013.7.6.30 Cloud Computing based Livestock Monitoring and Disease Forecasting System Seokkyun Jeong 1, Hoseok Jeong 2, Haengkon Kim 3 and Hyun Yoe 4 1,2,4

More information

Design of a Web-Services Based Spam Filtering

Design of a Web-Services Based Spam Filtering , pp.52-56 http://dx.doi.org/10.14257/astl.2015.110.11 Design of a Web-Services Based Spam MyoungHwan Joung, Oh-Heum Kwon, Ha-Joo Song Dept. of IT Convergence and Application, Pukyong National University

More information

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing Liang-Teh Lee, Kang-Yuan Liu, Hui-Yang Huang and Chia-Ying Tseng Department of Computer Science and Engineering,

More information

Single Sign-On Scheme using XML for Multimedia Device Control in Children s Game Network based on OSGi service Platform

Single Sign-On Scheme using XML for Multimedia Device Control in Children s Game Network based on OSGi service Platform Single Sign-On Scheme using XML for Multimedia Device Control in Children s Game Network based on OSGi service Platform Dongkyoo Shin and Dongil Shin Department of Computer Engineering, Sejong University

More information

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 By Aristomenis Macris (e-mail: arism@unipi.gr), University of

More information

A Research on Security Awareness and Countermeasures for the Single Server

A Research on Security Awareness and Countermeasures for the Single Server , pp.31-42 http://dx.doi.org/10.14257/ijsia.2013.7.6.04 A Research on Security Awareness and Countermeasures for the Single Server Hyuk-Jin Son 1 and Seungdo Jeong 2,* 1 IT MBA, Graduate School of Business

More information

Analysis and Design of Knowledge Management Systems for School of Information System at XYZ University (A Case Study Approach)

Analysis and Design of Knowledge Management Systems for School of Information System at XYZ University (A Case Study Approach) , pp. 229240 http://dx.doi.org/10.14257/ijmue.2014.9.12.21 Analysis and Design of Management Systems for School of Information System at XYZ University (A Case Study Approach) Yohannes Kurniawan and Siti

More information

Job Satisfaction of Clinical Research Nurse

Job Satisfaction of Clinical Research Nurse , pp.242-246 http://dx.doi.org/10.14257/astl.2015.88.51 Job Satisfaction of Clinical Research Nurse Su A Kwon 1, Nam Young Yang 1+ 1 Department of Nursing, College of Nursing, Konyang University, Daejeon,

More information

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator , pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department

More information

XML DATA INTEGRATION SYSTEM

XML DATA INTEGRATION SYSTEM XML DATA INTEGRATION SYSTEM Abdelsalam Almarimi The Higher Institute of Electronics Engineering Baniwalid, Libya Belgasem_2000@Yahoo.com ABSRACT This paper describes a proposal for a system for XML data

More information

2. Distributed Handwriting Recognition. Abstract. 1. Introduction

2. Distributed Handwriting Recognition. Abstract. 1. Introduction XPEN: An XML Based Format for Distributed Online Handwriting Recognition A.P.Lenaghan, R.R.Malyan, School of Computing and Information Systems, Kingston University, UK {a.lenaghan,r.malyan}@kingston.ac.uk

More information

Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting

Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting S.N.CHEONG AZHAR K.M. M. HANMANDLU Faculty Of Engineering, Multimedia University, Jalan Multimedia,

More information

XML-BASED INTEGRATION: A CASE STUDY

XML-BASED INTEGRATION: A CASE STUDY XML-BASED INTEGRATION: A CASE STUDY Chakib Chraibi, Barry University, cchraibi@mail.barry.edu José Ramirez, Barry University, jramirez@mail.barry.edu Andrew Seaga, Barry University, aseaga@mail.barry.edu

More information

Research and Application of Workflow-based Modeling Approval in Dispatching Automation Master System

Research and Application of Workflow-based Modeling Approval in Dispatching Automation Master System , pp.333-344 http://dx.doi.org/10.14257/ijca.2014.7.7.28 Research and Application of Workflow-based Modeling Approval in Dispatching Automation Master System Fuyun Song 1, Baochen Jiang 1,*, Zhonghua Yan

More information

XML. CIS-3152, Spring 2013 Peter C. Chapin

XML. CIS-3152, Spring 2013 Peter C. Chapin XML CIS-3152, Spring 2013 Peter C. Chapin Markup Languages Plain text documents with special commands PRO Plays well with version control and other program development tools. Easy to manipulate with scripts

More information

A Study on the Collection Site Profiling and Issue-detection Methodology for Analysis of Customer Feedback on Social Big Data

A Study on the Collection Site Profiling and Issue-detection Methodology for Analysis of Customer Feedback on Social Big Data , pp. 169-178 http://dx.doi.org/10.14257/ijsh.2014.8.6.16 A Study on the Collection Site Profiling and Issue-detection Methodology for Analysis of Customer Feedback on Social Big Data Eun-Jee Song 1 and

More information

A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System

A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System , pp.91-96 http://dx.doi.org/10.14257/ijbsbt.2014.6.3.11 A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System Ronnie D. Caytiles and Sungwon Park 1* 1 Hannam University 133

More information

International Language Character Code

International Language Character Code , pp.161-166 http://dx.doi.org/10.14257/astl.2015.81.33 International Language Character Code with DNA Molecules Wei Wang, Zhengxu Zhao, Qian Xu School of Information Science and Technology, Shijiazhuang

More information

A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073

A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 , pp. 113-118 http://dx.doi.org/10.14257/ijsh.2015.9.6.13 A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan,

More information

Multi-level Metadata Management Scheme for Cloud Storage System

Multi-level Metadata Management Scheme for Cloud Storage System , pp.231-240 http://dx.doi.org/10.14257/ijmue.2014.9.1.22 Multi-level Metadata Management Scheme for Cloud Storage System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3, Chuck Yoo 2 and Young Woong Ko 1

More information

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service , pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun

More information

A Design of Access Control Framework for User Identification Based on Personal Cloud

A Design of Access Control Framework for User Identification Based on Personal Cloud , pp.17-21 http://dx.doi.org/10.14257/astl.2014.49.04 A Design of Access Control Framework for User Identification Based on Personal Cloud Byung-Wook Jin and Keun-Wang Lee Department of Computer Science,

More information

XBRL Processor Interstage XWand and Its Application Programs

XBRL Processor Interstage XWand and Its Application Programs XBRL Processor Interstage XWand and Its Application Programs V Toshimitsu Suzuki (Manuscript received December 1, 2003) Interstage XWand is a middleware for Extensible Business Reporting Language (XBRL)

More information

Introduction to XML Applications

Introduction to XML Applications EMC White Paper Introduction to XML Applications Umair Nauman Abstract: This document provides an overview of XML Applications. This is not a comprehensive guide to XML Applications and is intended for

More information

Experimenting in the domain of RIA's and Web 2.0

Experimenting in the domain of RIA's and Web 2.0 Experimenting in the domain of RIA's and Web 2.0 Seenivasan Gunabalan IMIT IV Edition, Scuola Suoperiore Sant'Anna,Pisa, Italy E-mail: s.gunabalan@websynapsis.com ABSTRACT This paper provides an overview

More information

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan

More information

Personalized Interactive e-learning System using Expanded SCORM

Personalized Interactive e-learning System using Expanded SCORM Appl. Math. Inf. Sci. 8, No. 1L, 133-139 (2014) 133 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l17 Personalized Interactive e-learning System

More information

XML WEB TECHNOLOGIES

XML WEB TECHNOLOGIES XML WEB TECHNOLOGIES Chakib Chraibi, Barry University, cchraibi@mail.barry.edu ABSTRACT The Extensible Markup Language (XML) provides a simple, extendable, well-structured, platform independent and easily

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Link Analysis Tool Design Description Final Version

Link Analysis Tool Design Description Final Version Link Analysis Tool Design Description Final Version Doc. No.: Revision History Date Version Description Author 2010-10-08 1.0 Initial Draft Hassan Aziz Khan 2010-11-06 1.1 2 nd Draft Hassan Aziz Khan

More information

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems , pp. 49-56 http://dx.doi.org/10.14257/ijsh.2013.7.5.05 A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems Minkyu Choi 1 and Ronnie D. Caytiles 2 1 Security Engineering Research

More information

Survey of handling of digital information by printing companies

Survey of handling of digital information by printing companies Survey of handling of digital information by printing companies 1. Background and purpose Along with the recent advancement of the arrangement of telecommunication infrastructure, it is becoming more important

More information

From RPC to Web Apps: Trends in Client-Server Systems

From RPC to Web Apps: Trends in Client-Server Systems From RPC to Web Apps: Trends in Client-Server Systems George Coulouris 1 Overview Motivation - to consider the effect of client-server interaction on the development of interactive apps Style of client-server

More information

Density Map Visualization for Overlapping Bicycle Trajectories

Density Map Visualization for Overlapping Bicycle Trajectories , pp.327-332 http://dx.doi.org/10.14257/ijca.2014.7.3.31 Density Map Visualization for Overlapping Bicycle Trajectories Dongwook Lee 1, Jinsul Kim 2 and Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced

More information

Crime Hotspots Analysis in South Korea: A User-Oriented Approach

Crime Hotspots Analysis in South Korea: A User-Oriented Approach , pp.81-85 http://dx.doi.org/10.14257/astl.2014.52.14 Crime Hotspots Analysis in South Korea: A User-Oriented Approach Aziz Nasridinov 1 and Young-Ho Park 2 * 1 School of Computer Engineering, Dongguk

More information

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 , pp. 331-342 http://dx.doi.org/10.14257/ijfgcn.2015.8.2.27 Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 Changming Li, Jie Shen and

More information

II. PREVIOUS RELATED WORK

II. PREVIOUS RELATED WORK An extended rule framework for web forms: adding to metadata with custom rules to control appearance Atia M. Albhbah and Mick J. Ridley Abstract This paper proposes the use of rules that involve code to

More information

Concrete uses of XML in software development and data analysis.

Concrete uses of XML in software development and data analysis. Concrete uses of XML in software development and data analysis. S. Patton LBNL, Berkeley, CA 94720, USA XML is now becoming an industry standard for data description and exchange. Despite this there are

More information

Integrating XML and Databases

Integrating XML and Databases Databases Integrating XML and Databases Elisa Bertino University of Milano, Italy bertino@dsi.unimi.it Barbara Catania University of Genova, Italy catania@disi.unige.it XML is becoming a standard for data

More information

A Design of Mobile Convergence Architecture for U-healthcare

A Design of Mobile Convergence Architecture for U-healthcare , pp. 253-260 http://dx.doi.org/10.14257/ijseia.2015.9.1.22 A Design of Mobile Convergence Architecture for U-healthcare Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information Technology Catholic

More information

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches Concepts of Database Management Seventh Edition Chapter 9 Database Management Approaches Objectives Describe distributed database management systems (DDBMSs) Discuss client/server systems Examine the ways

More information

Presentation / Interface 1.3

Presentation / Interface 1.3 W3C Recommendations Mobile Web Best Practices 1.0 Canonical XML Version 1.1 Cascading Style Sheets, level 2 (CSS2) SPARQL Query Results XML Format SPARQL Protocol for RDF SPARQL Query Language for RDF

More information

WWW. World Wide Web Aka The Internet. dr. C. P. J. Koymans. Informatics Institute Universiteit van Amsterdam. November 30, 2007

WWW. World Wide Web Aka The Internet. dr. C. P. J. Koymans. Informatics Institute Universiteit van Amsterdam. November 30, 2007 WWW World Wide Web Aka The Internet dr. C. P. J. Koymans Informatics Institute Universiteit van Amsterdam November 30, 2007 dr. C. P. J. Koymans (UvA) WWW November 30, 2007 1 / 36 WWW history (1) 1968

More information

Sage CRM Connector Tool White Paper

Sage CRM Connector Tool White Paper White Paper Document Number: PD521-01-1_0-WP Orbis Software Limited 2010 Table of Contents ABOUT THE SAGE CRM CONNECTOR TOOL... 1 INTRODUCTION... 2 System Requirements... 2 Hardware... 2 Software... 2

More information