Object Oriented Database Management System: A UML Design Approach.
|
|
|
- Franklin Bruce
- 10 years ago
- Views:
Transcription
1 Object Oriented Database Management System: A UML Design Approach. Uduak A. Umoh, M.Sc. 1, Enoch O. Nwachukwu, Ph.D. 2, Imo J. Eyoh, M.Sc. 1, and Augustine A. Umoh, Ph.D. 3 1 Department of Mathematics, Statistics, and Computer Science, University of Uyo, Nigeria. 2 Department of Computer Science, University of Port Harcourt, Nigeria. 3 Department of Physics, University of Uyo, Nigeria. [email protected] ABSTRACT In this paper, we adopt a state-of-the-art technology to design an Object-Oriented Database Management System (OODBMS) for the management of information in Nigerian Universities. We apply the object-oriented design tools to create a database model that is reliable, dependable and secure. We focus on creating a unified modeling language (UML) structure by specifying the use case, classes, and activities in the client-server application. The design strategies of the web-based OODBMS are also discussed and a server-based application with sate-of-the-art facilities expected. We develop a working prototype of the system on a three-tier client server architecture based on the advantages discussed in the work MySQL DBMS, Apache web server, and PHP server pages are adopted as system development tools. We apply existing client-server and database technologies to provide an object-oriented web-based, dataretrieval system for the Universities that will enable access by the various users at all times. (Keywords: object-oriented database management system, OODBMS, unified modeling language, UML, university data, data retrieval) INTRODUCTION Object-Oriented Databases join the capabilities of object-oriented language with the traditional relational database management functions. Object-Oriented Database Systems (OODS) were limited in the past because of a lack of standardization. As a result of its present standardization, the relational database management system has offered high performance to its numerous users. This is why the Object Data Management group has put forward a set of standards for object oriented Database [1]. Currently, most academic institutions in Nigeria use information systems based on a database to handle the problem of administration overload. The bulk of the problem has to do with the management and security of staff and student data. However, because of the system architecture, only administrative office personnel have access to the information. This could cause information insecurity and wastage of computer resources, manpower, and time. There is no reliable web-based database management information system for Nigerian Universities currently in use. Our objective is to explore the facilities that are currently available in object-oriented technology and design a secure and reliable object-oriented web-based database management system (WBOODBMS) for Nigerian Universities otherwise called secure student information system (SSIS). We describe the object data model and the system design showing the interaction between the different system components with a three-tier SSIS object model. The system if implemented will provide information accessibility to a wide range of audience, adaptability of design, reliable and dependable data management facilities, and most of all security. Object-Oriented Analysis (OOA) and Design (OOD) is an approach to software development that involves creating classes and object which model real-world entities, their data and the operation that take place in that data [2]. OOD has emerged as a software blueprint language for analyst, designers and programmers alike. It constructs a model which is an abstraction of underlying problem. The domain is the real world The Pacific Journal of Science and Technology 355
2 from which the problem comes. Classes are the specification for object. A class wraps attributes (data) and behaviors (methods) into a single distinct entity [4]. This paper describes the problem of administration overload which, has to do with the management and security of staff and student data in Nigeria Universities. This paper proposes an object oriented web-based database management tool, otherwise called SSIS, to support editing, and management of educational information for Nigeria Universities. SSIS aims to facilitate the accessibility and retrieval of educational data by the users anytime and anywhere. SSIS object model supports inheritance relationships between classes: for example, a class, called the sub-class inherits the same interface of another class, called the super-class. A type may have an extent which is a set of all its instances (objects). It may also contain one or more keys which uniquely identify a specific object. (ii) Objects An object is an instance of a class. An objectoriented model is built around objects. An identifier is used to differentiate it from other objects. THE OBJECT DATA MODEL (iii) State and Behavior This section describes the object models. The object model specifies the constructs that are supported by an OODBMS. The basic modeling primitive are the objects and the literal. Each object has unique identifiers while a literal has none. The state of an object is defined by the values it carries for a set of properties. These properties can be attributes of object itself or relationships between this object and one more other object. The behavior of an object is defined by the set of operations that can be executed on or by the object. A database stores object and is based on a schema that is defined in ODL and contains instances of the types (Classes), defined by its schema [5, 13, 14]. This SSIS object model specifies what is meant by object literals, types, operations, properties attributes, relationships, etc. The constructs of the model and their specifications are described as follows: (i) Types (Classes) There are two aspects of class definition; Implementation and interface. In the implementation aspect, the internal objects of the type are defined. This consists of a set of methods which is the body of operation as defined by the interface. The external characteristic of the objects of the type are defined by the interface which constitute the attributes and are explored to describe the state of each object of the type and the operations that can be invoked on each object of the type. Encapsulation is reflected by the separation between implementation and interface [2, 3]. The state of an object is determined by the value of its properties. This property can either be attribute or a relationship. Attributes are defined by their names and types. A relationship is defined between two types that an object of one type refers to one or more objects of the other type. The behavior of an object is specified as a set of operation signature. Each defines the operation name, the name and the type of each argument and the return value type. An object is defined by a set of attributes and a set of relationships and a set of methods [6, 7]. Illustration: A Class diagram of the unified modeling language (LJML) notation in Figure 2 is used to show an object-oriented database schema. It contains five classes; student, Personal Data, Department, Course, and Result. Student is the central class, Department is a subclass of Student and an association relationship is established from Department to Student. There may exist a bidirectional relationship between student and Department. This shows that a Department instance has many Student instances and the other indicates that a Student belongs to one Department. SSIS SYSTEM DESIGN UML design tools and notations are employed to graphically depict object-oriented analysis and design models. UML is a language for specifying, visualizing and constructing the artifacts of s/w The Pacific Journal of Science and Technology 356
3 systems, as well as for business modeling. It shows the interactions and relationships between its different classes and components. In this section we describe the SSIS system design by showing the interactions and relationships between the system s classes and components. As in any DBMS, there are multiple levels of users of the system. The following object-oriented design tools are explored to model the students information system. Use Case: The use case technique is adapted in this work to handle all objects that are needed to be present in the application as shown in Figure 1. It helps to determine system requirements, communication with clients and to generate test cases. From the use case diagram, the following objects to be modeled are identified: student, personal data, course, results, and transcripts. Class Diagram for SSIS: SSIS class diagram in Figure 2 gives the overview of the system. It shows the different classes and the relationships amongst the system components. This is represented using a single class model and a three tier object model. This is because a single class model is static that is, it displays what interacts but not what happens when the different system components interact. Our Class diagram models the student information system. The central class is the student, associated with it are personal data of the student, department the student belong, courses offered by the students and the results class respectively. The UML class notation is applied with a rectangular box which is divided into three parts; name, attributes, and operation, [12, 13]. Table 1 shows the multiplicity of an association end in SSIS class diagram, it shows the number of possible instances of the class associated with a single instance of the other end. Undergo Screening Provide Personal Data Clerk (DAA Admission Unit) Student Course Registration Clerk (DAA Records Unit) Write Exam Request Result Lecturer Request Transcript Clerk (DAA Records Actor Communication Use cased Figure 1: SSIS Use Case Diagram. The Pacific Journal of Science and Technology 357
4 Student Registration Student Number First Name Middle Name Last Name Result Result ID Course id Registration Number Test Score Exams Score Total Grade Grade Semester School Session Entry Date User ID Proc Result Ins Proc Result Edit Proc Result Del Proc Result View * 1..* Department Department Course Duration Faculty It-Year Proc Department Inc Proc Department Edit Proc Department Del Proc Department View Course Course ID Course Code Course Description Credit tour Level Department Semester School-Session Proc Course Ins Proc Course Edit Proc Course Del Proc Course View 1..* 1..* Personal Data User Personal ID Data Registration Number Last Name First Name Middle Name Sex Maiden Last Name Maiden First Name Maiden Middle Name Date of Birth LGA State City Nationality Religion Session of Admission Discipline Mode of Attended Duration Figure 2: SSIS Class Diagram. Table 1: Multiplicities of Association for the Class Diagram. Multiplicities Meaning 0..1 Zero or one instance. 0..* or * No limit on the number of instances (including none). 1 Exactly one instance 1..* At least one instance Aggregation The Pacific Journal of Science and Technology 358
5 Activity Diagrams: Figures 3, 4, 5, and 6 show SSIS activity diagrams. These diagrams focus on the flow of activities involved in the four different processes. These activities depend on one another in each of the processes. For example, in the screening process, the three classes of activity involved are; 1) User, 2) Application/Web server, and 3) Database server. The process begins at the black start circle at the top and ends at the concentric white/black stop circle at the bottom. The ovals show the different activities that are carried out in SSIS while the hollow diamonds indicate a branch and its subsequent merge which mark the end of the branch. THREE-TIER SSIS OBJECT MODEL Client/server model entails two autonomous processes working together over a network. The client processes request specific services which the server processes respond to and process [10]. The majority of end-user applications consist of three components: presentation, processing, and data. Client/server model can be static, twotier or three-tier. A single class model is static that is, it displays what interacts but not what happens when the different system components interact. In a two-tier model, the PC client assumes the bulk of the responsibility for the application (functionality) logic with respect to the processing component while the database engine handles the data intensive task. Although a two-tier environment has application development speed advantage, it faces a number of potential versioncontrol and application-redistribution problems since the bulk of the application logic exists on the PC client. The three-tier architecture attempts to overcome some of the limitations of the two-tier scheme by separating the business application into three logical components: presentation, application logic, and data management. These logical components are clean layered in such a manner that each runs on a different machine or platform and communicates with the other components via the network [7]. Three-tier model allows for openness, parallel development of each tier, scalability, middle-tire code reuse and transparency [9, 10]. In our work, we employ three-tier architecture to develop SSIS object model as shown in Figure 7. The UML diagram is split into logical tiers; User services, Business services and Data services. The SSIS Object Model is developed according to the use case defined in Figure 1. The basic objects in the system are defined and the interaction between the objects determined. It is a simplified object model of the system with three distinct parts (Application/Business, User, and Data Services), joined together to achieve good design and extensibility, [7, 9, 12]. The model if implemented on a network is capable of permitting access by different categories of users (e.g. administrators, students, academic staff, etc.) diagram in this work as shown in Figure 8 to describe SSIS code module and the physical configurations of the software and hardware. A component diagram gives the physical analogy of SSIS class diagram while a deployment diagram shows the relationships among software and hardware components involved in the system transaction. SSIS DATABASE In our present work, we select the main entities for the database based on the use-cases earlier defined and develop the relations between entities as shown in Figure 9. SYSTEM IMPLEMENTATION In this section, we develop and implement the SSIS Web database and application prototype around the three tier model earlier designed. SSIS Database Implementation: Data Services Tier is implemented within a relational database management system (MySQL Server). A MySQL Server database (named SSIS) handles all databased operations (creation, storage, retrieval, maintenance and integrity checks) on this tier. This database consists of tables and relations. After creating the tables and relations, the database is populated with data for the purpose of implementation. SSIS Application Implementation: We implement our Secure Student Information System (SSIS) Web application based on the following main modules: (i) The Administration Module (ii) The Registration Module (iii) The Reports Module The Pacific Journal of Science and Technology 359
6 Figure 3: Activity Chart for Personal Data based Operation. Figure 4: Activity Chart for Course Registration Data based Operation. Figure 5: Activity Chart for Result Data based Operation. Figure 6: Activity Chart for Transcript based Operation. The Pacific Journal of Science and Technology 360
7 <<Database>> SSIS Server Student Information System Application TCP/IP PC Web Browser Key Node Component Dependency Figure 7: Three-Tier SSIS Model Figure 8: SSIS Component and Deployment. SSIS Database Student Personal data Department Courses Result Registration Number First Name Middle Name Last Name User ID Registration Number Last Name First Name Middle Name Sex Maiden Last Name Maiden First Name Maiden Middle Name Date of Birth LGA State City Nationality Religion Session of Admission Discipline Mode of Attended Duration Certificate Obtained Department Course Duration Faculty It-Year Course ID Course Code Course Description Credit tour Level Department Semester School-Session Result ID Course id Registration Number Test Score Exams Score Total Grade Grade Semester School Session Entry Date User ID Figure 9: SISS Database. The Pacific Journal of Science and Technology 361
8 The discussion of each module is sub divided into Task performed. The task represents what the module does with respect to the program. The Administrative module coordinates all data based operations (add, edit, delete and view) and web page functionalities for user profiles, departments, screening, courses, and results. The Registration Module handles all data-oriented operations (add, edit, delete and view) and web page functions for student personal data and course registration. While the Reports Module controls all report generation operations and web page functionalities. To accomplish these tasks, the necessary menu options are given and the authorized users are provided access to the system based on their privileges and responsibilities. DESIGN CAPABILITIES We employ the following design tools to develop our system; a. Macromedia Dreamweaver MX 2004 (Web Development Tool) is used under Windows XP with VMWare Workstation Version 4.0 (Virtual Machine software). b. Apache version 2.0 is employed as web server, PHP is used as web scripting language and MySQL version is employed as database Server which, run on the Red Hat Linix operating system The system is dynamic, robust (Portability), user friendly, maintainable and expandable. SCREEN SHOTS OF SSIS In this section, we presented some of the screen shots of the system. The similar functions and pages are not repeated for each type of user. Figure 10 shows the application s Login Page. This is the only entry point for the system by all users through the supply of identification password. Figure 10: User Login Page. Once the user authenticates the application successfully, the Home Page is loaded within the browser as shown in Figure 11. Figure 12 shows the administration home page which allowed permissible administrative procedures to be carried out. Figure 13 displays student registration page where students permissible procedures are carried out. Figure 14 shows the report page where its content is highly customized, meaning that the ADMIN and STAFF groups have a different view of the page from the STUDENT group. The Pacific Journal of Science and Technology 362
9 Figure 11: The SSIS Home Page. Figure 13: The Registration Page. Figure 12: Administration Home Page Figure 14: The Reports Page Viewed by a Member of the ADMIN Group. The Pacific Journal of Science and Technology 363
10 CONCLUSION In this paper, we employ object-oriented design tools to design, develop, and implement an object-oriented, web-based database management system for Nigerian Universities. We illustrate the variant design techniques and components. We also present a three-tier Secure Student Information Object Model for Nigerian Universities which will help to alleviate the problems of information overload, insecurity, and wastage of computer resources, manpower, and time associated with the existing manual system. In the future, more user types can be added to the system for the implementation purposes. To facilitate accurate information from institutions, users system interfaces can be defined separately in the requirement for the faculty and department. Special features can be incorporated into the system to enable the users to print the academic official records or reports. According to the format of those reports, and with additional requirements, these user types can be added to the system. Another type of user for future enhancements is the system administrator who can be given the capability to see the current online users, their activities, and to perform any online support maintenance. REFERENCES 1. RGG Catell The object Database Standards: ODMA-93(Release 1.2). Morgan Kaufmann Publishers, Inc.: San Francisco, CA. 2. Bertino, F. and Martino, L Object-Oriented Database System. Addison Wesley Publishing Company: New York, NY. 3. Amini, A. and Ghada, M Badr.The Alex Object Manager. In: Proceedings of ISCC 97, Second IEEE Symposium on Computer and Communications. Alexandria, Egypt Elheky, M.G. and G.M.Badr Alex Object- Oriented Database Management System. Computer Science and Automobile Control Department, Faculty of Engineering, Alexandrix University. Technical Report Kueng, P Comparison of Tier OODBMSs. The Swiss Computer Magazine OUTPUT June Elmasri, R. and Navathe. S Fundamental of Database System, Second edition. Addison, Wesley: New York, NY. 7. Edwards, J Three Tier Chart/Server at Work. Revised Edition. John Wiley and Sons: New York, NY. 8. Ramakrishnan, R. and Gehrke, J Database Management System. Second Ed. McGraw Hill, New York, NY. 9. Orfali, R.H. and Edwards, J The Essential Client/Server Survival Guide. John Wiley & Sons: New York, NY. 10. Pressman, R.S Software Engineering a Practitioner s Approach, Fifth Edition. McGraw Hill, New York, NY. 11. Neubauer, B.J "Data Modeling in the Undergraduate Database Course: Adding UML and XML Modeling to the Traditional Course Content." Journal of Computing in Small Colleges. 17(5): Siau, Keng and Qing Cao "Unified Modeling Language (UML): A Complexity Analysis." Journal of Database Management. 12(1): Urban, S.D. and S.W. Dietrich "Using UML Class Diagrams for a Comparative Analysis of Relational, Object-Oriented, and Object-Relational Database Mappings." ACM SIGCSE Bulletin. 35(1): Wagner, P "Teaching Data Modeling: Process and Patterns." Paper presented at the Proceedings of the 10th annual SIGCSE Conference on Innovation and Technology in Computer Science Education. Capacrica, Portugal, June ABOUT THE AUTHORS Uduak A. Umoh holds an M.Sc. degree in Computer Science from University of Port Harcourt, Nigeria. She is currently a Ph.D. student in Computer Science, University of Port Harcourt, Nigeria. Her area of research is Neural Networks and Fuzzy Logic. Enoch O. Nwachukwu is a Professor in the Department of Computer Science, University of Port Harcourt, Nigeria. He holds an M.Sc. degree in Computer Science from University of Manchester, England and a Ph.D. in Computer Science from University of Manchester, England. His major research interest is Software Engineering, Networks, and Expert Systems. The Pacific Journal of Science and Technology 364
11 Imoh J. Eyo is a Lecturer in Computer Science Department, University of Uyo, Nigeria. She holds an M.Sc. degree in Computer Science from University of Ibadan, Nigeria. Augustine A. Umoh is a Lecturer in Geophysics/Physics Department, University of Uyo, Nigeria. He holds an M.Sc. in Physics from the University of Ilorin, Nigeria, and a Ph.D. in Communications Physics from University of Ilorin, Nigeria. SUGGESTED CITATION Umoh, U.A., E.O. Nwachukwu, I.J. Eyoh, and A.A. Umoh Object Oriented Database Management System: A UML Design Approach. Pacific Journal of Science and Technology. 10(2): Pacific Journal of Science and Technology The Pacific Journal of Science and Technology 365
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
Information Systems Analysis and Design CSC340. 2004 John Mylopoulos. Software Architectures -- 1. Information Systems Analysis and Design CSC340
XIX. Software Architectures Software Architectures UML Packages Client- vs Peer-to-Peer Horizontal Layers and Vertical Partitions 3-Tier and 4-Tier Architectures The Model-View-Controller Architecture
Modeling Web Applications Using Java And XML Related Technologies
Modeling Web Applications Using Java And XML Related Technologies Sam Chung Computing & Stware Systems Institute Technology University Washington Tacoma Tacoma, WA 98402. USA [email protected] Yun-Sik
Client/server is a network architecture that divides functions into client and server
Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate
A Monitored Student Testing Application Using Cloud Computing
A Monitored Student Testing Application Using Cloud Computing R. Mullapudi and G. Hsieh Department of Computer Science, Norfolk State University, Norfolk, Virginia, USA [email protected], [email protected]
IMPLEMENTATION OF A TIME TABLE GENERATOR USING VISUAL BASIC.NET
IMPLEMENTATION OF A TIME TABLE GENERATOR USING VISUAL BASIC.NET Joseph M. Mom and Jonathan A. Enokela Department of Electrical and Electronics Engineering, University of Agriculture, Makurdi, Nigeria E-Mail:
At least 2 GCE A Level Passes and credit in Mathematics at Ordinary level. Mature candidates will also be considered on a case-by-case basis.
Diploma in Web & Multimedia Development LC201 1. Objectives This course offers web and multimedia development skills which are focused on internet technologies such as the design and implementation of
SYSTEM DEVELOPMENT AND IMPLEMENTATION
CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design
The Dentist Online Reservation System Design and Implementation Web Based Application and Database Management System Project
2012 International Conference on Education Technology and Computer (ICETC2012) IPCSIT vol.43 (2012) (2012) IACSIT Press, Singapore The Dentist Online Reservation System Design and Implementation Web Based
1. Introduction 1.1 Methodology
Table of Contents 1. Introduction 1.1 Methodology 3 1.2 Purpose 4 1.3 Scope 4 1.4 Definitions, Acronyms and Abbreviations 5 1.5 Tools Used 6 1.6 References 7 1.7 Technologies to be used 7 1.8 Overview
Designing Real-Time and Embedded Systems with the COMET/UML method
By Hassan Gomaa, Department of Information and Software Engineering, George Mason University. Designing Real-Time and Embedded Systems with the COMET/UML method Most object-oriented analysis and design
Decomposition into Parts. Software Engineering, Lecture 4. Data and Function Cohesion. Allocation of Functions and Data. Component Interfaces
Software Engineering, Lecture 4 Decomposition into suitable parts Cross cutting concerns Design patterns I will also give an example scenario that you are supposed to analyse and make synthesis from The
Data Modeling Basics
Information Technology Standard Commonwealth of Pennsylvania Governor's Office of Administration/Office for Information Technology STD Number: STD-INF003B STD Title: Data Modeling Basics Issued by: Deputy
2667A - Introduction to Programming
2667A - Introduction to Programming Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction Elements
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.
Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x
Out n About! for Outlook Electronic In/Out Status Board Administrators Guide Version 3.x Contents Introduction... 1 Welcome... 1 Administration... 1 System Design... 1 Installation... 3 System Requirements...
Use Case Diagrams. Tutorial
Use Case Diagrams Tutorial What is a use case? A requirements analysis concept A case of a use of the system/product Describes the system's actions from a the point of view of a user Tells a story A sequence
ICS 434 Advanced Database Systems
ICS 434 Advanced Database Systems Dr. Abdallah Al-Sukairi [email protected] Second Semester 2003-2004 (032) King Fahd University of Petroleum & Minerals Information & Computer Science Department Outline
CAREER OPPORTUNITIES
CAREER OPPORTUNITIES After the graduation, students can select three different paths. Students should have at least GPA 2.7 to get into the first two types of job. To apply for academic positions in the
C/S Basic Concepts. The Gartner Model. Gartner Group Model. GM: distributed presentation. GM: distributed logic. GM: remote presentation
C/S Basic Concepts The Gartner Model Contents: 2-tier Gartner Model Winsberg s Model / Balance Example 3-tier n-tier Became de facto reference model Recognizes 5 possible modes of distribution: distributed
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 [email protected] Bilal CHEBARO Assistant professor [email protected] Abstract
A MODEL OF OPENEHR-BASED ELECTRONIC MEDICAL RECORD IN INDONESIA
A MODEL OF OPENEHR-BASED ELECTRONIC MEDICAL RECORD IN INDONESIA 1 A.B. MUTIARA, 2 A. MUSLIM, 3 T. OSWARI, 4 R. ASRITA 1 Prof., Faculty of Computer Science and Information Technology, Gunadarma University,
B.Sc. (Computer Science) First Year
B.Sc. (Computer Science) First Year Paper No. Title of Paper External Internal Assessment Maximum Pass Exam Durations Semester I I Computer Fundamentals & Programming 40 5 45 16 3hrs in C II Logical Organization
Object Oriented Programming. Risk Management
Section V: Object Oriented Programming Risk Management In theory, there is no difference between theory and practice. But, in practice, there is. - Jan van de Snepscheut 427 Chapter 21: Unified Modeling
TOGAF usage in outsourcing of software development
Acta Informatica Pragensia 2(2), 2013, 68 76, DOI: 10.18267/j.aip.25 Section: Online: aip.vse.cz Peer-reviewed papers TOGAF usage in outsourcing of software development Aziz Ahmad Rais 1, Rudolf Pecinovsky
PHP FRAMEWORK FOR DATABASE MANAGEMENT BASED ON MVC PATTERN
PHP FRAMEWORK FOR DATABASE MANAGEMENT BASED ON MVC PATTERN Chanchai Supaartagorn Department of Mathematics Statistics and Computer, Faculty of Science, Ubon Ratchathani University, Thailand [email protected]
Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan
WWW.JOURNALOFCOMPUTING.ORG 85 New Quantitative Study for Dissertations Repository System Fahad H.Alshammari, Rami Alnaqeib, M.A.Zaidan, Ali K.Hmood, B.B.Zaidan, A.A.Zaidan Abstract In the age of technology,
OIT 307/ OIT 218: Web Programming
OIT 307/ OIT 218: Web Programming 1.0 INTRODUCTION Many applications nowadays work really well as a web application. Web programming is the practice of writing applications that run on a web server and
UNIFACE Component-based. Development Methodology UNIFACE V7.2. 151157206-00 Revision 0 Dec 2000 UMET
UNIFACE Component-based Development Methodology UNIFACE V7.2 151157206-00 Revision 0 Dec 2000 UMET UNIFACE Component-based Development Methodology Revision 0 Restricted Rights Notice This document and
A MODEL OF OPENEHR BASED ELECTRONIC MEDICAL RECORD IN INDONESIA
A MODEL OF OPENEHR BASED ELECTRONIC MEDICAL RECORD IN INDONESIA 1 A.B. Mutiara, 2 A. Muslim, 3 T. Oswari, 4 R.A. Miharja 1,2,4 Faculty of Computer Science and Information Technology, Gunadarma University,
Real-World Object-Oriented Design Experience for Computer Science Students
Real-World Object-Oriented Design Experience for Computer Science Students Abstract Due to the limitations of time and resources, many undergraduate Software Engineering courses provide a survey of a broad
What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World
COSC 304 Introduction to Systems Introduction Dr. Ramon Lawrence University of British Columbia Okanagan [email protected] What is a database? A database is a collection of logically related data for
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,
Server-Side Scripting and Web Development. By Susan L. Miertschin
Server-Side Scripting and Web Development By Susan L. Miertschin The OOP Development Approach OOP = Object Oriented Programming Large production projects are created by teams Each team works on a part
Online College Magazine
Software Requirement Specification Chennai Campus Vandalur-Kelambakkam Road, Chennai 600048 Ciphers Online College Magazine IBM TGMC-2011 Version 1.0 Team Members : Mentor: Prof. B. Sathis Kumar 1. Aanchal
Development of a Learning Content Management Systems
Development of a Learning Content Management Systems Lejla Abazi-Bexheti Abstract Change appears to be the only constant in the field of ICT and what was treated as advanced feature few years ago is today
Sports Management Information Systems. Camilo Rostoker November 22, 2002
Sports Management Information Systems Camilo Rostoker November 22, 2002 Introduction We are in the information age The availability of technology has brought forth a new problem domain how do we manage
Logical Data Models for Cloud Computing Architectures
Logical Data Models for Cloud Computing Architectures Augustine (Gus) Samba, Kent State University Describing generic logical data models for two existing cloud computing architectures, the author helps
Student Attendance Through Mobile Devices
Student Attendance Through Mobile Devices Anurag Rastogi Kirti Gupta Department of Computer Science and Engineering National Institute of Technology Rourkela Rourkela-769 008, Odisha, India Student Attendance
Roadmap. Software Engineering. Software Engineering. Project Life Cycle. Database. Project Lifecycle
Database Project Lifecycle Philippe Bonnet, 2006 2 Software Engineering The implementation of a database application is a significant engineering endeavor The project must complete On time On budget The
Using UML Part One Structural Modeling Diagrams
UML Tutorials Using UML Part One Structural Modeling Diagrams by Sparx Systems All material Sparx Systems 2007 Sparx Systems 2007 Page 1 Trademarks Object Management Group, OMG, Unified Modeling Language,
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams
Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10 Outline The Role of Information Systems in
Chapter 2 Addendum (More on Virtualization)
Chapter 2 Addendum (More on Virtualization) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ More on Systems Virtualization Type I (bare metal)
TUTORIALS GENERAL ASSESSMENTS ADMINISTRATIVE ASSISTANT
The following is a suggested listing of tutorials, general assessments, and industry-specific assessments available. Visit www.proveit.com for a full list of selections. TUTORIALS Microsoft Access 2003
System Requirement Specifications (SRS)
(SRS) Assignment 1 Sample Solution 1 Table of Contents 1 Table of Contents... 1 2 Problem Statement... 2 3 Overview... 2 3.1 Background... 2 3.2 Overall Description... 2 4 Investigation & Analysis Methodology...
How To Understand Software Engineering
PESIT Bangalore South Campus Department of MCA SOFTWARE ENGINEERING 1. GENERAL INFORMATION Academic Year: JULY-NOV 2015 Semester(s):III Title Code Duration (hrs) SOFTWARE ENGINEERING 13MCA33 Lectures 52Hrs
ISSUES OF STRUCTURED VS. OBJECT-ORIENTED METHODOLOGY OF SYSTEMS ANALYSIS AND DESIGN
ISSUES OF STRUCTURED VS. OBJECT-ORIENTED METHODOLOGY OF SYSTEMS ANALYSIS AND DESIGN Mohammad A. Rob, University of Houston-Clear Lake, [email protected] ABSTRACT In recent years, there has been a surge of
PROJECT MANAGEMENT SYSTEM
Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU
Component Based Development in Software Engineering
Component Based Development in Software Engineering Amandeep Bakshi, Rupinder Singh Abstract--In today s world, Component Based development is an active research area for more than a decade in software
Principles and Software Realization of a Multimedia Course on Theoretical Electrical Engineering Based on Enterprise Technology
SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 1, No. 1, November 2003, 81-87 Principles and Software Realization of a Multimedia Course on Theoretical Electrical Engineering Based on Enterprise Technology
Axiomatic design of software systems
Axiomatic design of software systems N.P. Suh (1), S.H. Do Abstract Software is playing an increasingly important role in manufacturing. Many manufacturing firms have problems with software development.
Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence
Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &
Virtualization Technologies (ENCS 691K Chapter 3)
Virtualization Technologies (ENCS 691K Chapter 3) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ The Key Technologies on Which Cloud Computing
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills
Electronic Student Academic System (E-SAS) For Secondary School
Electronic Student Academic System (E-SAS) For Secondary School 211 Electronic Student Academic System (E-SAS) For Secondary School Abstract Nowadays computers are used to manage daily works. School management
Design and Implementation of a Career Guide Information System for Secondary School Leavers An Object Oriented Approach
Design and Implementation of a Career Guide Information System for Secondary School Leavers An Object Oriented Approach Ojekudo Nathaniel Akpofure (Ph.D) 1, Tombari Tete 2 Ignatius Ajuru University of
CloudCERT (Testbed framework to exercise critical infrastructure protection)
WP2. CONCEPTUAL MODELLING AND ARCHITECTURE CloudCERT (Testbed framework to exercise critical infrastructure protection) With the financial support of the Prevention, Preparedness and Consequence Management
Information systems modelling UML and service description languages
Internet Engineering Tomasz Babczyński, Zofia Kruczkiewicz Tomasz Kubik Information systems modelling UML and service description languages Student Contact Hours: 25.02.2015- Location: 325 C3 room 25.03.2015:
How To Develop A Gis Based College Information System
Development of Web-GIS based College Information System Giridhar M.V.S.S. 1, Md.Nazia Firdouse 2, Durga Bhavani.S 3, Viswanadh.G.K 4, Chandra Bose A.S 5 1- Assistant Professor, CWR, IST, JNTUH, Hyderabad,
MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application
, pp.317-322 http://dx.doi.org/10.14257/ijhit.2014.7.5.29 MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application Iqbal H. Sarker and K. Apu Department of
Software Visualization Tools for Component Reuse
Software Visualization Tools for Component Reuse Craig Anslow Stuart Marshall James Noble Robert Biddle 1 School of Mathematics, Statistics and Computer Science, Victoria University of Wellington, New
Architecture Design Version1.0. Architecture Design CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0
Architecture Design CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering CIS 895 MSE Project Kansas State
B.Sc (Computer Science) Database Management Systems UNIT-V
1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used
Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering System Models Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain why the context of a system should be modeled as part of the RE process To describe
Uptime Infrastructure Monitor. Installation Guide
Uptime Infrastructure Monitor Installation Guide This guide will walk through each step of installation for Uptime Infrastructure Monitor software on a Windows server. Uptime Infrastructure Monitor is
Swirl. Multiplayer Gaming Simplified. CS4512 Systems Analysis and Design. Assignment 1 2010. Marque Browne 0814547. Manuel Honegger - 0837997
1 Swirl Multiplayer Gaming Simplified CS4512 Systems Analysis and Design Assignment 1 2010 Marque Browne 0814547 Manuel Honegger - 0837997 Kieran O' Brien 0866946 2 BLANK MARKING SCHEME 3 TABLE OF CONTENTS
Eclectic Computing. Time Tracking Tool Software Architecture Document. Version <1.3>
Eclectic Computing Time Tracking Tool Version Revision History Date Version Description Author 7/Mar/05 1.0 Documentation of high-level architecture. David Janzen 7/Apr/05 1.1 Architecture at end
Applying 4+1 View Architecture with UML 2. White Paper
Applying 4+1 View Architecture with UML 2 White Paper Copyright 2007 FCGSS, all rights reserved. www.fcgss.com Introduction Unified Modeling Language (UML) has been available since 1997, and UML 2 was
FACULTY STUDENT MENTORSHIP PROGRAM. A Thesis. Presented to the. Faculty of. San Diego State University. In Partial Fulfillment
FACULTY STUDENT MENTORSHIP PROGRAM A Thesis Presented to the Faculty of San Diego State University In Partial Fulfillment of the Requirements for the Degree Master of Science in Computer Science by Pooja
Master Degree Program in Computer Science (CS)
Master Degree Program in Computer Science (CS) Students holding Bachelor s degree in Computer Science are accepted as graduate students, after meeting the general requirements stated below. Applicants
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
Computer Science Course Descriptions Page 1
CS 101 Intro to Computer Science An introduction to computer science concepts and the role of computers in society. Topics include the history of computing, computer hardware, operating systems, the Internet,
An Electronic Journal Management System
An Electronic Journal Management System Hrvoje Bogunović, Edgar Pek, Sven Lončarić and Vedran Mornar Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, 0000 Zagreb, Croatia
Object Oriented System Analyze and Design of Revenue Information System using UML
Object Oriented System Analyze and Design of Revenue Information System using UML Sany Ang Department of Accounting Petra Christian University, Surabaya, Indonesia [email protected] and Prof. Dr. Chaiyong
How To Develop Software
Software Engineering Prof. N.L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-4 Overview of Phases (Part - II) We studied the problem definition phase, with which
Online Masters Programme in Computer Science Study anytime, anywhere. School of Computer Science
Online Masters Programme in Computer Science Study anytime, anywhere School of Computer Science What is online study? Our innovative online programme enables you to study for a masters degree (MSc) without
Unit I Page No. 1 System Development Object Basics Development Life Cycle Methodologies Patterns Frameworks Unified Approach UML
Unit I Page No. 1 System Development Object Basics Development Life Cycle Methodologies Patterns Frameworks Unified Approach UML System Development (SD) : - o SD refers to all activities that go into producing
RingStor User Manual. Version 2.1 Last Update on September 17th, 2015. RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816.
RingStor User Manual Version 2.1 Last Update on September 17th, 2015 RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816 Page 1 Table of Contents 1 Overview... 5 1.1 RingStor Data Protection...
Masters of Science in Software & Information Systems
Masters of Science in Software & Information Systems To be developed and delivered in conjunction with Regis University, School for Professional Studies Object Oriented Design Table of Contents January
Keywords Clearance, Academic, Requirements, Administrator, Module.
Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Web-Based Database-Driven
Software Architecture
Software Architecture Definitions http://www.sei.cmu.edu/architecture/published_definiti ons.html ANSI/IEEE Std 1471-2000, Recommended Practice for Architectural Description of Software- Intensive Systems
Tutorial on Client-Server Architecture
Tutorial on Client-Server Architecture SEEM3430 Information Systems Analysis and Design Pengfei Liu Department of Systems Engineering and Engineering Management The Chinese University of Hong Kong March
Administrator Manual
. Self-evaluation Platform (SEP) on Information Technology in Education (ITEd) for School Administrator Manual Mar 2006 [Version 3.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents
Software Architecture Document
COMPREHENSIVE WATERSHED MANAGEMENT WATER USE TRACKING PROJECT Southwest Florida Water Management District 2379 Broad Street Brooksville, FL 34604-6899 Date Revision Description Author Table of Contents
Bachelor of Science in Business Administration - Information Systems and Technology Major
Bachelor of Science in - Information Systems and Technology Major Ling Li, Chair Li Xu, Information Technology Area Coordinator Roya Ardalan, Chief Discipline Advisor The information systems and technology
PCCC PCCC Course Description
Course Description CIS 101 Computer Concepts and Applications 3 credits (formerly Introduction to Computers and Information Processing) Introduces a variety of topics in computers and computing including
An Object-Oriented Analysis Method for Customer Relationship Management Information Systems. Abstract
75 Electronic Commerce Studies Vol. 2, No.1, Spring 2004 Page 75-94 An Object-Oriented Analysis Method for Customer Relationship Management Information Systems Jyh-Jong Lin Chaoyang University of Technology
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
Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements
Questions? Assignment Why is proper project management important? What is goal of domain analysis? What is the difference between functional and non- functional requirements? Why is it important for requirements
