Software Requirements Specification For. Prepared by Group 04

Size: px
Start display at page:

Download "Software Requirements Specification For. Prepared by Group 04"

Transcription

1 Software Requirements Specification For MobiTiki Version 1.0 Prepared by Group 04 Atukorala A.U.B. (040023H) Priyadasraha G.V.J. (040283D) Dissanayake C.P. (040080D) Kumara M.G.C.P. (040203K)

2 Table of Contents 1. Introduction The Purpose of this Document Document Conventions Intended Audience Overall Description Product Perspective Project Scope User Classes and Characteristics Train Passengers The System Administrator from the railway department Operating Environment Hardware requirements Software Requirements Design and Implementation Constraints Embedded System related constrains Mobile phone related constrains User Documentation Assumptions and Dependencies External Interface Requirements User Interfaces Hardware Interfaces Software Interfaces System Features New user Registration User Identification Ticket issue Account Reload Transaction Summery Value Added Services Other Nonfunctional Requirements Performance Requirements... 13

3 5.2 Safety Requirements Software Quality Attributes References... 15

4 Document History Date Author Description of Change Version July 2, 2007 Group 04 Initial Draft 1.0

5 1. Introduction 1.1 The Purpose of this Document The System Requirements Specification (SRS) consolidates, records, and formalizes all system requirements. It is intended to facilitate the establishment of a common understanding of the capabilities of the system amongst the various project stakeholders. The evolving SRS is the primary deliverable arising out of the Requirements Analysis Discipline. It is consumed by each of the downstream disciplines during each iteration of the project: Analysis and Design Implementation Testing The purpose of this document is to clearly state the functions and capabilities of the software system that is going to be developed. The software system which is to be developed is an Automated Train Ticket Issue system, which as the name suggests will automate the train ticket issuing process. The main objective of this system is to minimize the time delay in issuing tickets manually.

6 1.2 Document Conventions The conventions used to prepare the document is given bellow Font Times New Roman, size 12 Main headings, Bold size 18 Sub headings, Bold size 16 Sub-sub headings, Bold size Intended Audience This document is primarily intended for the evaluators of the system. Other than that the developers of the system can use this as a guideline. Any third party who needs a basic understanding of the system may find this document helpful.

7 2. Overall Description 2.1 Product Perspective This product is a combination of four main components, namely Image processing and embedded system, the web portal, web service and the J2ME application. The main objective of developing this product is to reduce the time & human resource taken for purchasing train tickets, by automating the process. 2.2 Project Scope A Passenger needs to register for the pre service via a Web Portal using a Prepaid card (Similar to SLT Prepaid Cards) which can be purchased from an authorized shop. After a successful creation of the account a specific code will be generated for each user and will be sent to him by a MMS. In the Railway stations users will be authenticated using the code provided to them by a smart device. Then the purchase of the ticket would be done in a similar way as in Bank ATM. Once the transaction is completed an amount equal to the price of the ticket will be deducted from the user s account and a ticket will be issued. 2.3 Product Features New User Registration This registers a new user via the web portal. User identification and issue of the ticket The user is identified via his mobile phone and relevant transactions will be carried out. Account Reload The user will be given the facility to reload his account via the web portal or the J2ME application. Other value added features This will include checking account summary and train time tables.

8 2.4 User Classes and Characteristics Train Passengers This is the main user group the product is aimed at. Normal train commuters will be the most regular users of the system The System Administrator from the railway department This person will mainly observe the day today proceedings of the system and makes sure the system is up and running. He/she will also carry out the price, time table updates to the system. 2.5 Operating Environment The ticket issuing part (the embedded part) will be operational from the railway station. The J2ME application will run on any Java enabled phone which meets the requirements specified. The web portal will be hosted in a public domain Hardware requirements Mobile phone : A GPRS enabled service provider, Ability to handle HTTPS connections Java Enabled Web Cam : A Megapixel range Web Cam Software Requirements Database Server: Microsoft SQL Server 2005 Web Server : IIS Web Server 6.0 or above Runtime for desktop application: Microsoft.NET Framework 2.0

9 2.6 Design and Implementation Constraints Embedded System related constrains Building a complete embedded system which is similar to a bank ATM with Image processing capability requires a considerable time and effort. So the embedded part is simulated using a USB number pad and a desktop application Mobile phone related constrains In order to facilitate the reloading feature in a secure manner the mobile phone should have the capacity to handle HTTPS connections. 2.7 User Documentation Both the J2ME application and the web portal will have their own inbuilt help. 2.8 Assumptions and Dependencies Overall speed of the system will depend on the speed of the network used to communicate between embedded system and the web service. The GPRS networks are fast enough to deal with HTTPS connections without the occurrences of time outs. The web cam will be powerful enough to capture a quality image.

10 3. External Interface Requirements 3.1 User Interfaces The normal passengers will use the system, so the User Interface will be critical. A Common keypad will be supplied to the user. The User Input should be displayed in the application. The user interface for ticket issuing will be a common interface like an ATM machine. 3.2 Hardware Interfaces The system should be extended to the many transport services if required. (Scalability) The user interface communicates with the USB keypad. The user recognition should be through a Webcam. 3.3 Software Interfaces The application should be pluggable with a web service. (Interoperability) The system should be handled via a web portal. J2ME application should be coupled with the system. The user-unique code should be identified using an image processing function.

11 4. System Features 4.1 New user Registration When new client coming into the system, a unique 2-D barcode will be created on his behalf. The barcode image will be send to the client as a MMS or it can be downloaded via GPRS. 4.2 User Identification At the ticket issuing system the user should display his unique barcode image which is on the mobile phone to the web cam. After authentication is completed user will be logged into the system. 4.3 Ticket issue The client enters his travelling details into the system. If the client has enough credit in his account, he will be permitted to carry out a valid transaction. The momentary value of the transaction will be deducted from his system. A valid ticket will be issued once the transaction is completed. 4.4 Account Reload The client can purchase a pre paid card through an authorized dealer. The account can be reloaded via the web portal or mobile application.

12 4.5 Transaction Summery After a complete transaction, the client will be entitled to a valid ticket. The client can request details about his last transaction and current balance in the account. 4.6 Value Added Services The updated time table will be displayed in the mobile application and the web application. News and announcements.

13 5. Other Nonfunctional Requirements 5.1 Performance Requirements Response time of the system should be minimized by minimizing the data transfer since it can directly affect the time required to obtain a valid ticket. Since the system intends to handle the train ticket issuing process it should be available and properly functioning at any time of the day. Down time should be minimized. In the system, a 2-D barcode (semacode) is used for user identification. Thus the algorithm that is used must be efficient. Then the system can decode the 2-D barcode very fast. So passenger doesn t need to wait a long time for their recognition. Because of the use of J2ME application it ll run on many mobile platforms. Due to this reason this system can optimize resources in an efficient manner. The web service will be deployed in a local web server (within Sri Lanka). Thus the delay time of passengers can be minimized. 5.2 Safety Requirements The user details should be encrypted by using RSA policies. Also the account details should be encrypted by using RSA policies. The authorization should be accurate, because of the use of the image recognition for user identification. Since this involves money transfers, user subscription and any other confidential data need to be secured. Also the communication needs to be carried out securely.

14 5.4 Software Quality Attributes Multi Language support Since the System mostly involves with the local population system should support both Sinhala and English languages. Usability - System should be simple and user friendly interfaces need to be provided. Adaptability The system should customizable with any other transportation system. Availability - Since the system intends to handle the train ticket issuing process it should be available and properly functioning at any time of the day. Down time should be minimized. Correctness - Because of the system uses a pre paid service, accuracy need s to be higher. Maintainability The cost of day-to-day maintenance needs to be lower.

15 6. References Semacode Technical Paper. Semacode Corporation. Available at Honours Project Report on CipherCode A Visual Tag SDK Tag Decoder Component by Ramone Karodia University of Cape Town

SmartCITIES. Smart InterOperable. Solutions for Transport Authorities

SmartCITIES. Smart InterOperable. Solutions for Transport Authorities SmartCITIES Smart InterOperable Solutions for Transport Authorities Main Modules Customer Support Services Customer Management Card Management Card Issuing & Personalization Business Support Services Revenue

More information

Automated Train Ticket System

Automated Train Ticket System (MobiTiki) By Athukorala A.U.B. Dissanayake C.P. Kumara M.G.C.P. Priyadarshana G.V.J. This report is submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of Science

More information

Mobile Wallet Platform. Next generation mobile wallet solution

Mobile Wallet Platform. Next generation mobile wallet solution Mobile Wallet Platform Next generation mobile wallet solution Introduction to mwallet / Mobile Wallet Mobile Wallet Account is just like a Bank Account User s money lies with the Mobile Wallet Operator

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Lecture 26 Enterprise Internet Computing 1. Enterprise computing 2. Enterprise Internet computing 3. Natures of enterprise computing 4.

Lecture 26 Enterprise Internet Computing 1. Enterprise computing 2. Enterprise Internet computing 3. Natures of enterprise computing 4. Lecture 26 Enterprise Internet Computing 1. Enterprise computing 2. Enterprise Internet computing 3. Natures of enterprise computing 4. Platforms High end solutions Microsoft.Net Java technology 1 Enterprise

More information

Solutions using our software products

Solutions using our software products SAE Automation, s.r.o. Nová Dubnica Solid And Effective partner at development of your products and industrial automation Solutions using our software products OpcDbGateway, SAEAUT SNMP OPC Server, SAEAUT

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

Glendale Community College Microsoft Office SharePoint Server 2007 Initiative Vision/Scope Document. Version 1.0

Glendale Community College Microsoft Office SharePoint Server 2007 Initiative Vision/Scope Document. Version 1.0 ware Architects, Inc. Proposal to XXXXX Date Glendale Community College Microsoft Office SharePoint Server 2007 Initiative Vision/Scope Document Software Architects, Inc. Proposal to XXXXX Date Version

More information

CME - Mobile Blogging

CME - Mobile Blogging Software Requirements Specification for CME - Mobile Blogging Framework and Application Version 1.1 Prepared by Team of Group 10 Computer Science & Engineering Department University of Moratuwa 30-11-2006

More information

Table 1. Requirements for Domain Controller. You will need a Microsoft Active Directory domain. Microsoft SQL Server. SQL Server Reporting Services

Table 1. Requirements for Domain Controller. You will need a Microsoft Active Directory domain. Microsoft SQL Server. SQL Server Reporting Services The following tables provide the various requirements and recommendations needed to optimize JustWare system performance. Note that the specifications provided in this section are only minimum specifications.

More information

Software Requirements. Specification. Day Health Manager. for. Version 1.1. Prepared by 4yourhealth 2/10/2015

Software Requirements. Specification. Day Health Manager. for. Version 1.1. Prepared by 4yourhealth 2/10/2015 Software Requirements Specification. for Day Health Manager Version 1.1 Prepared by 4yourhealth Senior Project 2015 2/10/2015 Table of Contents Table of Contents Revision History Introduction Purpose Document

More information

AssetTrack. Overview: AMI AssetTrack Integration for HP Asset Manager. Mobile Forms/Scanners. Web Forms CMYK: 62 42 73 25

AssetTrack. Overview: AMI AssetTrack Integration for HP Asset Manager. Mobile Forms/Scanners. Web Forms CMYK: 62 42 73 25 Overview: AMI AssetTrack Integration for HP Asset Manager AssetTrack is an enterprise barcode asset tracking solution for HP Asset Manager that enables Asset Manager customers to use handheld barcode scanners

More information

SAMAY - Attendance, Access control and Payroll Software

SAMAY - Attendance, Access control and Payroll Software SAMAY - Attendance, Access control and Payroll Software Welcome to a new world of comprehensive Human Capital Management (HCM) solutions from ISS. ISS SAMAY is a highly simplified HCM solution with an

More information

Track accurately. Deliver with precision.

Track accurately. Deliver with precision. Shipping & Mailing Management & Tracking SendSuite TM Tracking Internal tracking and delivery management system Track accurately. Deliver with precision. Accurately track anything you can barcode, or has

More information

Reform PDC Document Workflow Solution Streamline capture and distribution. intuitive. lexible. mobile

Reform PDC Document Workflow Solution Streamline capture and distribution. intuitive. lexible. mobile Reform PDC Document Workflow Solution Streamline capture and distribution intuitive lexible mobile Reform PDC Innovation and convenience to maximize efficiency. Your organization is unique so is its document

More information

RUP Vision Document for the Home Appliance Control System: Defining Stakeholders, Goals, and COTS Components

RUP Vision Document for the Home Appliance Control System: Defining Stakeholders, Goals, and COTS Components RUP Vision Document for the Home Appliance Control System: Defining Stakeholders, Goals, and COTS Components Technical Report UTDCS-17-04 Lawrence Chung, Department of Computer Science UTD Kendra Cooper,

More information

Computer/IT Project LIST. Contact: 9860171201 8796142757

Computer/IT Project LIST. Contact: 9860171201 8796142757 Computer/IT Project LIST Contact: 9860171201 8796142757 1. Detecting E Banking Phishing Websites Using Associative Classification 2. Vehicle Tracking Using Driver Mobile Gps Tracking 3. Sentiment Analysis

More information

CNG Software Remote Workers and Document Management

CNG Software Remote Workers and Document Management CNG Software Remote Workers and Document Management By: Jon Clark Introduction In 1998 Merrill Lynch completed a study which concluded an estimated 80% of all usable business information originates in

More information

CONCORDIA UNIVERSITY DEPARTMENT OF COMPUTER SCIENCE AND SOFTWARE ENGINEERING SOEN390 SOFTWARE ENGINEERING TEAM DEVELOPMENT PROJECT ITERATION 5

CONCORDIA UNIVERSITY DEPARTMENT OF COMPUTER SCIENCE AND SOFTWARE ENGINEERING SOEN390 SOFTWARE ENGINEERING TEAM DEVELOPMENT PROJECT ITERATION 5 CONCORDIA UNIVERSITY DEPARTMENT OF COMPUTER SCIENCE AND SOFTWARE ENGINEERING SOEN390 SOFTWARE ENGINEERING TEAM DEVELOPMENT PROJECT ITERATION 5 SOFTWARE ARCHITECTURE DOCUMENT Dr. O. Ormandjieva Winter 2012

More information

Sample Software Requirement Specification (SRS) Document for Offshore Software Development

Sample Software Requirement Specification (SRS) Document for Offshore Software Development Sample Software Requirement Specification (SRS) Document for Offshore Software Development Jan. 15, 10 Digital Mesh Softech India (P) Ltd. 210-G, Panampilly Nagar, Kochi-682 036, Kerala, India. 1/10 Application

More information

Wifi Ticketing. Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe

Wifi Ticketing. Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe Wifi Ticketing Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe Information Technology Information Technology Information Technology Assistant Professor TCET TCET TCET TCET Mumbai, India Mumbai, India

More information

HP Service Manager software

HP Service Manager software HP Service Manager software The HP next generation IT Service Management solution is the industry leading consolidated IT service desk. Brochure HP Service Manager: Setting the standard for IT Service

More information

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should

More information

The company offers: Smart Tracker Are You in Control? EXECUTIVE SUMMARY

The company offers: Smart Tracker Are You in Control? EXECUTIVE SUMMARY Icom ltd. EXECUTIVE SUMMARY ICOM Ltd. is a technology provider specialized in the field of telematics, information security and mobile software, and custom hardware and firmware solutions. The company

More information

Harnessing the power of advanced analytics with IBM Netezza

Harnessing the power of advanced analytics with IBM Netezza IBM Software Information Management White Paper Harnessing the power of advanced analytics with IBM Netezza How an appliance approach simplifies the use of advanced analytics Harnessing the power of advanced

More information

This chapter will discuss the problem domain, motivation to the project, background materials, references and proposed solution.

This chapter will discuss the problem domain, motivation to the project, background materials, references and proposed solution. Chapter 1 Introduction 1.1 Introduction This chapter will discuss the problem domain, motivation to the project, background materials, references and proposed solution. 1.2 Problem domain. Below mentioned

More information

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date:

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date: Software Requirements Specification for Task Management System Version 1.0 Prepared by Group Name: Pink and Purple Kathrynn Gonzalez 11387240 kathrynn.gonzalez@gmail.com Tina Roper 11380457 troper17@comcast.net

More information

Software Requirement Specifications V1.0

Software Requirement Specifications V1.0 V1.0 1. Introduction 1.1 Purpose... 1 1.2 Document Conventions... 1 1.3 Intended Audience and Reading Suggestions... 1 1.4 Project Scope... 1 1.5 References... 1 2. Overall 2.1 Product Perspective... 2

More information

Technical Writing - A Guide to the Najobe System

Technical Writing - A Guide to the Najobe System CS 4500 Software Engineering Laboratory Team Najobe: Customer Relationship Management Benjamin J. Smith Joseph Engh Nathan Thomas Version 1.0 February26, 2007 Document Change Record Version Number Date

More information

Campus Logistics Software

Campus Logistics Software Campus Logistics Software Intra Enterprise is a vertical Business Process Management (BPM) solution. Intra helps organizations plan, execute and measure accountable item workflows. For example, in campus

More information

Ivara EXP Installation Prerequisites

Ivara EXP Installation Prerequisites Ivara EXP Installation Prerequisites Copyright 2013 Bentley Systems, Incorporated. All rights reserved. Including software, file formats, and audiovisual displays; may only be used pursuant to applicable

More information

Sticky Password 7. Sticky Password 7 is the latest, most advanced, portable, cross platform version of the powerful yet

Sticky Password 7. Sticky Password 7 is the latest, most advanced, portable, cross platform version of the powerful yet Sticky Password 7 Reviewer Guide Introduction Sticky Password 7 is the latest, most advanced, portable, cross platform version of the powerful yet simple password manager and form-filler. Its main goal

More information

Nexio Connectus with Nexio G-Scribe

Nexio Connectus with Nexio G-Scribe Nexio Connectus with Nexio G-Scribe 2.1.2 3/20/2014 Edition: A 2.1.2 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and

More information

Course 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

Windows Azure platform What is in it for you? Dominick Baier (dbaier@develop.com) Christian Weyer (cweyer@develop.com

Windows Azure platform What is in it for you? Dominick Baier (dbaier@develop.com) Christian Weyer (cweyer@develop.com Windows Azure platform What is in it for you? Dominick Baier (dbaier@develop.com) Christian Weyer (cweyer@develop.com Objectives Motivation Status quo Cloud Computing Windows Azure platform Windows Azure

More information

Visualization Dashboards for Real-time, Business & Manufacturing Data

Visualization Dashboards for Real-time, Business & Manufacturing Data Product Bulletin Visualization Dashboards for Real-time, Business & Manufacturing Data Summary Looking for a collaboration platform to easily create and manage custom manufacturing and business intelligence

More information

Defender Delegated Administration. User Guide

Defender Delegated Administration. User Guide Defender Delegated Administration User Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Enterprise Video Hosting: Introducing the Intel Video Portal

Enterprise Video Hosting: Introducing the Intel Video Portal Enterprise Video Hosting: Introducing the Intel Video Portal August 2013 Sara Browning, Social Collaboration Service Owner, Intel IT Chandan Sardeshmukh, Product Manager, Intel IT Legal Notices This presentation

More information

Wyse Device Manager TM

Wyse Device Manager TM Wyse Device Manager TM Secure, flexible and effective thin client management software All youneed toknow.here. An introduction to Wyse Device Manager TM Minimize your desktop support costs. Maximize desktop

More information

S E R V I C E S O F F E R I N G S. Remote Services. This is a general overview on the service offerings.

S E R V I C E S O F F E R I N G S. Remote Services. This is a general overview on the service offerings. S E R V I C E S O F F E R I N G S Deployment Maintenance Workshops On-site Callout Remote Services Reporting Telephonic & Email Support PEN Testing Managed Services This is a general overview on the service

More information

What is a life cycle model?

What is a life cycle model? What is a life cycle model? Framework under which a software product is going to be developed. Defines the phases that the product under development will go through. Identifies activities involved in each

More information

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises agility PLATFORM Product Whitepaper An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises ServiceMesh 233 Wilshire Blvd,

More information

An Effective Approach to Open Payment Systems

An Effective Approach to Open Payment Systems An Effective Approach to Open Payment Systems Steven Grant May 18, 2012 Planning for Implementation of New Technology Assess the current fare system Are there goals and objectives? What is available? What

More information

Innovative Secure Boot System (SBS) with a smartcard.

Innovative Secure Boot System (SBS) with a smartcard. Managed Security Services Desktop Security Services Secure Notebook Desktop Security Services. Secure Notebook. Today s business environment demands mobility, and the notebook computer has become an indispensable

More information

Okta/Dropbox Active Directory Integration Guide

Okta/Dropbox Active Directory Integration Guide Okta/Dropbox Active Directory Integration Guide Okta Inc. 301 Brannan Street, 3rd Floor San Francisco CA, 94107 info@okta.com 1-888- 722-7871 1 Table of Contents 1 Okta Directory Integration Edition for

More information

Toolkit for Bar Code Recognition and Resolving on Camera Phones - Jump-Starting the Internet of Things

Toolkit for Bar Code Recognition and Resolving on Camera Phones - Jump-Starting the Internet of Things Toolkit for Bar Code Recognition and Resolving on Camera Phones - Jump-Starting the Internet of Things Robert Adelmann Institute for Pervasive Comp. ETH Zurich, 8092 Zurich, Switzerland +41 44 632 20859

More information

Problem Statement. Jonathan Huang Aditya Devarakonda. Overview

Problem Statement. Jonathan Huang Aditya Devarakonda. Overview Jonathan Huang Aditya Devarakonda Problem Statement Overview Automated job schedulers have been extensively studied and implemented in large clusters and supercomputers. However, many of these clusters

More information

PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V

PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V Version 6.0.8 Published: DEC-2013 Updated: 24 MAR 2014 2005-2014 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

IBM 000-281 EXAM QUESTIONS & ANSWERS

IBM 000-281 EXAM QUESTIONS & ANSWERS IBM 000-281 EXAM QUESTIONS & ANSWERS Number: 000-281 Passing Score: 800 Time Limit: 120 min File Version: 58.8 http://www.gratisexam.com/ IBM 000-281 EXAM QUESTIONS & ANSWERS Exam Name: Foundations of

More information

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

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

More information

Levels of Software Testing. Functional Testing

Levels of Software Testing. Functional Testing Levels of Software Testing There are different levels during the process of Testing. In this chapter a brief description is provided about these levels. Levels of testing include the different methodologies

More information

Software Development In the Cloud Cloud management and ALM

Software Development In the Cloud Cloud management and ALM Software Development In the Cloud Cloud management and ALM First published in Dr. Dobb's Journal, February 2009: http://www.ddj.com/development-tools/212900736 Nick Gulrajani is a Senior Solutions Architect

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

Christchurch Polytechnic Institute of Technology Information Systems Acquisition, Development and Maintenance Security Standard

Christchurch Polytechnic Institute of Technology Information Systems Acquisition, Development and Maintenance Security Standard Christchurch Polytechnic Institute of Technology Information Systems Acquisition, Development and Maintenance Security Standard Corporate Policies & Procedures Section 1: General Administration Document

More information

Ray Chance President Browsercraft, LLC rchance@browsercraft.com

Ray Chance President Browsercraft, LLC rchance@browsercraft.com Ray Chance President Browsercraft, LLC rchance@browsercraft.com 1 EXECUTIVE SUMMARY Today we have reached a critical turning point for USB flash drive technology. Many exciting applications will soon hit

More information

Introduction site management software

Introduction site management software Web Testing Introduction Making a web site does not end with putting all the media and software together. Actually, web site work never ends. When all the design is done, you have to test the site first

More information

1.1 The Nature of Software... Object-Oriented Software Engineering Practical Software Development using UML and Java. The Nature of Software...

1.1 The Nature of Software... Object-Oriented Software Engineering Practical Software Development using UML and Java. The Nature of Software... 1.1 The Nature of Software... Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 1: Software and Software Engineering Software is intangible Hard to understand

More information

Software Requirements Specification (SRS)

Software Requirements Specification (SRS) Software Requirements Specification (SRS) Meeting Scheduler MANISH BANSAL ABHISHEK GOYAL NIKITA PATEL ANURAG MAHAJAN SMARAK BHUYAN - 1 - VERSION RECORD Version record showing the amendments effected to

More information

Read this first. Copyright

Read this first. Copyright Next Generation Banking system Cloud Banking Brochure Mobile Banking Service Provider Read this first Thank you for your interest in MBSP (Mobile Banking Service provider) Cloud Core Banking products.

More information

Lync Online. Basic Administration Guide

Lync Online. Basic Administration Guide Basic Administration Guide Table of Contents Introduction... 3 Audience... 3 Document Location... 3 Special information... 3 1. Download and install Lync... 4 2. Set External Communications... 6 3. Modify

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

AN ANDROID APPLICATION FOR ISSUING AND VERIFYING COMMUTER TRAIN TICKET THROUGH GPS USING CLOUD

AN ANDROID APPLICATION FOR ISSUING AND VERIFYING COMMUTER TRAIN TICKET THROUGH GPS USING CLOUD BEST: International Journal of Management, Information Technology and Engineering (BEST: IJMITE) ISSN 2348-0513 Vol. 2, Issue 3, Mar 2014, 47-52 BEST Journals AN ANDROID APPLICATION FOR ISSUING AND VERIFYING

More information

Electronic Data Solutions. E-Prescription System Software Requirement Specifications. Version 1.0

Electronic Data Solutions. E-Prescription System Software Requirement Specifications. Version 1.0 E-Prescription System Software Requirement Specifications Version 1.0 Contents 1. Purpose... 3 1.1. Scope... 3 1.2. Definitions and abbreviations... 3 1.3. Overview... 3 2. Overall Description... 4 2.2

More information

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5. Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295.

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5. Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295. Course Page - Page 1 of 5 Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295.00 Course Description Get hands-on instruction and practice implementing Microsoft Azure in this two day Microsoft

More information

Open source business rules management system

Open source business rules management system JBoss Enterprise BRMS Open source business rules management system What is it? JBoss Enterprise BRMS is an open source business rules management system that enables easy business policy and rules development,

More information

Prepared by Enea S.Teresa (Italy) Version 1.0 2006-October 24

Prepared by Enea S.Teresa (Italy) Version 1.0 2006-October 24 Mersea Information System: an Authentication and Authorization System to access distributed oceanographic data. Prepared by Enea S.Teresa (Italy) Version 1.0 2006-October 24 Revision History Date Version

More information

Project Server 2010 - hardware and software requirements

Project Server 2010 - hardware and software requirements Project Server 2010 - hardware and software requirements At a high-level, the key requirements for Project Server 2010 are as follows: The 64-bit version of Windows Server 2008 Service Pack 2 or Windows

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

More information

Office 365 Professional Onboarding Services

Office 365 Professional Onboarding Services Office 365 Professional Onboarding Services Office 365 Standard Email Onboarding Standard onboarding is designed to train one user so they can manage the administrative and end user functionalities of

More information

IBM Proof of Technology Discovering business application services, featuring IBM WebSphere Application Server Network Deployment V8

IBM Proof of Technology Discovering business application services, featuring IBM WebSphere Application Server Network Deployment V8 IBM Proof of Technology Discovering business application services, featuring IBM WebSphere Application Server Network Deployment V8 Proof of Technology Introduction Welcome and Introductions Agenda Service

More information

1 Product. Open Text is the leading fax server vendor in the world. *

1 Product. Open Text is the leading fax server vendor in the world. * 1 Product Open Text Fax s Replace fax machines and inefficient paper processes with efficient and secure computer-based faxing and electronic document delivery Open Text is the leading fax server vendor

More information

Improve Dictation and Transcription Workflow by Leaps and Bounds

Improve Dictation and Transcription Workflow by Leaps and Bounds Improve Dictation and Transcription Workflow by Leaps and Bounds Enterprise Voice Capture and Centralized Document Management Solution Part of the integrated M*Modal transcription solution, M*Modal Fluency

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

IBM WebSphere ILOG Rules for.net

IBM WebSphere ILOG Rules for.net Automate business decisions and accelerate time-to-market IBM WebSphere ILOG Rules for.net Business rule management for Microsoft.NET and SOA environments Highlights Complete BRMS for.net Integration with

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532A: Developing Microsoft Azure Solutions Page 1 of 7 Developing Microsoft Azure Solutions Course 20532A: 4 days; Instructor-Led Introduction This course is intended for students who have experience

More information

IBM Cognos 8 BI: The platform of choice for Software as a Service (SaaS)

IBM Cognos 8 BI: The platform of choice for Software as a Service (SaaS) Data Sheet IBM Cognos 8 BI: The platform of choice for Software as a Service (SaaS) Both large-scale enterprises and midsize organizations are turning to software as a service (SaaS) providers to decrease

More information

Website business plan outline

Website business plan outline Website business plan outline www.unitedfocus.com.au Purpose of this Document Whether creating a new website or re-developing an existing one it is important to have addressed the business case underpinning

More information

Developing Microsoft Azure Solutions 20532A; 5 days

Developing Microsoft Azure Solutions 20532A; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Developing Microsoft Azure Solutions 20532A; 5 days Course Description This

More information

Description of Services for Support and Maintenance of erevenue License Solution (ICTA/GOSL/CON/CQS/2015/10)

Description of Services for Support and Maintenance of erevenue License Solution (ICTA/GOSL/CON/CQS/2015/10) Description of Services for and Maintenance of erevenue License Solution (ICTA/GOSL/CON/CQS/2015/10) 1. Introduction; The Provincial Departments of Motor Traffic, which are functioning under the purview

More information

A closer look at HP LoadRunner software

A closer look at HP LoadRunner software Technical white paper A closer look at HP LoadRunner software Table of contents Sizing up the system 2 The limits of manual testing 2 A new take on testing: the HP LoadRunner solution 3 The HP LoadRunner

More information

LIVE CHAT CLOUD SECURITY Everything you need to know about live chat and communicating with your customers securely

LIVE CHAT CLOUD SECURITY Everything you need to know about live chat and communicating with your customers securely LIVE CHAT CLOUD SECURITY Everything you need to know about live chat and communicating with your customers securely LIVE CHAT CLOUD SECURITY Introduction Security is a top priority online it is vital that

More information

How To Secure Your Data Center From Hackers

How To Secure Your Data Center From Hackers Xerox DocuShare Private Cloud Service Security White Paper Table of Contents Overview 3 Adherence to Proven Security Practices 3 Highly Secure Data Centers 4 Three-Tier Architecture 4 Security Layers Safeguard

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER QUICK-START GUIDE FOR THE ENTERPRISE EDITION Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

Course Outline. Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led. About this Course. Audience Profile. At Course Completion

Course Outline. Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led. About this Course. Audience Profile. At Course Completion Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led About this Course Get hands-on instruction and practice implementing Microsoft Azure in this two day Microsoft Official Course. You will

More information

RSA Authentication Agent 7.2 for Microsoft Windows Installation and Administration Guide

RSA Authentication Agent 7.2 for Microsoft Windows Installation and Administration Guide RSA Authentication Agent 7.2 for Microsoft Windows Installation and Administration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com

More information

DESIGN AND IMPLEMENTATION OF A SECURE MULTI-CLOUD DATA STORAGE USING ENCRYPTION

DESIGN AND IMPLEMENTATION OF A SECURE MULTI-CLOUD DATA STORAGE USING ENCRYPTION DESIGN AND IMPLEMENTATION OF A SECURE MULTI-CLOUD DATA STORAGE USING ENCRYPTION Prof. M. Ben Swarup Professor, Department of CSE Vignan's Institute of Information Technology Visakhapatnam-49, India Chukkala

More information

MS 10978A Introduction to Azure for Developers

MS 10978A Introduction to Azure for Developers MS 10978A Introduction to Azure for Developers Description: Days: 5 Prerequisites: This course offers students the opportunity to learn about Microsoft Azure development by taking an existing ASP.NET MVC

More information

Single Sign-on 4.8 2015-03-15 04:30:46 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

Single Sign-on 4.8 2015-03-15 04:30:46 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Single Sign-on 4.8 2015-03-15 04:30:46 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Single Sign-on 4.8... 10 Single Sign-on Installation and Upgrade...

More information

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014 Radia Cloud For the Windows operating systems Software Version: 9.10 User Guide Document Release Date: June 2014 Software Release Date: June 2014 Legal Notices Warranty The only warranties for products

More information

API Architecture. for the Data Interoperability at OSU initiative

API Architecture. for the Data Interoperability at OSU initiative API Architecture for the Data Interoperability at OSU initiative Introduction Principles and Standards OSU s current approach to data interoperability consists of low level access and custom data models

More information

What is it? What does it do? Benefits

What is it? What does it do? Benefits JBoss Enterprise SOA Platform What is it? The JBoss Enterprise SOA Platform includes serviceoriented architecture (SOA) open source middleware such as JBoss Enterprise Service Bus (ESB), JBoss jbpm, JBoss

More information

Product Comparison List

Product Comparison List Product Comparison List Data Center Size Site Solution / Feature

More information

Mortgage Quest WebDesk Setup and Login Instructions

Mortgage Quest WebDesk Setup and Login Instructions Initial WebDesk Setup Mortgage Quest WebDesk Setup and Login Instructions 1. The following steps need to be performed one time only. 2. Start Microsoft Internet Explorer. 3. Enter the address: http://webdesk.emarketfocus.com/

More information

HP OpenView Smart Plug-in for Active Directory

HP OpenView Smart Plug-in for Active Directory HP OpenView Smart Plug-in for Active Directory Data sheet As the primary enterprise directory service in Windows environments, the criticality of monitoring and maintaining Microsoft Active Directory cannot

More information

How To Install And Manage Exchange 2007 With Hostda.Com (Hostda) On A Single Server With Hostdroid (Hostdda) (Hostmaster) (Www.Netbeans) (Webmaster) And Hostda (Hosting

How To Install And Manage Exchange 2007 With Hostda.Com (Hostda) On A Single Server With Hostdroid (Hostdda) (Hostmaster) (Www.Netbeans) (Webmaster) And Hostda (Hosting HC EXCHANGE MODULE SERVER CONFIGURATION User Manual Hosting Controller 1998 2009. All Rights Reserved. Contents Proprietary Notice... 4 Document Conventions... 4 Target Audience... 4 Introduction... 5

More information

Introduction to Azure for Developers

Introduction to Azure for Developers CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10978: Introduction to Azure for Developers Length: 5 Days Audience: Developers Level: 300 Technology:

More information

Rights Management Services

Rights Management Services www.css-security.com 425.216.0720 WHITE PAPER Microsoft Windows (RMS) provides authors and owners the ability to control how they use and distribute their digital content when using rights-enabled applications,

More information

Q. How many instances may I run with a license of SBS 2011 Essentials?... 7. Q. How many users can use the SBS 2011 Essentials software?...

Q. How many instances may I run with a license of SBS 2011 Essentials?... 7. Q. How many users can use the SBS 2011 Essentials software?... Licensing FAQ Table of Contents SBS 2011 Essentials... 7 Q. How many instances may I run with a license of SBS 2011 Essentials?... 7 Q. How many users can use the SBS 2011 Essentials software?... 7 Q.

More information

White Paper Delivering Web Services Security: The Entrust Secure Transaction Platform

White Paper Delivering Web Services Security: The Entrust Secure Transaction Platform White Paper Delivering Web Services Security: September 2003 Copyright 2003 Entrust. All rights reserved. Entrust is a registered trademark of Entrust, Inc. in the United States and certain other countries.

More information

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform May 2015 Contents 1. Introduction... 3 2. What is BIM... 3 2.1. History of BIM... 3 2.2. Why Implement BIM... 4 2.3.

More information