Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems

Size: px
Start display at page:

Download "Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems"

Transcription

1 Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems Wolfram Wöß, Anton Dunzendorfer Institute for Applied Knowledge Processing (FAW) Johannes Kepler University Linz, Austria {wwoess, Abstract. During the last years the tourism industry realized the potential of Web-based tourism information systems (TIS) to increase the competitiveness by providing individual and specialized information about tourism objects. This leaded to a broad spectrum of tourism information systems distributed over various Web sites. But the described situation is not really satisfying for the users of such systems, the tourists, which required flexible and easy-to-use search functionalities. To fulfill the tourists request for an extensive data collection on the one hand and to provide adequate search functionalities on the other hand, it is inevitable to make accumulated data from different sources accessible. The integration of distributed data sources has great impact on the quality of tourism information systems and follows the trend not to implement further systems, but to extend and improve existing systems. Beside comprehensive integration of tourism data, for tourists simultaneous availability and access to distributed tourism information systems supported by a generic and universally valid client application is desirable. In this paper an adapter concept is introduced which allows uniform and homogenous data interchange between a Web-based client application and several distributed heterogeneous tourism information systems. Moreover, data interchange between different TIS applications is supported. The key advantage of this concept is that both the client adapter and the adapter are designed as add-on modules and therefore their installation causes only low adaptation effort concerning existing applications. Keywords. tourism information systems (TIS), electronic data interchange (EDI), information integration, etourism, E-Commerce. 1 Introduction During the last years the introduction of World Wide Web (WWW) based applications has been very successful especially in the field of tourism electronic commerce and still the turnovers are increasing rapidly. Until now, many Web-based tourism information and reservation systems have been developed. To fulfill the tourists request for an extensive data collection on the one hand and to provide adequate search functionalities on the other hand, it is inevitable to make accumulated data from different sources accessible. There are a number of approaches that have K. Bauknecht, A M. Tjoa, G. Quirchmayr (Eds.): EC-Web 2002, LNCS 2455, pp , Springer-Verlag Berlin Heidelberg 2002

2 184 W. Wöß and A. Dunzendorfer been investigated so far to realize data access to heterogeneous data sources, for example, IRODB [1], XML-KM [2] or InTouriSME [3]. A further approach is the reference model RMSIG [4], [5], which enables uniform access to and interaction between components of an electronic market based on different specific models. To establish a communication line between the client and the existing solutions use standardized messages based on application depending guidelines. Updates of such messages entail the adaptation of each connected application which processes the affected message(s). This is a main reason, why standards which are based on structured messages require a long-term specification process. Especially for applications in etourism which are characterized by frequent updates and extensions, this inflexibility is not appropriate. In general, data access to heterogeneous tourism information systems (TIS) is possible in a twofold way: Firstly, as business-to-consumer (B2C) communication between a potential tourist and a tourism information system. Secondly, as businessto-business (B2B) communication between various tourism information systems [6]. To enable uniform data access to heterogeneous TIS in the field of B2C and especially in the field of B2B several problems have to be considered [6], [7]. The main problem is the establishment of adequate data interchange facilities between heterogeneous TIS applications as well as between client and applications. The approach presented in this paper primarily focuses B2C electronic data interchange (EDI) [8]. The underlying adapter concept allows uniform and homogenous data interchange between a Web-based client application and several distributed heterogeneous TIS. Moreover, EDI between different TIS applications is supported. The paper is organized as follows: Section 2 gives an overview of the approach which enables data access to heterogeneous TIS based on a standardized interface. After the introduction of the client/ adapter concept in Section 3, Section 4 describes the implemented client adapter prototype. Finally, Section 5 concludes and gives an outlook on future work. 2 The Approach In a previous contribution (tourism information system query language), a uniform interface for data access and data interchange between heterogeneous tourism information systems was introduced [9]. supports the architecture illustrated in Figure 1. In contrast to existing EDI solutions is a query language which is designed for tourism information systems. A primary goal of is not to provide a further communication and message standard, but to enable flexible specified queries with the purpose to exchange data between a client and a. For a correct usage of it is not necessary to consider a structural order of attributes. It is sufficient to specify a valid query statement depending on the language rules and the underlying general data model for tourism information systems [10]. The syntax of is similar to the standard query language (SQL) [11] of

3 Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems 185 relational database systems. Tourism information systems are treated as database systems for tourism data, regardless whether the underlying database is managed by a file system or a relational database system. Client Client- Adapter Server- Adapter 1 TIS 1 Server- Adapter n TIS n Fig. 1. communication between client/ adapter and / adapter supports interchange of two kinds of information: plain tourism data, e.g. hotels, sightseeing, sports facilities, camping sites and common (meta) information about tourism information systems, e.g. national languages or currency information. Meta information is important for both B2C and B2B communication. For example, in the case of B2C communication a user needs information about the national languages which are supported by a TIS or which attributes are used to describe a special tourism object, e.g. a camping site. In the case of B2B communication data interchange is only useful and possible, if both systems support a subset of equal national languages or a subset of equal attributes of camping sites. To establish such a based connection a client and a adapter are required. In the following section, the client/ adapter concept is introduced. 3 The Client-Server Adapter Concept The client/ adapter architecture consists of two components, a client adapter at the client side and a adapter which extends a TIS. These components on the one hand allow uniform communication and data interchange between a consumer (tourist) and a TIS (B2C) and on the other hand uniform communication between various TIS (B2B). Both adapters are used as interfaces to client or applications respectively. 3.1 The Client Adapter The client adapter is responsible for the availability of a uniform user interface presented to a user. For this, the client adapter initiates the communication process, temporarily stores the query results and transfers this result to the encapsulated client application (see Figure 2). Updates of the communication specification only affect the client adapter the client application itself remains unchanged.

4 186 W. Wöß and A. Dunzendorfer For a tourist using the client adapter offers the possibility to communicate with those TIS which support the adapter concept. In this context, a key advantage is that users no longer have to cope with differences in information presentation and interaction with TI systems, because tourists have access to various TIS via a generic and uniform user interface provided by the client adapter. Hence, users need not to be familiar with the individual functionality of each TIS. client adapter user URL GUI EDI result EDI adapter TIS Fig. 2. Components of the client adapter There are several possibilities for the activation and implementation of the client adapter, which each are based on actual Internet technologies: Plug-in, Java applet [12], Java servlet [12], [13], [14], JavaServer pages [12], [15] and ".jar"-files. The realization of the client adapter as plug-in is a proper approach, since in this case it operates as autonomous application. In the first step, the client adapter plug-in is requested from a Web (Figure 3, A). Afterwards, the client application (e.g., Web browser) receives the file (plug-in) which works as an extension of the client (Figure 3, B). In the last step, the client activates and starts the client adapter with the purpose to establish a connection with tourism information systems (Figure 3, C). client adapter plug-in client B Web A C client adapter URL EDI adapter TIS Fig. 3. Client adapter realized as plug-in The client adapter concept offers two important advantages concerning the search functionalities of the system. Firstly, a tourist easily gains an overview about kind and type of information a tourism information system offers. This aggregated view about languages,

5 Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems 187 currencies, tourism objects, describing attributes, etc., helps a tourist to decide, if a particular TIS fulfills his personal needs. Secondly, a tourist achieves the possibility to reach different and heterogeneous TIS by using a homogeneous GUI (graphical user interface). The architecture of the client adapter is illustrated in Figure 4. To provide the necessary functions, two modules are established. The EDI module is responsible for data interchange functions and the result module temporarily stores and transforms the data stream into the requested format. In the first step, the EDI module receives a text string representing the statement which is transmitted to the adapter. After the adapter has processed the statement, it returns the DB (database) output which corresponding to the original statement to the result module of the client adapter. The result module is divided into two components which transform the DB output either in an XML (extensible Markup Language) or HTML (HyperText Markup Language) DB output stream. client adapter text string DB output byte stream (XML) EDI module DB output byte array output stream RESULT module text string DB output adapter SQL TIScover Fig. 4. Architecture of the client adapter To enable uniform communication beside a client adapter also a adapter is required. Concept and functionality of the sever adapter are described in the following section. 3.2 The Server Adapter Analogous to the client adapter, the adapter transforms data of the uniform interface into a form which corresponds to the data structures of the TIS database [10]. Hence, a adapter has to be implemented for a specific TIS individually. The TIS itself is independent from changes of the B2B or B2C communication specification, because it remains encapsulated, since the sever adapter is designed as advanced data interface (see Figure 5). The main task of the adapter is to transform the communication and the resulting data flow into a form which is appropriate for the database or file system of the TIS.

6 188 W. Wöß and A. Dunzendorfer client client adapter uniform EDI adapter TIS Fig. 5. Communication between client adapter and adapter The adapter provides the following functions: Transformation of a statement into a TIS appropriate DB statement (for B2C and B2B communication) Adaptation of TIS specific characteristics in order to use them with (for B2C and B2B communication) Generation and transmission of the result files (for B2C and B2B communication) Communication with other tourism information systems by simulating a client adapter (for B2B communication, Figure 6) adapter n TIS n result EDI EDI adapter m TIS m Fig. 6. Server adapter as "client adapter" for B2B communication The general architecture of the adapter is illustrated in Figure 7. After the adapter is initialized in the first step, general information is polled from a tourism information system (e.g. the official Austrian destination information and booking system TIScover [16], [17]). This is necessary to receive data for the system info statements of. Methods which belong to the update block are responsible to update the storage pool using the results of SQL statements which are executed within the TIS. For example, the method update language fetches all existing national languages and the method update object type fetches all existing object types of a TIS. The results of the update block methods are stored within the storage pool in all those languages, which are provided by the TIS 1. If the adapter receives a statement from the client adapter, first, this statement is processed by the client thread, which establishes the connection to the client adapter. The next actions depend on the type of the statement. If the statement is a system info statement, then the system information is fetched from the storage pool and returned to the client adapter 2. In the case that a "select" statement is received it is passed through to the select block. After a syntax

7 Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems 189 check, the methods of the select block generate the corresponding and equivalent SQL statements of the TIS, also including data out of the storage pool 3. adapter DB output stmt. DB output client thread select stmt. System info stmt. 2 storage pool English German 1 3 select stmt. update block update language update region type update region update object type update keyword upd. keyword expression update currency update attribute upd. attribute expression select block currency/conversion regional structure object type keyword WHERE condition attribute extension SQL TIScover SQL Fig. 7. Architecture of the adapter The methods of the select block provide the following functionality: Currency/conversion: generates the SQL statements which are necessary to fetch data about currency conversion from a TIS. Regional structure: generates SQL statements to fetch the structure of regions from a TIS. Object type: generates SQL statements to fetch the object types of a region. Keyword: generates SQL statements to fetch various keywords of object types. WHERE condition: generates SQL statements which correspond to the WHEREclause of a statement. Attribute: generates SQL statements which correspond to the SELECT-clause attributes of the statement. extension: allows to extend the existing adapter with new methods to cope with future requirements. After all methods are executed and the statement is processed completely, the query result (DB output) is returned from the select block to the client adapter.

8 190 W. Wöß and A. Dunzendorfer One key advantage of the introduced adapter architecture is that the system information is temporarily stored within the adapter. Therefore only "select" statements or updates of internal data require further database access, thus making the system well performing. In the following section, the functionality of the graphical user interface (GUI) of the client adapter prototype is introduced. 4 The Client Adapter Prototype The generic version of the client adapter starts with the presentation of a selection list containing all those tourism information systems which are supported by the client/ adapter communication system. After the user has selected a TIS, the connection is established and the main window of the client adapter is presented (Figure 8). The implemented client adapter prototype is confined to enable data access to the tourism information system TIScover. First of all, the main window allows the user to specify a query and finally, it presents the query results. Fig. 8. The client adapter user interface In Figure 8 the following criteria are selected: Language: German Currency: Euro

9 Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems 191 Region type: Town/Village Region: Linz Object type: Hotel Condition definition: category 4 stars, room type = single room Period: 20 th 26 th October 2001 Subsequently, due to the described selection every information is presented in German in combination with Euro prices. The selected output attributes are hotel name, address, price, category and room type. The selected output format is HTML. The user starts the query process by clicking on the search button. The result set is presented within the frame at the right bottom of the window. The attribute order depends on the selection order of the output attributes. The total implementation effort for client and adapter is approximately 5 person-month. 5 Conclusions Data access to different heterogeneous data sources is an important competition factor for the participants of electronic markets. Especially in the field of tourism information systems, the tourists request for an extensive data collection and adequate search functionalities more and more increases the necessity of co-operations between tourism information systems. Hence, data access to heterogeneous tourism information systems is required in the field of B2C as well as B2B to be able to provide accumulated data of different sources (TIS). In order to support both communication types the presented approach is based on a uniform client/ and / communication using and the introduced adapter concept. The client adapter as add-on for client applications realizes two functions: uniform communication at the client side and a generic and uniform GUI for tourism information systems. The adapter extends a specific TIS, thus, enabling data access to the TIS database by processing statements and returning uniform result sets to the client (adapter). In order to evaluate the client and adapter concept and to have a detailed look on performance and usability features, prototypes for the Austrian tourism information system TIScover were implemented. In most cases existing standards for uniform communication use predefined messages for data interchange. Updates of such messages entail the adaptation of each connected application which processes the affected message(s). Especially for applications in etourism which are characterized by frequent updates and extensions, this inflexibility is not appropriate. This is in contrast to the discussed approach which offers high flexibility in combination with a uniform communication and which can easily be adapted to existing systems. A further advantage is that the client adapter establishes a generic and uniform graphical user interface to search for and to present data of heterogeneous TIS by using. Further work will be the development of a mediator between client adapter and adapter in order to offer the possibility to send only one request and to get and

10 192 W. Wöß and A. Dunzendorfer collect the results of multiple alternative tourism information systems at the same time. References 1. Gardarin G., Gannouni S., Finance B., Fankhauser P., Klas W., Pastre D., Legoff R., Ramfos A.: IRO DB A Distributed System Federating Object and Relational Databases, In: Bukhres O. and Elmargarmid A.K. (eds.), Object Oriented Multidatabase Systems, Prentice Hall (1994) 2. Gardarin G., Huck G., Bezares J. L., Muñoz J. M., Pühretmair F., Busse R., Muñoz J. L., Iglesias J., Niño M.: General Architecture Specification, Project: XML KM, XML based Mediator for Knowledge Extraction and Brokering, EU Project IST 12030, Deliverable D11 V2.3, e XMLmedia, GMD, IBERMATICA, SITESA (2001) 3. Antich A., Merino M.: MDS structure inside CAP Database, Deliverable of InTouriSME Building an Internet based Tourism Constituency for SMEs in the Less Favored Regions of Europe, EU Project 21349, Deliverable D V2.0 (1999) 4. Höpken W.: Modeling of an Electronic Tourism Market, Proc. Information and Communication Technologies in Tourism (ENTER) 1999, Innsbruck, Springer Computer Science (1999) 5. Höpken W.: Reference Model Of An Electronic Tourism Market, Proc. Information and Communication Technologies in Tourism (ENTER) 2000, Barcelona, Springer Computer Science (2000) 6. Wöß W., Dunzendorfer A.: Configurable EDI for Heterogeneous Tourism Information Systems Based on XML, Proc. Information and Communication Technologies in Tourism (ENTER) 2001, Montreal, Springer Computer Science (2001) 7. Dunzendorfer A., Küng J., Wagner R.: Data Access to Heterogeneous Tourism Information Systems, Proc. Information and Communication Technologies in Tourism (ENTER) 1998, Istanbul, Springer Computer Science (1998) 8. Schmoll, Thomas: Handelsverkehr elektronisch, weltweit: Nachrichtenaustausch mit EDI/EDIFACT. Markt & Technik Verlag, München (1994) 9. Küng J., Dunzendorfer A., Wagner R.: A Unified Query Language for Tourism Information Systems. Journal of Information Technology & Tourism (ITT), Applications, Methodologies, Techniques, Werthner H. (Ed.), Vol. 1., Inaugural Volume, Cognizant Communication Corp., New York Sydney Tokyo, ISSN , USA (1998), pp Küng J., Dunzendorfer A., Wagner R.: A General Datamodel for Tourism Information Systems, Proc. Information and Communication Technologies in Tourism (ENTER) 1999, Innsbruck, Springer Computer Science (1999) 11. Date C.J., Darwen H.: A Guide to the SQL Standard, Third Edition Addison Wesley ISBN X (1994) 12. SUN Microsystems: Lesson: The Java Technology Phenomenon (February 2002) 13. Moss K.: Java Servlets 2 nd edition, McGraw Hill, New York (1999) 14. SUN Microsystems: Java Servlet Technology (February 2002) 15. SUN Microsystems: JavaServer Pages Technology (February 2002) 16. Pröll, B., Retschitzegger, W., Wagner, R: TIScover A Tourism Information System Based on Extranet and Intranet Technology. Proc. of the 4th Americas Conference on Information Systems (AIS 1998), Baltimore, Maryland (1998) 17. TIS Innsbruck, FAW Hagenberg: Homepage of TIScover, (2000)

A Framework for Developing the Web-based Data Integration Tool for Web-Oriented Data Warehousing

A Framework for Developing the Web-based Data Integration Tool for Web-Oriented Data Warehousing A Framework for Developing the Web-based Integration Tool for Web-Oriented Warehousing PATRAVADEE VONGSUMEDH School of Science and Technology Bangkok University Rama IV road, Klong-Toey, BKK, 10110, THAILAND

More information

A generic framework for game development

A generic framework for game development A generic framework for game development Michael Haller FH Hagenberg (MTD) AUSTRIA haller@hagenberg.at Werner Hartmann FAW, University of Linz AUSTRIA werner.hartmann@faw.unilinz.ac.at Jürgen Zauner FH

More information

An Intelligent Approach for Integrity of Heterogeneous and Distributed Databases Systems based on Mobile Agents

An Intelligent Approach for Integrity of Heterogeneous and Distributed Databases Systems based on Mobile Agents An Intelligent Approach for Integrity of Heterogeneous and Distributed Databases Systems based on Mobile Agents M. Anber and O. Badawy Department of Computer Engineering, Arab Academy for Science and Technology

More information

Realizing An Integrated Electronic Commerce Portal System

Realizing An Integrated Electronic Commerce Portal System Realizing An Integrated Electronic Commerce Portal System Matthias Book, WebService Haltern, mbook@ws-haltern.de Volker Gruhn, Department of Computer Science, Dortmund University, gruhn@cs.uni-dortmund.de

More information

STRATEGIES ON SOFTWARE INTEGRATION

STRATEGIES ON SOFTWARE INTEGRATION STRATEGIES ON SOFTWARE INTEGRATION Cornelia Paulina Botezatu and George Căruţaşu Faculty of Computer Science for Business Management Romanian-American University, Bucharest, Romania ABSTRACT The strategy

More information

A Survey Study on Monitoring Service for Grid

A Survey Study on Monitoring Service for Grid A Survey Study on Monitoring Service for Grid Erkang You erkyou@indiana.edu ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide

More information

WORM: Web-based Communication and Project Management

WORM: Web-based Communication and Project Management WORM: Web-based Communication and Project Management Christian Breu, Norbert Meckl, Johannes Sametinger Universität Regensburg Lehrstuhl für Wirtschaftsinformatik D-93053 Regensburg, Germany (christian.breu

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

Julia Fischer, Stefan Naumann, Markus Dick {-.-, s.naumann, m.dick} (at) umwelt-campus.de

Julia Fischer, Stefan Naumann, Markus Dick {-.-, s.naumann, m.dick} (at) umwelt-campus.de Julia Fischer, Stefan Naumann, Markus Dick {-.-, s.naumann, m.dick} (at) umwelt-campus.de Trier University of Applied Sciences, Umwelt-Campus Birkenfeld Campusallee, D-55768 Hoppstädten-Weiersbach, Germany

More information

Developing Web Browser Recording Tools. Using Server-Side Programming Technology

Developing Web Browser Recording Tools. Using Server-Side Programming Technology Developing Web Browser Recording Tools Using Server-Side Programming Technology Chris J. Lu Ph.D. National Library of Medicine NLM, NIH, Bldg. 38A, Rm. 7N-716, 8600 Rockville Pike Bethesda, MD 20894, USA

More information

Web Service Authorization Framework

Web Service Authorization Framework Web Service Authorization Framework Thomas Ziebermayr, Stefan Probst Software Competence Center Hagenberg, Hauptstrasse 99, 4232 Hagenberg, Austria thomas.ziebermayr@scch.at, stefan.probst@scch.at Abstract

More information

jeti: A Tool for Remote Tool Integration

jeti: A Tool for Remote Tool Integration jeti: A Tool for Remote Tool Integration Tiziana Margaria 1, Ralf Nagel 2, and Bernhard Steffen 2 1 Service Engineering for Distributed Systems, Institute for Informatics, University of Göttingen, Germany

More information

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 SUBJECT TITLE : WEB TECHNOLOGY SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 16 02 2. CSS & JAVASCRIPT Test

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

Developing a Framework for Building Open Distance Learning Websites in the Literature and Culture Domain

Developing a Framework for Building Open Distance Learning Websites in the Literature and Culture Domain Developing a Framework for Building Open Distance Learning Websites in the Literature and Culture Domain Alexander Schatten, A Min Tjoa Insitute for Software Technology, Vienna University of Technology

More information

A DIAGRAM APPROACH TO AUTOMATIC GENERATION OF JSP/SERVLET WEB APPLICATIONS

A DIAGRAM APPROACH TO AUTOMATIC GENERATION OF JSP/SERVLET WEB APPLICATIONS A DIAGRAM APPROACH TO AUTOMATIC GENERATION OF JSP/SERVLET WEB APPLICATIONS Kornkamol Jamroendararasame, Tetsuya Suzuki and Takehiro Tokuda Department of Computer Science Tokyo Institute of Technology Tokyo

More information

Research and Design of Heterogeneous Data Exchange System in E-Government Based on XML

Research and Design of Heterogeneous Data Exchange System in E-Government Based on XML Research and Design of Heterogeneous Data Exchange System in E-Government Based on XML Huaiwen He, Yi Zheng, and Yihong Yang School of Computer, University of Electronic Science and Technology of China,

More information

A Multi-Agent Approach to a Distributed Schedule Management System

A Multi-Agent Approach to a Distributed Schedule Management System UDC 001.81: 681.3 A Multi-Agent Approach to a Distributed Schedule Management System VYuji Wada VMasatoshi Shiouchi VYuji Takada (Manuscript received June 11,1997) More and more people are engaging in

More information

Web-Based Information Systems

Web-Based Information Systems Web-Based Information Systems Prof. dr. Paul De Bra Eindhoven Univ. of Technology Topics Motivation Web Technology Design of Web-Based Information Systems Automatic Generation of Web-Based Interfaces 1

More information

Books-by-Users Web Development with SAS by Example (Third Edition) Frederick E. Pratter

Books-by-Users Web Development with SAS by Example (Third Edition) Frederick E. Pratter Books-by-Users Web Development with SAS by Example (Third Edition) Frederick E. Pratter Click Tom to Kari, edit Master Statistics subtitle style 07/06/12 Come out of the desert of ignorance to the OASUS

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

ABSTRACT. Keywords Virtual Reality, Java, JavaBeans, C++, CORBA 1. INTRODUCTION

ABSTRACT. Keywords Virtual Reality, Java, JavaBeans, C++, CORBA 1. INTRODUCTION Tweek: Merging 2D and 3D Interaction in Immersive Environments Patrick L Hartling, Allen D Bierbaum, Carolina Cruz-Neira Virtual Reality Applications Center, 2274 Howe Hall Room 1620, Iowa State University

More information

Total System Operations and Management for Network Computing Environment

Total System Operations and Management for Network Computing Environment Total System Operations and Management for Network Computing Environment Hitachi Review Vol. 47 (1998), No. 6 291 Satoshi Miyazaki, D. Eng. Toshiaki Hirata Masaaki Ohya Eiji Matsumura OVERVIEW: The architecture

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

Application of ontologies for the integration of network monitoring platforms

Application of ontologies for the integration of network monitoring platforms Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,

More information

Designing Business Processes in E-commerce Applications

Designing Business Processes in E-commerce Applications Designing Business Processes in E-commerce Applications Hans Albrecht Schmid 1 and Gustavo Rossi 2 1 University of Applied Sciences, Konstanz, Germany. schmidha@fh-konstanz.de 2 LIFIA-Universidad Nacional

More information

Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat

Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat Page 1 of 14 Roadmap Client-Server Architecture Introduction Two-tier Architecture Three-tier Architecture The MVC Architecture

More information

Modern Technologies in Client-Server Architecture for Geo-based Interactive Web Portals

Modern Technologies in Client-Server Architecture for Geo-based Interactive Web Portals Journal of Universal Computer Science, vol. 12, no. 9 (2006), 1208-1214 submitted: 31/12/05, accepted: 12/5/06, appeared: 28/9/06 J.UCS Modern Technologies in Client-Server Architecture for Geo-based Interactive

More information

A MEDIATION LAYER FOR HETEROGENEOUS XML SCHEMAS

A MEDIATION LAYER FOR HETEROGENEOUS XML SCHEMAS A MEDIATION LAYER FOR HETEROGENEOUS XML SCHEMAS Abdelsalam Almarimi 1, Jaroslav Pokorny 2 Abstract This paper describes an approach for mediation of heterogeneous XML schemas. Such an approach is proposed

More information

From Object Oriented Conceptual Modeling to Automated Programming in Java

From Object Oriented Conceptual Modeling to Automated Programming in Java From Object Oriented Conceptual Modeling to Automated Programming in Java Oscar Pastor, Vicente Pelechano, Emilio Insfrán, Jaime Gómez Department of Information Systems and Computation Valencia University

More information

How To Design The Web And The Internet

How To Design The Web And The Internet 1 The Environment and the Tools Web Design, 4 th Edition Chapter Objectives Describe the Internet and the World Wide Web Discuss ways to access the Internet and the Web Categorize types of Web sites Identify

More information

MISTI An Integrated Web Content Management System

MISTI An Integrated Web Content Management System MISTI An Integrated Web Content Management System Qiang Lin, Ph.D Abstract-- The Multi-Industry Supply-chain Transaction Infrastructure (MISTI) has been developed to facilitate today s business-to-business

More information

EUROPASS DIPLOMA SUPPLEMENT

EUROPASS DIPLOMA SUPPLEMENT EUROPASS DIPLOMA SUPPLEMENT TITLE OF THE DIPLOMA (ES) Técnico Superior en Desarrollo de Aplicaciones Web TRANSLATED TITLE OF THE DIPLOMA (EN) (1) Higher Technician in Development of Web Applications --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Software Requirement Specification For Flea Market System

Software Requirement Specification For Flea Market System Software Requirement Specification For Flea Market System By Ilya Verlinsky, Alexander Sarkisyan, Ambartsum Keshishyan, Igor Gleyser, Andrey Ishuninov 1 INTRODUCTION 1.1 Purpose 1.1.1 Purpose of SRS document

More information

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet

More information

A Generic Database Web Service

A Generic Database Web Service A Generic Database Web Service Erdogan Dogdu TOBB Economics and Technology University Computer Engineering Department Ankara, Turkey edogdu@etu.edu.tr Yanchao Wang and Swetha Desetty Georgia State University

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

A Multidatabase System as 4-Tiered Client-Server Distributed Heterogeneous Database System

A Multidatabase System as 4-Tiered Client-Server Distributed Heterogeneous Database System A Multidatabase System as 4-Tiered Client-Server Distributed Heterogeneous Database System Mohammad Ghulam Ali Academic Post Graduate Studies and Research Indian Institute of Technology, Kharagpur Kharagpur,

More information

A Software Process for an Integrated Electronic Commerce Portal System

A Software Process for an Integrated Electronic Commerce Portal System A Software Process for an Integrated Electronic Commerce Portal System Volker Gruhn 1 and Lothar Schöpe 2 1 Universität Dortmund, Fachbereich Informatik, Lehrstuhl Software-Technologie Baroper Str. 301,

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

160 Numerical Methods and Programming, 2012, Vol. 13 (http://num-meth.srcc.msu.ru) UDC 004.021

160 Numerical Methods and Programming, 2012, Vol. 13 (http://num-meth.srcc.msu.ru) UDC 004.021 160 Numerical Methods and Programming, 2012, Vol. 13 (http://num-meth.srcc.msu.ru) UDC 004.021 JOB DIGEST: AN APPROACH TO DYNAMIC ANALYSIS OF JOB CHARACTERISTICS ON SUPERCOMPUTERS A.V. Adinets 1, P. A.

More information

Legacy System Integration Technology for Legacy Application Utilization from Distributed Object Environment

Legacy System Integration Technology for Legacy Application Utilization from Distributed Object Environment Legacy System Integration Technology for Legacy Application Utilization from Distributed Object Environment 284 Legacy System Integration Technology for Legacy Application Utilization from Distributed

More information

Efficiency of Web Based SAX XML Distributed Processing

Efficiency of Web Based SAX XML Distributed Processing Efficiency of Web Based SAX XML Distributed Processing R. Eggen Computer and Information Sciences Department University of North Florida Jacksonville, FL, USA A. Basic Computer and Information Sciences

More information

Solar Power Systems Web Monitoring

Solar Power Systems Web Monitoring Solar Power Systems Web Monitoring Bimal Aklesh Kumar Department of Computer Science and Information Systems Fiji National University Abstract All over the world the peak demand load is increasing and

More information

DIGITAL ARCHIVE SOLUTION

DIGITAL ARCHIVE SOLUTION N a x o s DIGITAL ARCHIVE SOLUTION N a x o s Multimedia digital archive is a state-of-the-art software solution for digital data filing which caters for all data formats. Its target group consists of organizations

More information

Using FGAG to export ETS data for Visualization

Using FGAG to export ETS data for Visualization Using FGAG to export ETS data for Visualization Cezary Szczegielniak, Markus A. Wischy cezary.szczegielniak@tuhh.de, markus.wischy@siemens.com Siemens AG, CT SE 2, Corporate Technology, Software & Engineering

More information

WEB SITE DEVELOPMENT WORKSHEET

WEB SITE DEVELOPMENT WORKSHEET WEB SITE DEVELOPMENT WORKSHEET Thank you for considering Xymmetrix for your web development needs. The following materials will help us evaluate the size and scope of your project. We appreciate you taking

More information

Component-based Approach to the Development of Internet EDI Software for Electronic Document Management

Component-based Approach to the Development of Internet EDI Software for Electronic Document Management Component-based Approach to the Development of Internet EDI for Electronic Document Management Jian Ma, Jiazhi Liang and Quan Zhang Department of Information Systems, City University of Hong Kong Kowloon

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

Virtual Credit Card Processing System

Virtual Credit Card Processing System The ITB Journal Volume 3 Issue 2 Article 2 2002 Virtual Credit Card Processing System Geraldine Gray Karen Church Tony Ayres Follow this and additional works at: http://arrow.dit.ie/itbj Part of the E-Commerce

More information

Competencies (1 of 2)

Competencies (1 of 2) Chapter 2 The Internet, the Web, and Electronic Commerce Competencies (1 of 2) Discuss the origins of the Internet and the Web Describe how to access the Web using providers and browsers Discuss Internet

More information

How To Develop A Web Dialog For An Org Database With A Database On A Computer (Oracle)

How To Develop A Web Dialog For An Org Database With A Database On A Computer (Oracle) Designing a Framework to Develop WEB Graphical Interfaces for ORACLE Databases - Web Dialog Georgiana-Petruţa Fîntîneanu Florentina Anica Pintea, Faculty of Computers and Applied Computer Science, Tibiscus

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO

INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO INTERNET-BASED COLLABORATIVE SYSTEM DESIGN USING MOSCITO A. Schneider E. Ivask Fraunhofer Institute for Integrated Circuits Tallinn Technical University Branch Lab EAS Dresden Department of Computer Engineering

More information

4. Concepts and Technologies for B2C, B2E, and B2B Transaction

4. Concepts and Technologies for B2C, B2E, and B2B Transaction 4. Concepts and Technologies for B2C, B2E, and B2B Transaction 4.4 Exchanging Information within Open Business Communities 4.4.1 Pre-Internet B2B standards: EDI, Interactive EDI, Universal EDI, OpenEDI

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science I. Basic Course Information RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 105 Foundations of Computer Science A. Course Number and Title: CISY-105, Foundations of Computer Science B. New

More information

GenericServ, a Generic Server for Web Application Development

GenericServ, a Generic Server for Web Application Development EurAsia-ICT 2002, Shiraz-Iran, 29-31 Oct. GenericServ, a Generic Server for Web Application Development Samar TAWBI PHD student tawbi@irit.fr Bilal CHEBARO Assistant professor bchebaro@ul.edu.lb Abstract

More information

A Model-based Software Architecture for XML Data and Metadata Integration in Data Warehouse Systems

A Model-based Software Architecture for XML Data and Metadata Integration in Data Warehouse Systems Proceedings of the Postgraduate Annual Research Seminar 2005 68 A Model-based Software Architecture for XML and Metadata Integration in Warehouse Systems Abstract Wan Mohd Haffiz Mohd Nasir, Shamsul Sahibuddin

More information

Internet and Web-Based Database Technology

Internet and Web-Based Database Technology Internet and Web-Based Database Technology Amjad A. Abdullat Computer Information Systems Department West Texas A&M University Canyon, Texas 79016 Abstract The demand for data-intensive Web sites is driving

More information

A Web Services Data Analysis Grid *

A Web Services Data Analysis Grid * A Web Services Data Analysis Grid * William A. Watson III, Ian Bird, Jie Chen, Bryan Hess, Andy Kowalski, Ying Chen Thomas Jefferson National Accelerator Facility 12000 Jefferson Av, Newport News, VA 23606,

More information

Implementation of Techniques for Improving Web Applications Performance

Implementation of Techniques for Improving Web Applications Performance Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 3 (June 2013), PP 55-59 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Implementation of Techniques for Improving

More information

VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR

VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR Andrey V.Lyamin, State University of IT, Mechanics and Optics St. Petersburg, Russia Oleg E.Vashenkov, State University of IT, Mechanics and Optics, St.Petersburg,

More information

Heterogeneous Tools for Heterogeneous Network Management with WBEM

Heterogeneous Tools for Heterogeneous Network Management with WBEM Heterogeneous Tools for Heterogeneous Network Management with WBEM Kenneth Carey & Fergus O Reilly Adaptive Wireless Systems Group Department of Electronic Engineering Cork Institute of Technology, Cork,

More information

Computer Information Systems (CIS)

Computer Information Systems (CIS) Computer Information Systems (CIS) CIS 113 Spreadsheet Software Applications Prerequisite: CIS 146 or spreadsheet experience This course provides students with hands-on experience using spreadsheet software.

More information

IT Components of Interest to Accountants. Importance of IT and Computer Networks to Accountants

IT Components of Interest to Accountants. Importance of IT and Computer Networks to Accountants Chapter 3: AIS Enhancements Through Information Technology and Networks 1 Importance of IT and Computer Networks to Accountants To use, evaluate, and develop a modern AIS, accountants must be familiar

More information

MANAGEMENT INFORMATION SYSTEMS

MANAGEMENT INFORMATION SYSTEMS MANAGEMENT INFORMATION SYSTEMS 2013/2014 academic year Timetables can be accessed at http://timetable.ucc.ie/1314/department.asp Click on Click on Business Information Systems For information on building

More information

IMPROVING PRODUCTIVITY USING STANDARD MATHEMATICAL PROGRAMMING SOFTWARE

IMPROVING PRODUCTIVITY USING STANDARD MATHEMATICAL PROGRAMMING SOFTWARE IMPROVING PRODUCTIVITY USING STANDARD MATHEMATICAL PROGRAMMING SOFTWARE $QWRQýLåPDQ 1, Samo Cerc 2, Andrej Pajenk 3 1 University of Maribor, Fakulty of Organizational Sciences.UDQM.LGULþHYDD(PDLODQWRQFL]PDQ#IRYXQLPEVL

More information

USABILITY EVALUATION OF ELECTRONIC SIGNATURE BASED E-GOVERNMENT SOLUTIONS

USABILITY EVALUATION OF ELECTRONIC SIGNATURE BASED E-GOVERNMENT SOLUTIONS USABILITY EVALUATION OF ELECTRONIC SIGNATURE BASED E-GOVERNMENT SOLUTIONS Thomas Zefferer Innovation Center (EGIZ) Inffeldgasse 16a, 8010 Graz, Austria Vesna Krnjic Innovation Center (EGIZ) Inffeldgasse

More information

skline De Over 4,000 locations in Central and Eastern Europe already

skline De Over 4,000 locations in Central and Eastern Europe already ferateldeskline The objective of feratel s Deskline destination management system is the management and successful marketing of all tourism services in a modern, multi-client capable database solution,

More information

Module 6. e-business and e- Commerce

Module 6. e-business and e- Commerce Module 6 e-business and e- Commerce 6.1 e-business systems 6.2 e-commerce systems 6.3 Essential e- commerce processes 6.4 Electronic payment processes 6.5 e-commerce application trends 6.6 Web store requirements

More information

Multimedia Applications. Mono-media Document Example: Hypertext. Multimedia Documents

Multimedia Applications. Mono-media Document Example: Hypertext. Multimedia Documents Multimedia Applications Chapter 2: Basics Chapter 3: Multimedia Systems Communication Aspects and Services Chapter 4: Multimedia Systems Storage Aspects Chapter 5: Multimedia Usage and Applications Documents

More information

Net-WMS FP6-034691. Net-WMS SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT. Networked Businesses. D.8.1 Networked architecture J2EE compliant

Net-WMS FP6-034691. Net-WMS SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT. Networked Businesses. D.8.1 Networked architecture J2EE compliant Net-WMS SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT Networked Businesses D.8.1 Networked architecture J2EE compliant ( Version 1 ) Due date of deliverable: June 30 th, 2007 Actual submission date:

More information

ATLAS2000 Atlases of the Future in Internet

ATLAS2000 Atlases of the Future in Internet ATLAS2000 Atlases of the Future in Internet M. Friedrich Institute for Physical Geography, University of Freiburg i.br., Germany (mafri@ipg.uni-freiburg.de) M. Melle Institute for Computer Science, University

More information

Monitoring Message Passing Applications in the Grid

Monitoring Message Passing Applications in the Grid Monitoring Message Passing Applications in the Grid with GRM and R-GMA Norbert Podhorszki and Peter Kacsuk MTA SZTAKI, Budapest, H-1528 P.O.Box 63, Hungary pnorbert@sztaki.hu, kacsuk@sztaki.hu Abstract.

More information

aloe-project.de White Paper ALOE White Paper - Martin Memmel

aloe-project.de White Paper ALOE White Paper - Martin Memmel aloe-project.de White Paper Contact: Dr. Martin Memmel German Research Center for Artificial Intelligence DFKI GmbH Trippstadter Straße 122 67663 Kaiserslautern fon fax mail web +49-631-20575-1210 +49-631-20575-1030

More information

Performance Comparison of Web-based Database Access

Performance Comparison of Web-based Database Access Performance Comparison of Web-based Database Access Gabriele KOTSIS Department for Telecooperation, Johannes Kepler University Linz, A-4040, Austria Email: gk@tk.uni-linz.ac.at and Lukas TAFERNER Abteilung

More information

PIE. Internal Structure

PIE. Internal Structure PIE Internal Structure PIE Composition PIE (Processware Integration Environment) is a set of programs for integration of heterogeneous applications. The final set depends on the purposes of a solution

More information

ACM Crossroads Student Magazine The ACM's First Electronic Publication

ACM Crossroads Student Magazine The ACM's First Electronic Publication Page 1 of 8 ACM Crossroads Student Magazine The ACM's First Electronic Publication Crossroads Home Join the ACM! Search Crossroads crossroads@acm.org ACM / Crossroads / Columns / Connector / An Introduction

More information

DIABLO VALLEY COLLEGE CATALOG 2014-2015

DIABLO VALLEY COLLEGE CATALOG 2014-2015 COMPUTER SCIENCE COMSC The computer science department offers courses in three general areas, each targeted to serve students with specific needs: 1. General education students seeking a computer literacy

More information

Chin-Hwa Kuo, Timothy K. Shih, Hong-Sheng Chui, and Li-Chun Sung

Chin-Hwa Kuo, Timothy K. Shih, Hong-Sheng Chui, and Li-Chun Sung I997 IEEE International Conference on Intelligent Processing Systems October 28-31. Bei,jine. China Design and Implementation of a Multimedia Document Automation System Chin-Hwa Kuo, Timothy K. Shih, Hong-Sheng

More information

DATABASE-DRIVEN WEBSITES: A WORKING COURSE MODEL

DATABASE-DRIVEN WEBSITES: A WORKING COURSE MODEL DATABASE-DRIVEN WEBSITES: A WORKING COURSE MODEL Paul J. Kovacs, Robert Morris University, kovacs@rmu.edu ABSTRACT As a historical study of the Internet would reveal, the original rationale of the World

More information

Integrated Open-Source Software Development Activities Browser CoxR

Integrated Open-Source Software Development Activities Browser CoxR Integrated Open-Source Software Development Activities Browser CoxR Makoto Matsushita, Kei Sasaki, Yasutaka Tahara, Takeshi Ishikawa and Katsuro Inoue Graduate School of Information Science and Technology,

More information

JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS. Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany

JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS. Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS Christof Röhrig, 1 Andreas Jochheim 2 Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany Abstract: This paper

More information

Outline. TIM 50 - Business Information Systems. Lecture 10. Instructor: Terry Allen UC Santa Cruz 10/28/2011

Outline. TIM 50 - Business Information Systems. Lecture 10. Instructor: Terry Allen UC Santa Cruz 10/28/2011 TIM 50 - Business Information Systems Lecture 10 Instructor: Terry Allen UC Santa Cruz 10/28/2011 Outline Announcements Review Alibris Case Study Information Technology Student Presentations Client-Server

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 10 Instructor: Terry Allen UC Santa Cruz 10/28/2011 Outline Announcements Review Alibris Case Study Information Technology Student Presentations Client-Server

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

Integration using IBM Solutions

Integration using IBM Solutions With special reference to integration with SAP XI Email: keithprabhu@hotmail.com Table of contents Integration using IBM Solutions Executive Summary...3 1. Introduction...4 2. IBM Business Integration

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

Performance Issues of a Web Database

Performance Issues of a Web Database Performance Issues of a Web Database Yi Li, Kevin Lü School of Computing, Information Systems and Mathematics South Bank University 103 Borough Road, London SE1 0AA {liy, lukj}@sbu.ac.uk Abstract. Web

More information

A Design and Implementation of Network Traffic Monitoring System for PC-room Management

A Design and Implementation of Network Traffic Monitoring System for PC-room Management A Design and Implementation of Network Traffic Monitoring System for PC-room Management Yonghak Ahn, Oksam Chae Dept. of Computer Engineering, Kyunghee University, Sochen-ri, Giheung-eup, Yongin-si, Gyeonggi-do

More information

New Methods for Performance Monitoring of J2EE Application Servers

New Methods for Performance Monitoring of J2EE Application Servers New Methods for Performance Monitoring of J2EE Application Servers Adrian Mos (Researcher) & John Murphy (Lecturer) Performance Engineering Laboratory, School of Electronic Engineering, Dublin City University,

More information

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper

More information

A Web Service for Data Visualization in Distributed Automation and Information Systems

A Web Service for Data Visualization in Distributed Automation and Information Systems A Web Service for Data Visualization in Distributed Automation and Information Systems Mitko Shopov, Nikolay Kakanakov, Grisha Spasov Technical University of Sofia, branch Plovdiv, Plovdiv, Bulgaria Abstract:

More information

ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 216 - ADVANCED WEB DEVELOPMENT & PROGRAMMING II

ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 216 - ADVANCED WEB DEVELOPMENT & PROGRAMMING II ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER AND TITLE: CS 216 - ADVANCED WEB DEVELOPMENT & PROGRAMMING II B. CURRICULUM: Mathematics / Computer Science Unit Offering PROGRAM: Web-Network Technology

More information

Information integration platform for CIMS. Chan, FTS; Zhang, J; Lau, HCW; Ning, A

Information integration platform for CIMS. Chan, FTS; Zhang, J; Lau, HCW; Ning, A Title Information integration platform for CIMS Author(s) Chan, FTS; Zhang, J; Lau, HCW; Ning, A Citation IEEE International Conference on Management of Innovation and Technology Proceedings, Singapore,

More information

ANALYSING SERVER LOG FILE USING WEB LOG EXPERT IN WEB DATA MINING

ANALYSING SERVER LOG FILE USING WEB LOG EXPERT IN WEB DATA MINING International Journal of Science, Environment and Technology, Vol. 2, No 5, 2013, 1008 1016 ISSN 2278-3687 (O) ANALYSING SERVER LOG FILE USING WEB LOG EXPERT IN WEB DATA MINING 1 V. Jayakumar and 2 Dr.

More information

A Mind Map Based Framework for Automated Software Log File Analysis

A Mind Map Based Framework for Automated Software Log File Analysis 2011 International Conference on Software and Computer Applications IPCSIT vol.9 (2011) (2011) IACSIT Press, Singapore A Mind Map Based Framework for Automated Software Log File Analysis Dileepa Jayathilake

More information

Further we designed a management system on the basis of our proposed architecture that supports basic management functions.

Further we designed a management system on the basis of our proposed architecture that supports basic management functions. Abstract Most Internet networking devices are now equipped with a Web server for providing Web-based element management so that an administrator may take advantage of this enhanced and powerful management

More information

Modeling the User Interface of Web Applications with UML

Modeling the User Interface of Web Applications with UML Modeling the User Interface of Web Applications with UML Rolf Hennicker,Nora Koch,2 Institute of Computer Science Ludwig-Maximilians-University Munich Oettingenstr. 67 80538 München, Germany {kochn,hennicke}@informatik.uni-muenchen.de

More information