Design and implementation of a global logistic tracking system based on SaaS cloud computing infrastructure

Size: px
Start display at page:

Download "Design and implementation of a global logistic tracking system based on SaaS cloud computing infrastructure"

Transcription

1 ISSN (Print), (Online) Journal of System and Management Sciences Vol. 1 (2011) No. 1, pp Design and implementation of a global logistic tracking system based on SaaS cloud computing infrastructure Shang-Liang Chen 1, Yun-Yao Chen 1 1 Institute of Manufacturing Information and Systems, National Cheng Kung University, Taiwan slchen@mail.ncku.edu.tw, yewyewchen@gmail.com Abstract: In this paper, we propose a Software-as-a- (SaaS) infrastructure for industry logistics, which is normally constructed with the technology of SOA. We then propose a logistic cloud and design with service pools in it and discuss with some related works and references discussions. In the last section, we implement a SaaS-based global logistic tracking system (SGLTS) structure by abstract the web services in service pools in the Logistic Cloud designed in our research with explanations. Finally, we describe a typical system design and scenario in a normal logistic environment with design patterns of it. Logistic transportations in industries can equipped with different devices such as PCs, tablet PCs, laptops, personal digital assistants with Wireless LAN, 3G network and GPS facilities can be able to install the system with different platforms and can access the web services in the Logistic Cloud that we proposed in our research. Prototype systems that we implement in this paper can have better interoperability and reusability than former systems. Keywords: Oriented Architecture, Cloud Computing, Web, Global Logistic Tracking System, Logistic Cloud, SaaS 1. Introduction Modern logistic enterprises need to exchange their data and information more effectively and quickly in order to become more competitive in global markets. According to Moore and Lopes1999, Oriented Architecture is a promising computing paradigm for software in a heterogeneous open environment and has received some research support(tsai, 2005). In service oriented architecture, software systems are built and evolved online by 100

2 dynamically discovering and binding to the open services, which are accessible through standard protocols. On the other hand, Wireless communication and network services have substantially changing the landscape of logistic systems. Researches have been proposed to show the importance on integration of logistic built with RFID, GPS, GIS, Zigbee, Web technologies and the Internet(Benaissa & Benabdelhafid, 2007; Zhang et al., 2008; He et al., 2009; Kim et al., 2009). However, these researches are usually lake the whole architecture of SOA interacts with web services and their detail management solutions. In our research, we design and implement a SOA-based global logistic tracking system with models and interfaces for enterprises to exchange their data and information more effectively and quickly in order to become more competitive in global markets. The remainder of this paper is structured as follows. In Section 2, we discuss some related works and references throughout SaaS and SOA-based logistic systems. In Section 3, we discuss the design and implementation of SGLTS with an infrastructure of logistic cloud and logistic service pool. We than discuss the architecture with an overview description of the components and architecture with design patterns. In section 4, we summarize our works and sum up the conclusions and future works of this research. 2. Related Works 2.1. SaaS and -Oriented Architecture SaaS cloud computing infrastructure refers to encapsulate some certain applications into services by adopting SOA interfaces. For example, some companies provide CRM(Client Relationship Management), HRM(Human Resource Management), SCM(Supply Chain Management), ERP(Enterprise Resource Planning) services for industry management systems. However, these services are seldom applied to industry logistic supported by Langley Jr. (1985). Some industries even lag behind the other industries on communication and information technologies(hertz & Alfredsson, 2003). Current logistic systems in industry are usually designed case by case, lacking the ability to reuse. With SOA technology, departments and companies can componentized their own information and services through abstraction and combination in an unprecedented way(deng & Xu, 2009). Using SaaS infrastructure can lower the cost of development and lower the cost of maintenance(cao & Zhou, 2009) for information systems in industries. In the proposed SGLTS system, we implement the system by design and 101

3 implement several service pools such as Active Push Pool (APSP), Logistics Manage Pool (LMSP), User Manage Pool (UMSP) and GIS Manage Pool (GMSP). According to the research of Curbera (2002), the interface of web services are defined and described using XML (Extensible Markup Language) and is identified by a URI (Uniform Resource Identifier, provided in About XML(2011). A URI is a compact sequence of characters that identifies an abstract or physical resource, provided in Uniform Resource Identifier (URI): Generic Syntax (2005). Web services can be interoperable with agreement on following standards as XML, SOAP, WSDL, and UDDI. UDDI (Universal Description, Discovery, and Integration) is a standard for web services to register and publish services available to users discussed in UDDI.ORG(UDDI.ORG 2001). WSDL (Web s Description Language), which is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information clarified by Christensen et al.(2011). SOA defines a base communication protocol for users to exchange XML data. The GLTS SOA model of Web service-aware TPC and PC in our system interact with the Web provider and the Web Register is shown as Fig. 1, which can have numerous advantages according to the research of YIN et al.2002 is describe as below: (1) It enables handset manufacturers to rapidly deploy Internet solutions build on open standards. (2) It makes applications more dynamic as they can invoke different services or service implementations based on the user s context. (3) It facilities the interoperability and integrate with enterprise applications and applications running on other wireless devices. There are three main characters shown in the web service model (Figure 1), describing as follows: (1) Provider: A Provider uses WSDL to describe the function, input, output interface in a service object. (2) Requester: a Requester request for the connection from service provider by the information published by service register. (3) Register: Register provides a place for service provider to post their services and provides a place for service requester to find the services they need. 102

4 response Find service Register Logistic Company publish Requester response Bind service Provider PC TPC Logistic Transportations Pools Fig. 1: SOA model of SGLTS. Logistic Center 2.2. Logistic System Based on SaaS Z. Jing et al. proposed a logistic system based on SOA and proposed a solution named Logistics Resource Sharing Grid (LRSG), which is an advanced solution for the bottleneck of network logistics. The paper proposed a service-oriented architecture based LRSG is suggested, which validates the resource sharing and business collaboration in the LRSG. The model (Zhang et al., 2002) is composed of 5 models and the model is shown as figure 2 and described as follows: (1) LRSG Infrastructure layer: This layer abstracts different information infrastructures into a uniform logical entity by using OGSA Grid foundation framework and Grid middleware and masks differences brought by heterogeneous platforms. (2) LRSG Resource layer: This Layer refines and optimizes the Grid Infrastructure layer. The paper developed four customized grid services, namely Task Management (TMS), Resource Management (RMS), Business Collaboration Management (BCMS), and Security Management (SM). (3) LRSG layer: This layer is the core layer of LRSG, it can access and manipulate different kinds of logistics resources in the basic layer through standard OGSI Grid service interface. (4) LRSG Application layer: This layer includes three modules namely Task Decomposing (TDS), Task Scheduler (TSS), and Computer Supported Collaborative Business 103

5 (CSCB). Fig. 2: SOA based LRSG architecture. According to this structure, we can refer that the independent environment of LRSG has benefits for SOA-based applications deployment. The proposed system of LRSG is based on GT (Globus Toolkit), which is usually used in grid environments, providing services a platform to exchange. It may lake the efficiency of development due to the services in GT usually needs to implement separately for different grid nodes. Although the SOA-based models of the research seem to be complete, the implementation results of the systems need to be satisfied. L. Zhang et al. (2006) describes a general design for the integration of distributed logistics information system based on service-oriented architecture (SOA) and enterprise service bus (ESB). An ESB gives a tool and an infrastructure facilitating implementation of the SOA structure. The author proposed a SOA model for the system in the research (Figure 3). In this model, all the services are stored in services warehouse for reuse purpose. Although the proposed model in the paper can briefly describe the idea of logistics information system, the model is not complete satisfied the whole structure of SOA infrastructure. 104

6 Fig. 3: SOA model for logistics information system. 3. Design and Implementation of SGLTS 3.1. Architecture of Logistic Cloud This study is based on the principle of SOA, which exchange by the data type of XML. We implement the SGLTS system with a private cloud computing architecture based on 4 layers, shown as figure 5 named as Logistic Cloud. The architecture is constructed with 4 layers as Resource Pool Layer (RPL), Middleware Layer (ML) and SOA Architecture layer (SAL) and is described as below: (1) Physical Resource Layer: The structure of PRL is responsible for data storage and software/hardware infrastructure; include computer, database, network equipment, storage, software etc. We setup physical resource environment with five individual servers for five service pools. Figure 4 shows the hardware used to implement Logistic Cloud. Fig. 4: The hardware used to implement Logistic Cloud. 105

7 (2) Resource Pool Layer: RPL integrated by some existed type sources and web services into service pools such as Active Push Pool (APSP), Logistics Manage Pool (LMSP), Container Manage Pool (CMSP), User Manage Pool (UMSP), and GIS Manage Pool (GMSP) for enterprises and clients to access through SOA standard protocol. s can be abstract by system developers with different platforms when designing applications. s in service pools are describe in table 1. Table 1: The description of service pools in the Logistic Cloud. No. pool Description 1 APSP APSP provides pushing service and pushing content management service for enterprise systems a common interface to use functions such as SMS push and push. 2 LMSP LMSP provides logistic pallet inventory service and logistic pallet monitoring service for logistic departments in enterprises to access logistic data and to inventory pallets with common protocol and data type, which may enhance their ability to exchange data. 3 CMSP CMSP provides Zigbee container monitoring service and container manage service for enterprise to centralize manage the container information in common protocols. Container security can be enhanced by access the services in CMSP to control the monitoring Zigbee devices deployed on the container. 4 UMSP UMSP provides enterprise a common manage platform to enhance the manage ability of user and staff management. Use information can be exchanged between different departments more precisely and efficiently due to common interfaces. 5 GMSP GMSP integrate the existing Google Maps API as services such as Google Maps positioning service and GIS information manage service. This service pool provides transportation with devices to access certain service to automatically report its location. Enterprises can real-time track the pallets and cargo by access the services in GMSP to enhance the transport progress. (3) Middleware Layer: ML is responsible for handling tasks such as User Management (UM), Task Management (TM), Resource Management (RM), and Security Management (SM). User Management is an indispensable task to implement the business model in cloud computing, including user management, user environment deploying, user data exchange and management, and user log; Task Management is responsible for execute and manage applications request by users, including call service task, execute service task, service lifecycle management, service deploy and management. (4) SOA Architecture Layer: SAL provides the ability for our system to encapsulate our cloud computing into standard functions such as service connection, service enroll, service 106

8 searching, service visiting, service scheduling. In common develop environment, the key technology are the ML and RPL. The SAL is commonly handled by develop environments. As the clients ask for certain data in the inner part of the databases through SOA protocol in SAL, the ML will handle the service acquisition tasks and security issues. SOA Architecture Layer Connection Enroll Searching Visiting Scheduling Middleware Layer User Management User Management User Environment Deploying User Exchange and Management User Log Security Management User Authorization Task Management Call Task Execute Task Lifecycle Management Deployment and Management Visit Authorization Resource Management Cloud Server Load- Balancing Cloud Server Remote Backup & Disaster Recovery Cloud Server Hardware/Software Monitoring Cloud Server Detection and Maintenance System Protection Information Security Monitoring Resource Pool Layer Active Push Pool Active Information Pushing Pushing Content Management Logistics Manage Pool Active/Passive RFID Pallet Inventory Logistics and Pallet Monitoring Container Manage Pool Zigbee Container Monitoring Zigbee Container Management User Manage Pool User Management User Authorization GIS Manage Pool Goolge Maps Positioning s GIS Management Physical Resource Layer Enterprise Computer Enterprise Database Enterprise Network Device Enterprise Storage Enterprise Software Fig. 5: Architecture of Logistic Cloud A Scenario Example of SGLTS To illustrate the SGLTS for construction industry applications, a SGLTS prototype of logistic scenario with workflow (figure 6) is proposed with flow description to demonstrate the potential of SGLTS to facilitate communication among construction project participants, and to integrate distributed web applications and systems for construction project management. The scenario demonstrates the integration of industrial applications and transportation equipped devices interact with service pools developed in our research are describe as below: (1) First, deploy UHF RFID readers with computers alone industry gates then connect the computer to the Logistic Cloud through the Internet. (2) Pallets can automatically inventory by using inventory services while exporting/importing to the industry. The inventory data saved in the databases of the Logistic Cloud by accessing data manage service. 107

9 (3) The inventoried pallets will be transport to cooperate industries. The transportation vehicles will be equipped with portable devices to return GIS information of their position. The information can be automatically updated to databases in the Logistic Cloud and servers through 3G network provided by ISP. Decision makers can access the logistic process information with difference platforms in order to make final decisions. Fig. 6: SGLTS prototype of logistic scenario with workflows. We selected GPS receiver module shown in Figure 7 and the device equipped with the logistic transportation shown in Figure 8 for our global logistic tracking system. We implement web services for logistic tracking, combined with Google Maps API for GIS service. Fig. 7: GPS receiver module. 108

10 Fig. 8: The description of service pools in the Logistic Cloud. To illustrate the SGLTS for construction industry applications, two example implementation results we developed in our paper are shown in the following sections. The first example is a SGLTS sub-system scenario for pallet inventory. Second one is a SGLTS sub-system scenario for global logistic tracking, which are describe as below. We proposed two models by using the tool of UML Use Case Model to illustrate the concepts of the two implementation results. (1) Implementation of pallet inventory sub-system: The use case model of pallet inventory sub-system is shown in figure 9. All the departments (decision maker, manager, delivery person) in industries can access the private services through the cloud database we established. Figure 10 shows the system interface of pallet inventory sub-system. Global Linguistic Tracking System Product Data Modify Management <<Update>> RFID Scanning <<Include>> User Login Position Logistics Data Maintaining Sub-System Deliver Person Delivery Reporting SMS/ Push Logistics Tracking Sub- System <<Receive>> State Note Quantity Logistics Data Management Sub- System Fig. 9: Use case model of pallet inventory sub-system. Receiver 109

11 Fig. 10: System interface of pallet inventory sub-system. The functions of pallet inventory sub-system are for consisted of following functions listed as below: Pallet Inventory Goods Inventory Pallet/goods export Pellet/goods export histories (2) Implementation of global logistic tracking sub-system: The use case model of global logistic tracking sub-system is shown as figure 11. All the departments (decision maker, manager, delivery person) in industries can access the private services through the cloud database we established. Figure 12 shows the system interface of global logistic tracking sub-system. 110

12 Global Linguistic Tracking System (Mobile- Based) Central Weather Bureau Logistic Information Logistic Reporting Sub- System User Login <<Include>> Mobile-Based System Road Report Road Guidance and Condition Reporting Sub- System Deliver Person Instutute of Transportation Weather Report Weather Condition Reporting Sub-System Fig. 11: Use case model of global logistic tracking sub-system. Fig. 12: System interface of global logistic tracking sub-system. The functions of global logistic tracking sub-system are for consisted of following functions listed as below: 111

13 Logistic route planning and tracking Pallet/goods on transportation listing Transportation information /SMS pushing Road/weather condition display 4. Conclusion The biggest advantage of service-oriented architecture is to provide a strong support for enterprise applications integration. In this paper, we prototype the service oriented architecture of our research and propose the service pools for our system implementation scenarios with some related works and references. The proposed SGLTS architecture and model aimed to fulfil the requirements, which are (1) ease of installation and configuration, (2) low cost, (3) ease of connection and integration, (4) customizable access to other applications. We describe the typical design implementation scenarios and design patterns of our system which logistic transportations can equipped with different devices with different platforms such as PCs, tablet PCs, laptops, personal digital assistants with Wireless LAN, 3G network and GPS facilities to access the web services we proposed in our system. Pallets can be inventoried by abstract services in the Logistic Cloud. Cross-platform concepts can be satisfied when system engineers to develop applications based on the Logistic Cloud. Acknowledgements This work is funded by National Science Council of the Republic of China, Taiwan under grant NSC E References Benaissa, M., Boukachour, J., & Benabdelhafid, A. (2007). Web service in integrated logistics information system. Proceeding of IEEE SOSE, Wildau, Germany, Cao, L., & Zhou, G.X.(2009). Analysis of SaaS-Based informationization in small and Medium-Sized logistics enterprises. Proceedings of the 2009 Third International Symposium on Intelligent Information Technology Application Workshops, Nanchang, China,

14 Christensen, E., Curbera, F., Meredith, G., & Weerawarana, S.. Web s Description Language (WSDL) Version1.1., W3C Note, viewed 13 April 2011,< Curbera, F., Duftler, M., Khalaf, R., Nagy, W., Mukhi, N. & Weerawrana. (2002). Unraveling the web services web: An introduction to SOAP, WSDL and UDDI. IEEE Internet Computing, 6, Deng, H.F., & Xu, G.F. (2009). A study and design of SOA-based service integration for logistics Customs-Clearance. Proceedings of the International Symposium on Parallel and Distributed Processing with Applications, Taipei, Taiwan, He, W., Tan, E. L., Lee, E.W., & Li, T.Y. (2009). A solution for integrated track and trace in supply chain based on RFID & GPS. Proceedings of the IEEE Conference on Emerging Technologies & Factory Automation, Mallorca, Spain, 1-6. Hertz, S., & Alfredsson, M. (2003). Strategic development of third party logistics providers, Industrial Marketing Management, 32, Kim, G., Uddin, M., & Hong, B. (2009). Design and implementation of sensor tag middleware for monitoring containers in logistics systems. Proceedings of the Third International Conference on Sensor Technologies and Applications, Athens, Greece, Langley, C.J. Jr. (1985) Information-based decision making in logistics management. International Journal of Physical Distribution & Logistics Management, 15,1-55. Ma, L., Zhang, L., Hu, K., Su, W., & Niu, B. (2008). Design of logistics data collection system based on RFID & Zigbee technology. Proceedings of the 7th World Congress on Intelligent Control and Automation, Chongqing, China, Singh, M.P., & Huhns, M.N. (2005).-Oriented Computing: Semantics, Processes, and Agents, (1st edn). John Wiley & Sons Press, New York City. Tsai, W.T. (2005). -Oriented system engineering: a new paradigm. Proceeding of IEEE SOSE, Beijing, China,

15 UDDI.ORG Version specification. (2001). OASIS, The Internet Society, viewed 13 April 2011, < > Yin, H., Fu, Q., Lin, C., Tan, Z.X., Ding, R., Lin, Y.S., Li, Y.X. & Fan,Y.F. (2002). Mobile police information system based on web services. Tsinghua Science & Technology, 11, 1-7. Zhang, J., Kang, K., Zhu, Y.J., & Shi, J.N. (2002). Research on logistics resource sharing grid based on SOA and its security. Proceedings of the International Conference on Information Management, Innovation Management and Industrial Engineering, Hong Kong, China, Zhang, L., Li, J., & Yu, M. (2006). An integration research on service-oriented architecture (SOA) for logistics information system. Proceedings of the IEEE International Conference on Operations and Logistics, and Informatics, Shanghai, China,

Development of Logistic Management Information System Based on Web Service Architecture and RFID Technology

Development of Logistic Management Information System Based on Web Service Architecture and RFID Technology Appl. Math. Inf. Sci. 7, No. 3, 939-946 (2013) 939 Applied Mathematics & Information Sciences An International Journal Development of Logistic Management Information System Based on Web Service Architecture

More information

DEVELOPMENT OF CLOUD VIRTUALIZATION TECHNOLOGY AND ITS APPLICATION IN MANUFACTURING MANAGEMENT SYSTEM- A CASE STUDY

DEVELOPMENT OF CLOUD VIRTUALIZATION TECHNOLOGY AND ITS APPLICATION IN MANUFACTURING MANAGEMENT SYSTEM- A CASE STUDY DEVELOPMENT OF CLOUD VIRTUALIZATION TECHNOLOGY AND ITS APPLICATION IN MANUFACTURING MANAGEMENT SYSTEM- A CASE STUDY Shang-Liang Chen1*, National Cheng Kung University, Institute of Manufacturing Information

More information

Implementation of Information Integration Platform in Chinese Tobacco Industry Enterprise Based on SOA. Hong-lv Wang, Yong Cen

Implementation of Information Integration Platform in Chinese Tobacco Industry Enterprise Based on SOA. Hong-lv Wang, Yong Cen Implementation of Information Integration Platform in Chinese Tobacco Industry Enterprise Based on SOA Hong-lv Wang, Yong Cen Information Center, China Tobacco Zhejiang Industrial Co., Ltd Hangzhou, China,

More information

Service Oriented Architecture: A driving force for paperless healthcare system

Service Oriented Architecture: A driving force for paperless healthcare system 2012 International Conference on Computer Technology and Science (ICCTS 2012) IPCSIT vol. 47 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V47.16 Service Oriented Architecture: A driving

More information

Capability Service Management System for Manufacturing Equipments in

Capability Service Management System for Manufacturing Equipments in Capability Service Management System for Manufacturing Equipments in Cloud Manufacturing 1 Junwei Yan, 2 Sijin Xin, 3 Quan Liu, 4 Wenjun Xu *1, Corresponding Author School of Information Engineering, Wuhan

More information

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China Zhongqiang Liu 1, Kaiyi Wang 1*, Shufeng Wang 1, Feng Yang 1 and Xiandi Zhang 1, 1 Beijing Research Center for

More information

A Quick Introduction to SOA

A Quick Introduction to SOA Software Engineering Competence Center TUTORIAL A Quick Introduction to SOA Mahmoud Mohamed AbdAllah Senior R&D Engineer-SECC mmabdallah@itida.gov.eg Waseim Hashem Mahjoub Senior R&D Engineer-SECC Copyright

More information

Enterprise Application Designs In Relation to ERP and SOA

Enterprise Application Designs In Relation to ERP and SOA Enterprise Application Designs In Relation to ERP and SOA DESIGNING ENTERPRICE APPLICATIONS HASITH D. YAGGAHAVITA 20 th MAY 2009 Table of Content 1 Introduction... 3 2 Patterns for Service Integration...

More information

What You Need to Know About Transitioning to SOA

What You Need to Know About Transitioning to SOA What You Need to Know About Transitioning to SOA written by: David A. Kelly, ebizq Analyst What You Need to Know About Transitioning to SOA Organizations are increasingly turning to service-oriented architectures

More information

The Power Marketing Information System Model Based on Cloud Computing

The Power Marketing Information System Model Based on Cloud Computing 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.96 The Power Marketing Information

More information

A Study on Service Oriented Network Virtualization convergence of Cloud Computing

A Study on Service Oriented Network Virtualization convergence of Cloud Computing A Study on Service Oriented Network Virtualization convergence of Cloud Computing 1 Kajjam Vinay Kumar, 2 SANTHOSH BODDUPALLI 1 Scholar(M.Tech),Department of Computer Science Engineering, Brilliant Institute

More information

Research on Operation Management under the Environment of Cloud Computing Data Center

Research on Operation Management under the Environment of Cloud Computing Data Center , pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering

More information

A standards-based approach to application integration

A standards-based approach to application integration A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist Macnair@us.ibm.com Copyright IBM Corporation 2005. All rights

More information

Integrated Tourism Service Supply Chain Management System Based on SOA

Integrated Tourism Service Supply Chain Management System Based on SOA Supply Chain System Based on SOA HU Xinyue School of, Jinan University Guangzhou 510632, Guangdong, P.R. China Abstract: To support the coordinated operation of the tourism service supply chain, integrated

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

SODDA A SERVICE-ORIENTED DISTRIBUTED DATABASE ARCHITECTURE

SODDA A SERVICE-ORIENTED DISTRIBUTED DATABASE ARCHITECTURE SODDA A SERVICE-ORIENTED DISTRIBUTED DATABASE ARCHITECTURE Breno Mansur Rabelo Centro EData Universidade do Estado de Minas Gerais, Belo Horizonte, MG, Brazil breno.mansur@uemg.br Clodoveu Augusto Davis

More information

Software Engineering II

Software Engineering II Software Engineering II Dr. Rami Bahsoon School of Computer Science University of Birmingham r.bahsoon@cs.bham.ac.uk Software Engineering II - Dr R Bahsoon Introduction to Cloud and SOA 1 Service-oriented

More information

A Research on the Architecture of ERP for Small & Medium-Sized Enterprise Based on Agent and SOA

A Research on the Architecture of ERP for Small & Medium-Sized Enterprise Based on Agent and SOA A Research on the Architecture of ERP for Small & Medium-Sized Enterprise Based on Agent and SOA Ruixue Fu 1, Zhanhong Xin 2 and Jianzhang Wu 3 1,2 School of Economics and Management, Beijing University

More information

Design of Electronic Medical Record System Based on Cloud Computing Technology

Design of Electronic Medical Record System Based on Cloud Computing Technology TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.5, May 2014, pp. 4010 ~ 4017 DOI: http://dx.doi.org/10.11591/telkomnika.v12i5.4392 4010 Design of Electronic Medical Record System Based

More information

An empirical study of messaging systems and migration to service-oriented architecture

An empirical study of messaging systems and migration to service-oriented architecture An empirical study of messaging systems and migration to service-oriented architecture Raouf Alomainy and Wei Li Computer Science Department, University of Alabama in Huntsville, Huntsville, AL 35899 {ralomain,

More information

Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing

Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing www.ijcsi.org 579 Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing Zhang Ming 1, Hu Chunyang 2 1 Department of Teaching and Practicing, Guilin University of Electronic Technology

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies

More information

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom. M2M Communications and Internet of Things for Smart Cities Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.fr WHAT IS EURECOM A graduate school & research centre in communication

More information

INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal

INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal Research Article ISSN 2277 9140 ABSTRACT An e-college Time table Retrieval

More information

Service-Oriented Architecture: Analysis, the Keys to Success!

Service-Oriented Architecture: Analysis, the Keys to Success! Service-Oriented Architecture: Analysis, the Keys to Success! Presented by: William F. Nazzaro CTO, Inc. bill@iconatg.com www.iconatg.com Introduction Service-Oriented Architecture is hot, but we seem

More information

Platform Autonomous Custom Scalable Service using Service Oriented Cloud Computing Architecture

Platform Autonomous Custom Scalable Service using Service Oriented Cloud Computing Architecture Platform Autonomous Custom Scalable Service using Service Oriented Cloud Computing Architecture 1 B. Kamala 2 B. Priya 3 J. M. Nandhini 1 2 3 ABSTRACT The global economic recession and the shrinking budget

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Internet has revolutionized the world. There seems to be no limit to the imagination of how computers can be used to help mankind. Enterprises are typically comprised of hundreds

More information

Remote Sensitive Image Stations and Grid Services

Remote Sensitive Image Stations and Grid Services International Journal of Grid and Distributed Computing 23 Remote Sensing Images Data Integration Based on the Agent Service Binge Cui, Chuanmin Wang, Qiang Wang College of Information Science and Engineering,

More information

Introduction to Service-Oriented Architecture for Business Analysts

Introduction to Service-Oriented Architecture for Business Analysts Introduction to Service-Oriented Architecture for Business Analysts This course will provide each participant with a high-level comprehensive overview of the Service- Oriented Architecture (SOA), emphasizing

More information

Model Driven Interoperability through Semantic Annotations using SoaML and ODM

Model Driven Interoperability through Semantic Annotations using SoaML and ODM Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:

More information

Business-Driven Software Engineering Lecture 3 Foundations of Processes

Business-Driven Software Engineering Lecture 3 Foundations of Processes Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster jku@zurich.ibm.com Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary

More information

WEB SERVICES OF MMS APPLICATIONS ON MOBILE DEVICES

WEB SERVICES OF MMS APPLICATIONS ON MOBILE DEVICES Journal of Marine Science and Technology, Vol. 14, No. 3, pp. 165-169 (2006) 165 WEB SERVICES OF MMS APPLICATIONS ON MOBILE DEVICES Cheng-Chih Yang* and Cheng-Min Lin** Key words: MMS, PDA, WSDL, GPRS.

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

QAME Support for Policy-Based Management of Country-wide Networks

QAME Support for Policy-Based Management of Country-wide Networks QAME Support for Policy-Based Management of Country-wide Networks Clarissa C. Marquezan, Lisandro Z. Granville, Ricardo L. Vianna, Rodrigo S. Alves Institute of Informatics Computer Networks Group Federal

More information

SOA Myth or Reality??

SOA Myth or Reality?? IBM TRAINING S04 SOA Myth or Reality Jaqui Lynch IBM Corporation 2007 SOA Myth or Reality?? Jaqui Lynch Mainline Information Systems Email jaqui.lynch@mainline.com Session S04 http://www.circle4.com/papers/s04soa.pdf

More information

Web Services for Environmental Informatics

Web Services for Environmental Informatics Web Services for Environmental Informatics Erick Arauco a and Lorenzo Sommaruga b a University of Piura - Engineering Department,Piura, Perú- earauco@udep.edu.pe b University of Applied Sciences of Southern

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

Analyses on functional capabilities of BizTalk Server, Oracle BPEL Process Manger and WebSphere Process Server for applications in Grid middleware

Analyses on functional capabilities of BizTalk Server, Oracle BPEL Process Manger and WebSphere Process Server for applications in Grid middleware Analyses on functional capabilities of BizTalk Server, Oracle BPEL Process Manger and WebSphere Process Server for applications in Grid middleware R. Goranova University of Sofia St. Kliment Ohridski,

More information

SOA and Cloud in practice - An Example Case Study

SOA and Cloud in practice - An Example Case Study SOA and Cloud in practice - An Example Case Study 2 nd RECOCAPE Event "Emerging Software Technologies: Trends & Challenges Nov. 14 th 2012 ITIDA, Smart Village, Giza, Egypt Agenda What is SOA? What is

More information

Unlocking the Power of SOA with Business Process Modeling

Unlocking the Power of SOA with Business Process Modeling White Paper Unlocking the Power of SOA with Business Process Modeling Business solutions through information technology TM Entire contents 2006 by CGI Group Inc. All rights reserved. Reproduction of this

More information

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford y.f.hu@bradford.ac.

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford y.f.hu@bradford.ac. ITU-T Kaleidoscope Conference Innovations in NGN Managing NGN using the SOA Philosophy Y. Fun Hu University of Bradford y.f.hu@bradford.ac.uk Next Generation Network (NGN) A IP/IMS based network Provide

More information

Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM)

Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM) Volume 27 No.5, August 2011 Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM) Dr. S. Srinivasan Professor PDM Engineering College Bhadurgarh 1245 Haryana,

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

Multi-Agent Model for Automation of Business Process Management System Based on Service Oriented Architecture

Multi-Agent Model for Automation of Business Process Management System Based on Service Oriented Architecture Multi-Agent Model for Automation of Business Process Management System Based on Service Oriented Architecture Soe Winn, May Thwe Oo Abstract Business process automation is an important task in an enterprise

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1) E14294-04 January 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include: What

More information

2.1. The Notion of Customer Relationship Management (CRM)

2.1. The Notion of Customer Relationship Management (CRM) Int. J. Innovative Ideas (IJII) www.publishtopublic.com A Review on CRM and CIS: A Service Oriented Approach A Review on CRM and CIS: A Service Oriented Approach Shadi Hajibagheri 1, *, Babak Shirazi 2,

More information

An Intelligent Middleware Platform and Framework for RFID Reverse Logistics

An Intelligent Middleware Platform and Framework for RFID Reverse Logistics International Journal of Future Generation Communication and Networking 75 An Intelligent Middleware Platform and Framework for RFID Reverse Logistics Jihyun Yoo, and Yongjin Park Department of Electronics

More information

COPYRIGHTED MATERIAL. Chapter 1: Introduction

COPYRIGHTED MATERIAL. Chapter 1: Introduction Chapter 1: Introduction 1 Chapter 1: Introduction A major industry trend is evident in the deployment of Web services technology to enhance existing services and to create new and innovative services.

More information

Open Access Research and Design for Mobile Terminal-Based on Smart Home System

Open Access Research and Design for Mobile Terminal-Based on Smart Home System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System

More information

CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW

CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW 1 XINQIN GAO, 2 MINGSHUN YANG, 3 YONG LIU, 4 XIAOLI HOU School of Mechanical and Precision Instrument Engineering, Xi'an University

More information

Platform Autonomous Custom Scalable Service using Service Oriented Cloud Computing Architecture

Platform Autonomous Custom Scalable Service using Service Oriented Cloud Computing Architecture Platform Autonomous Custom Scalable Service using Service Oriented Cloud Computing Architecture 1 B. Kamala 2 B. Priya 3 J. M. Nandhini - 1 AP-II, MCA Dept, Sri Sai Ram Engineering College, Chennai, kamala.mca@sairam.edu.in

More information

Research on the Model of Enterprise Application Integration with Web Services

Research on the Model of Enterprise Application Integration with Web Services Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business

More information

XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing

XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing International Journal of Computational Engineering Research Vol, 03 Issue, 10 XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing Kamlesh Lakhwani 1, Ruchika Saini 1 1 (Dept. of Computer

More information

The Impact of SOA Policy-Based Computing on C2 Interoperation and Computing

The Impact of SOA Policy-Based Computing on C2 Interoperation and Computing The Impact of SOA Policy-Based Computing on C2 Interoperation and Computing Raymond Paul OSD NII Department of Defense Washington, DC W. T. Tsai Department of Computer Science and Engineering Arizona State

More information

SOA CERTIFIED JAVA DEVELOPER (7 Days)

SOA CERTIFIED JAVA DEVELOPER (7 Days) SOA CERTIFIED JAVA DEVELOPER (7 Days) To achieve this certification, the following exams must be completed with a passing grade: Exam S90.01: Fundamental SOA & Service-Oriented Computing Exam S90.02: SOA

More information

http://www.paper.edu.cn

http://www.paper.edu.cn 5 10 15 20 25 30 35 A platform for massive railway information data storage # SHAN Xu 1, WANG Genying 1, LIU Lin 2** (1. Key Laboratory of Communication and Information Systems, Beijing Municipal Commission

More information

On Cloud Computing Technology in the Construction of Digital Campus

On Cloud Computing Technology in the Construction of Digital Campus 2012 International Conference on Innovation and Information Management (ICIIM 2012) IPCSIT vol. 36 (2012) (2012) IACSIT Press, Singapore On Cloud Computing Technology in the Construction of Digital Campus

More information

A Unified Messaging-Based Architectural Pattern for Building Scalable Enterprise Service Bus

A Unified Messaging-Based Architectural Pattern for Building Scalable Enterprise Service Bus A Unified Messaging-Based Architectural Pattern for Building Scalable Enterprise Service Bus Karim M. Mahmoud 1,2 1 IBM, Egypt Branch Pyramids Heights Office Park, Giza, Egypt kmahmoud@eg.ibm.com 2 Computer

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

Cloud Computing & Service Oriented Architecture An Overview

Cloud Computing & Service Oriented Architecture An Overview Cloud Computing & Service Oriented Architecture An Overview Sumantra Sarkar Georgia State University Robinson College of Business November 29 & 30, 2010 MBA 8125 Fall 2010 Agenda Cloud Computing Definition

More information

Vertical Integration of Enterprise Industrial Systems Utilizing Web Services

Vertical Integration of Enterprise Industrial Systems Utilizing Web Services Vertical Integration of Enterprise Industrial Systems Utilizing Web Services A.P. Kalogeras 1, J. Gialelis 2, C. Alexakos 1, M. Georgoudakis 2, and S. Koubias 2 1 Industrial Systems Institute, Building

More information

Run-time Service Oriented Architecture (SOA) V 0.1

Run-time Service Oriented Architecture (SOA) V 0.1 Run-time Service Oriented Architecture (SOA) V 0.1 July 2005 Table of Contents 1.0 INTRODUCTION... 1 2.0 PRINCIPLES... 1 3.0 FERA REFERENCE ARCHITECTURE... 2 4.0 SOA RUN-TIME ARCHITECTURE...4 4.1 FEDERATES...

More information

Web Services Software Architecture

Web Services Software Architecture Web Services Software Architecture Syahrul Fahmy School of Informatics, The University of Manchester, PO Box 88, Manchester M60 1QD, United Kingdom S.Abdul-wahab@postgrad.manchester.ac.uk Abstract. Web

More information

TECHNOLOGY GUIDE THREE. Emerging Types of Enterprise Computing

TECHNOLOGY GUIDE THREE. Emerging Types of Enterprise Computing TECHNOLOGY GUIDE THREE Emerging Types of Enterprise Computing TECHNOLOGY GU IDE OUTLINE TG3.1 Introduction TG3.2 Server Farms TG3.3 Virtualization TG3.4 Grid Computing TG3.5 Utility Computing TG3.6 Cloud

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:

More information

Development of a Web-based Information Service Platform for Protected Crop Pests

Development of a Web-based Information Service Platform for Protected Crop Pests Development of a Web-based Information Service Platform for Protected Crop Pests Chong Huang 1, Haiguang Wang 1 1 Department of Plant Pathology, China Agricultural University, Beijing, P. R. China 100193

More information

A Conceptual Technique for Modelling Security as a Service in Service Oriented Distributed Systems

A Conceptual Technique for Modelling Security as a Service in Service Oriented Distributed Systems Volume 1, Number 2, December 2014 JOURNAL OF COMPUTER SCIENCE AND SOFTWARE APPLICATION A Conceptual Technique for Modelling Security as a Service in Service Oriented Distributed Systems Satish Kumar*,

More information

Service-Oriented Software Testing Platform *

Service-Oriented Software Testing Platform * Service-Oriented Software Testing Platform * Fagui Liu 1, Chunwei Luo 1 School of Computer Science and Engineering, South China University of Technology 510640 Guangzhou, Guangdong, P.R. China fgliu@scut.edu.cn,

More information

Monitoring of Business Processes in the EGI

Monitoring of Business Processes in the EGI Monitoring of Business Processes in the EGI Radoslava Hristova Faculty of Mathematics and Informatics, University of Sofia St. Kliment Ohridski, 5 James Baucher, 1164 Sofia, Bulgaria radoslava@fmi.uni-sofia.bg

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

Managing the Data Center Using the JBoss Enterprise SOA Platform

Managing the Data Center Using the JBoss Enterprise SOA Platform Managing the Data Center Using the JBoss Enterprise SOA Platform Isaac Christoffersen Contributor, incommon, Inc 3 September 2009 1 Service Architectures Cloud Infrastructure SaaS Cloud Infrastructure

More information

How To Understand A Services-Oriented Architecture

How To Understand A Services-Oriented Architecture Introduction to Service Oriented Architecture CSCI-5828 Foundations of Software Engineering Ming Lian March 2012 Executive Summary This Executive Summary gives the straight word to the fresh that have

More information

Internet of Things. Reply Platform

Internet of Things. Reply Platform Internet of Things Reply Platform Internet of Things: Concept Reply vision An ecosystem of connected people, objects and services; enabled by pervasive and transparent technology built to improve our quality

More information

SOA CERTIFIED CONSULTANT

SOA CERTIFIED CONSULTANT SOA CERTIFIED CONSULTANT (5 Days) A Certified SOA Consultant is required to obtain proficiency in a cross-section of key SOA topic areas, including both conceptual and technical aspects of service-oriented

More information

Study on the Students Intelligent Food Card System Based on SaaS

Study on the Students Intelligent Food Card System Based on SaaS Advance Journal of Food Science and Technology 9(11): 871-875, 2015 ISSN: 2042-4868; e-issn: 2042-4876 2015 Maxwell Scientific Publication Corp. Submitted: April 9, 2015 Accepted: April 22, 2015 Published:

More information

Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus

Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 Unit objectives

More information

CMiS: A Cloud Computing Based Management Information System

CMiS: A Cloud Computing Based Management Information System International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 1 (2014), pp. 15-20 International Research Publications House http://www. irphouse.com /ijict.htm CMiS:

More information

David Pilling Director of Applications and Development

David Pilling Director of Applications and Development Service Oriented Architecture for Law Firms: SOA is inevitable, are you ready? David Pilling Director of Applications and Development "Things should be made as simple as possible, but no simpler. -- Albert

More information

A Service Oriented Security Reference Architecture

A Service Oriented Security Reference Architecture International Journal of Advanced Computer Science and Information Technology (IJACSIT) Vol. 1, No.1, October 2012, Page: 25-31, ISSN: 2296-1739 Helvetic Editions LTD, Switzerland www.elvedit.com A Service

More information

Toward Next Generation Distributed Business Information Systems: Five Inherent Capabilities of Service-Oriented Computing

Toward Next Generation Distributed Business Information Systems: Five Inherent Capabilities of Service-Oriented Computing Toward Next Generation Distributed Business Information Systems: Five Inherent Capabilities of -Oriented Computing Chung, Sam and Davalos, Sergio Abstract The research conducted examines how the emerging

More information

Figure 1: Illustration of service management conceptual framework

Figure 1: Illustration of service management conceptual framework Dagstuhl Seminar on Service-Oriented Computing Session Summary Service Management Asit Dan, IBM Participants of the Core Group Luciano Baresi, Politecnico di Milano Asit Dan, IBM (Session Lead) Martin

More information

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th irods and Metadata survey Version 0.1 Date 25th March Purpose Survey of Status Complete Author Abhijeet Kodgire akodgire@indiana.edu Table of Contents 1 Abstract... 3 2 Categories and Subject Descriptors...

More information

Integration of radio frequency identification and building information modelling for decentralised information management

Integration of radio frequency identification and building information modelling for decentralised information management icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Integration of radio frequency identification and building

More information

Research on Semantic Web Service Composition Based on Binary Tree

Research on Semantic Web Service Composition Based on Binary Tree , pp.133-142 http://dx.doi.org/10.14257/ijgdc.2015.8.2.13 Research on Semantic Web Service Composition Based on Binary Tree Shengli Mao, Hui Zang and Bo Ni Computer School, Hubei Polytechnic University,

More information

Praseeda Manoj Department of Computer Science Muscat College, Sultanate of Oman

Praseeda Manoj Department of Computer Science Muscat College, Sultanate of Oman International Journal of Electronics and Computer Science Engineering 290 Available Online at www.ijecse.org ISSN- 2277-1956 Analysis of Grid Based Distributed Data Mining System for Service Oriented Frameworks

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

An innovative, open-standards solution for Konnex interoperability with other domotic middlewares

An innovative, open-standards solution for Konnex interoperability with other domotic middlewares An innovative, open-standards solution for Konnex interoperability with other domotic middlewares Vittorio Miori, Luca Tarrini, Maurizio Manca, Gabriele Tolomei Italian National Research Council (C.N.R.),

More information

INTERNET OF THINGS Recent Advances and Applications MengChu Zhou, Tongji University and New Jersey Institute of Technology

INTERNET OF THINGS Recent Advances and Applications MengChu Zhou, Tongji University and New Jersey Institute of Technology INTERNET OF THINGS Recent Advances and Applications MengChu Zhou, Tongji University and New Jersey Institute of Technology What is the next Industrial Revolution? The 1st answer People producing their

More information

Big Data Storage Architecture Design in Cloud Computing

Big Data Storage Architecture Design in Cloud Computing Big Data Storage Architecture Design in Cloud Computing Xuebin Chen 1, Shi Wang 1( ), Yanyan Dong 1, and Xu Wang 2 1 College of Science, North China University of Science and Technology, Tangshan, Hebei,

More information

Distributed systems. Distributed Systems Architectures

Distributed systems. Distributed Systems Architectures Distributed systems Distributed Systems Architectures Virtually all large computer-based systems are now distributed systems. Information processing is distributed over several computers rather than confined

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

2 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering.

2 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering. Service Oriented Architecture Definition (1) Definitions Services Organizational Impact SOA principles Web services A service-oriented architecture is essentially a collection of services. These services

More information

A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition

A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition 32 A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition Ion SMEUREANU, Andreea DIOŞTEANU Economic Informatics Department, Academy of

More information

Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems

Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems eenviper White Paper #4 Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems 1 Executive Summary Cloud computing could revolutionise public services

More information

Six Strategies for Building High Performance SOA Applications

Six Strategies for Building High Performance SOA Applications Six Strategies for Building High Performance SOA Applications Uwe Breitenbücher, Oliver Kopp, Frank Leymann, Michael Reiter, Dieter Roller, and Tobias Unger University of Stuttgart, Institute of Architecture

More information

Cloud Computing for Agent-based Traffic Management Systems

Cloud Computing for Agent-based Traffic Management Systems Cloud Computing for Agent-based Traffic Management Systems Manoj A Patil Asst.Prof. IT Dept. Khyamling A Parane Asst.Prof. CSE Dept. D. Rajesh Asst.Prof. IT Dept. ABSTRACT Increased traffic congestion

More information

E-Learning as a Web Service

E-Learning as a Web Service E-Learning as a Web Service Peter Westerkamp University of Münster Institut für Wirtschaftsinformatik Leonardo-Campus 3 D-48149 Münster, Germany pewe@wi.uni-muenster.de Abstract E-learning platforms and

More information

The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang

The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang Nanjing Communications

More information

Managing Enterprise Devices and Apps using System Center Configuration Manager

Managing Enterprise Devices and Apps using System Center Configuration Manager Course 20696B: Managing Enterprise Devices and Apps using System Center Configuration Manager Course Details Course Outline Module 1: Managing Desktops and Devices in the Enterprise This module explains

More information

siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service

siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service Ahmad Pahlavan Tafti 1, Hamid Hassannia 2, and Zeyun Yu 1 1 Department of Computer Science, University of Wisconsin -Milwaukee,

More information