Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda

Size: px
Start display at page:

Download "Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda"

Transcription

1 1 Constituency Management System Software Requirements Specification Team Ready2Code Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda Project guide Manish Kumar

2 2 Index & Tables 1. Introduction Purpose Scope Definition, Acronyms and Abbreviations References Technologies to be used Overview Overall Description Product Perspective Software Interface Hardware Requirements Communication Interface Product Function User Characteristics Constraints Use-Case Model Survey Architecture Diagram & Database Design Assumption and Dependencies Data Dictionary Assumption and Dependencies Specific Requirements Use Case Report Supplementary Requirements. 25

3 3 1. Introduction 1.1 Purpose The Constituency Management System is comprehensive solution to e- governance so that various constituencies can be managed and a complete solution is obtained. This will have all constituencies managed by respective MLA and each of the funds used/left will be shown. The residents can also complain over any problem they are facing and will have their queries responded. 1.2 Scope The system aim is to provide secure login to each user. To register to the site residents need the Election ID card. Each complaint will be given a Complaint_ID for future reference. The complaint can be forwarded to the respective departments by the MLA s. There will be a chat session once in a week, the residents directly can interact with the MP/MLA s The existing E-Governance system can be integrated with this system. The updates about funds (available and spent) will be available for general public. All the user accounts will be managed by the system administrators only. The system will be available 24x Definitions, Acronyms and Abbreviations J2EE: Java 2 Enterprise Edition is a programming platform part of the Java Platform for developing and running distributed multitier architecture Java applications. JSP: Java Server Pages. XML: Extensible Mark-up Language. DB2: DB2 Database is the database management system that delivers a flexible and cost-effective database platform to build robust on demand business applications. WAS: Web Sphere Application server is an application server that runs business applications and supports the J2EE and web services standards. CMS: Constituency Management System. AJAX: Asynchronous JavaScript and XML. 1.4 References 1. IEEE Standard Format (93) for SRS. 2. J2EE 1.4 Bible. 3. XML 1.1 Bible

4 4 1.5 Tools and Technologies WSAD Development Tool. WAS Web Application Server. Rational Rose UML Designing Tool. J2EE Application Architecture. DB2 Database. XML - Extensible Mark-up Language. 1.6 Overview SRS will include two sections: Overall Description will describe major components of the system, interconnection and external interfaces. Specific Requirements will describe the functions of actors, their role in the system and constraints.

5 5 2. Overall Description Describe the general factors that affect the product and its requirements. 2.1 Product Perspective: HTTP/ HTTPS TCP/ IP For Internet users web pages (XML/JSP) will provide the user interface to citizen and MLA at client Side. Communication between citizen and server is provided through HTTP/HTTPS Protocols. In local network client will be connected to the server through TCP/IP protocol. On the server side web server is used for EJB and database server is for storing the information.

6 6 2.2 Software Interface. Client on Internet/Intranet: Web Browser. Web Server: WAS. Database Server: DB2. Development End: WSAD (J2EE, Java, JavaBeans, JSP, HTML, XML). 2.3 Hardware Requirements: Client Side Processor RAM Disk Space Internet Explorer 6.0 Or Higher. Computer with a 233MHz processor or higher (Pentium processor recommended) 64MB Minimum Minimum1GB Server Side WAS Intel Pentium processor at 500MHz or faster Minimum 512MB physical memory; 1GB recommended Minimum 4GB DB2 Intel Pentium processor at 500MHz or faster Minimum 512MB physical memory Minimum1GB 2.4 Communication Interface: Access of the CMS through Internet will be using HTTP/HTTPS protocol. Access of the CMS within Local Network will be using TCP/IP Protocol.

7 7 2.5 Product Function: Registration of Users: This module will get details from intended users of the System and will register only valid users. Maintenance/Updation: This module will facilitate Admin and other authorized users to add or modify the contents of CMS. Get access: It provides interface to registered users for accessing different information from CMS and also supporting features like raising a request, lodging a complaint, etc. Maintain Logs: Super Admin can keep track of different activities of the users in the system. 2.6 User Characteristics: Every user should have knowledge of computers and working of internet. Users must also have idea about different activities taking place in his or her Constituency. 2.7 Constraints: To understand and use the system user must have knowledge of how activities in Constituencies are carried out. Citizen of one constituency cannot access info about other constituencies. User must have Voter-ID card in order to register with the CMS and access the system. Users without internet facility cannot make use of the system. GUI does not include regional language.

8 8 2.8 Use Case Survey Manage System_Users Set-Severity Complain Handle_Complaint Admin Register Citizen Interact (CHAT) MLA CM Update Get_Info View_Details Information Use Case Diagram Administrator: Administrator is responsible for managing different users of the system, viewing logs, and other functionalities of the proposed system. The other functionalities which come under administrator are as follows:- Add or Remove Users: The Administrator can Add a user to the system, or Remove the existing user. He can set the access privileges for different users depending on their role in the system. Update: Administrator has privileges of updating the system by adding a component to the system or removing a component from the system. He will be having full right to do any kind of modification in the database manually. Set Severity: Administrator can set the Severity levels for the complaint logged by the citizen like 1, 2, 3...etc. according to the priority. The Severity 1 complaint is the most urgent and so on. View Details: It will be used to View the details of the different users, complaints posted by users, status of different complaints etc.

9 9 Citizen: These people are the key actors in the system, and are citizen of a constituency. The activities which will be done by citizen are as follows:- Register: To access the Constituency Management System citizens of a particular constituency has to register with the system by filling the registration form of the system. Get Information: Registered users of the system are able to view the details regarding funds of that particular constituency and their uses. Complain: Any registered user can make a complaint about the problems to the MLA of his/her constituency. Complaint Status: One can track the status of the complaint posted by him using complaint reference number. Interact (CHAT): Users can have online CHAT with the MLA of his/her Constituency. Usually it will be once in a week. MLA: Each MLA will be given a special area/page where they can monitor their constituency. The activities which will be done by MLA are as follows:- Handle Complaint: The MLA has the authority to forward the problems to the respective department by or he can take any other action regarding which will be informed to the complainer. Interact (CHAT): MLA can have online CHAT with the citizens of his/her Constituency. Usually it will be once in a week. Chief Minister: He is the head of the state. In Constituency management System he has rights equal to that of administrator. He can do the following activities:- View Details: As a CM he can view various details about all the Constituencies in that particular state. Take Action: CM can take action on complaints posted by the citizen.

10 Architecture diagram: Access Layer Users Citizens MLA CM Administrator Channels WEB E-Government Layer CMS Web Site Services Admin Login Citizen Registration Complaint Form MLA Login Complaint Status Database Layer Database Connection Data Systems CMS Database Basic Government Database Architecture Diagram

11 2.10 E-R Diagram 11

12 Data Dictionary Data Dictionary for Registration FIELD DATA TYPE CONSTRAINTS First_Name Character Not null Last_Name Character Password Text Not null Voter_ID Text Foreign key Conatct_No _ID Number Text Data Dictionary for Complaints FIELD DATA TYPE CONSTRAINTS Complaint_ID Number Primary Key Constituency_No Number Not Null Complaint_Type Text Not null Complaint_Loc Complaint_Details Text Text Voter_ID Text Foreign Key Complaint_Date Date

13 13 Data Dictionary for Complaint Status FIELD DATA TYPE CONSTRAINTS Complaint_ID Number Foreign Key Last_Accessed_Date Date Not Null Status Text Not Null Data Dictionary for Voter ID FIELD DATA TYPE CONSTRAINTS Voter_ID Text Primary Key First_Name Character Not Null Last_Name Address Character Text Data dictionary for MLA FIELD DATA TYPE CONSTRAINTS Constituency_No Number Primary Key Constituency_Name Text Not Null MLA_Name Text

14 Assumptions and Dependencies: The detail data and information related to the MLA, CITIZEN, CM will be provided by other government department e.g. the Voter-ID information will be provided by the Election Commission. Administrator account will be created in the system during the installation of the system. 3) Specific Requirements: 3.1 Use-Case Reports: Name of Use Case: Register. Description: To access the Constituency Management System citizens of a particular constituency has to register with the system by filling the registration form of the system. Pre Condition: User must have a Voter-ID card. Normal Flow of Events: - Fill the registration Form. - Validate Form. - User is registered with the System. Alternate Flow of Events: - If Mandatory Fields in Form are left blank then they must be filled. - If Voter-ID number and Details do not match then re-enter correct details. Post Condition: None.

15 15 Fill the form Enter correct data Incorrect Form Incomplete Form Fill Mandatory Fields Correct Form Register User Register Complain: Complaint_Status Set_Severity Complain Handle_Complaint

16 16 Name Of Use Case: Complain. Description: Any registered user can give a complaint about the problems to the MLA of his/her constituency. Pre Condition: Complaining Person must be a registered user of the System. Normal Flow of Events: - Login to the System. - Write Complaint, related details and submit. - User will get a Reference number for tracking the status of Complaint. Alternate Flow of Events: - Check whether all mandatory fields are filled or not. If not then user must enter data in those fields. Post Condition: None. Login to the System Write complaint Description Fill necessary data Store Complaint and give Complaint_ID

17 17 View Status: Use Case Name: View Status. Description: One can track the status of the complaint posted by him using complaint reference number. Pre Condition: - One must be a registered user of System. - One must have already posted problem in order to view the status. Normal Flow of Events: - Login to the system - Enter the reference ID of the complaint whose status is to be viewed. - View the status. Alternate Flow of Events: - If a wrong Reference ID is entered, appropriate message is to be displayed and option is to be provided for entering reference ID once again. Post Condition: None Login to the System Enter Complaint_ID Invalid Enter correct Complaint_ID Valid View Complaint Status View Complaint Status

18 18 Get Information: Name of the Use Case: get info. Description: Registered users of the system are able to view the details regarding funds of that particular constituency and their uses. Pre Condition: - Only registered users of the System can access the Information. Normal Flow of Events: - Login to the system. - Select options from menu in order to view details about that. Alternate Flow of Events: - None Post Condition: None. Login to the System Select option from menu View Information Interact (CHAT)

19 19 Name of Use case: Interact (CHAT). Description: Users can have online CHAT with the MLA of the Constituency. Usually it will be once in a week. Pre Condition: - User must be logged in to the system. - MLA must also be logged in to the system. - Enough users should be available online. Normal Flow of Events: - Login to the system. - Select CHAT option. -Interact with each other. -Close CHAT tool. Alternate Flow of Events: - If enough users are not online then CHAT option is disabled. User has to try next time. Post Condition: None. Login to the System If enough users are available Select CHAT option Interact

20 20 Handle Complaint. Name of Use Case: Handle-Complaint. Description: The MLA has the authority to forward the complaints to the respective department. Pre Condition: -MLA must be logged in. -There must exist at least one complaint to take action on it. Normal Flow of Events: - Login to the system. - Select a complaint to take action. - Take action. Alternate Flow of Events: - If no complaints are there, MLA will get no complaint message immediately after logging. Post Condition: Action on complaint is taken. Login to the System If complaints are there Select a complaint to take action Take action Handle_Complaint

21 21 Manage System Users. Name of use case: Manage System Users. Description: View the list of system users in a role and view the details of roles, tasks and permissions assigned to a system user. Preconditions: - Administrator is already logged in. - System users have already been created and assigned some roles, tasks and permissions. Normal flow of events: - Login to the System - The system user or a role will be selected. - Query will be submitted. - Relevant output will be displayed (If system user is selected then roles, tasks and permissions assigned to one will be displayed and if role is selected then list of system users assigned to that role will be displayed). Alternate flow of events: None. Post Condition: A login id is generated with its details or the existing user is removed. Login to the system System User or Role is selected Submit Query Relevant Output is Disdplayed Manage System Users

22 22 Update Name of Use Case: Update Description: Administrator has responsibility of updating the system by adding a component to the system or removing a component from the system. Pre Condition: - Administrator must be logged in. - Information which has to be updated must be available. Normal Flow of Events: - Login to the system. - Take the action to update the information. - Save the changes made to the system. Alternate Flow of Events: None. Post Condition: None. Login to system Take the action to update information Save the changes made to system Update

23 23 Set Severity Name of Use Case: Set Severity Description: The administrator can manage the problems on Severity levels like 1, 2, 3...etc. according to priority. The Sev 1 problem is the most urgent and so on. Pre condition: -Admin must be logged in. -A complaint must exist. Normal Flow of Events: - Login to the system. - Select a complaint to take action. - Set severity depending on problem type. Alternate Flow of Events: - If complaints are not present, admin must wait until a complaint is reported. Post Condition: None. Login to the system If complaints are present Set severity based on problem type Set-Severity

24 24 View Details Name of Use Case: View Details. Description: View the details of different users, complaints posted by users, status of different complaints etc. Pre Condition: - System must have some data stored in it. Normal Flow of Events: - Login to the system. - Select the fields about which information is needed. - Submit the query. - Get the required details. Alternate Flow of Events: - None. Post Condition: None Login to system Select the feilds about which info needed Submit the Query View the required details View Details

25 Supplementary Requirements 24x7 Availability : Because system can be an automated process, so it can stay open for 24 hours a day. System is required to be available 24x7 so UPS support must be on server site for at least 8 hours in case of power failure. System will remain inaccessible to users at some fixed timing for backup and maintenance purpose. User Friendly Interface : Since users of CMS are not having much technical knowledge so the interface of the system must be easy to understand and operate. Security: CMS stores key information regarding citizens, MLA and CM, so that CMS must provide secured access to data and information. Reminder: If MLA does not take any actions regarding complaints CMS must send reminder to the respective MLA.

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

Themis An Automated Online Programming Contest System

Themis An Automated Online Programming Contest System Themis An Automated Online Programming Contest System Software Requirement Specification SRS version 1.0.1 Aravindan V (CS03B002) Ravi Shankar K (CS03B018) Sriram Kalyanaraman (CS03B024) Karthekeyan C

More information

SOFTWARE REQUIREMENT SPECIFICATION

SOFTWARE REQUIREMENT SPECIFICATION SOFTWARE REQUIREMENT SPECIFICATION AIM The aim of the experiment is to prepare and document the Software Requirements Specification for the project Library Management System 1. INTRODUCTION 1.1 Purpose

More information

Software Design Document

Software Design Document Software Design Document author(s): Bart Maes Abstract: This document lays down the architecture and detailed design of the Salesmen project. This project is created by group 2 of the course Software Engineering

More information

Intranet Mailing System. Abstract

Intranet Mailing System. Abstract Intranet Mailing System Abstract This system facilitates mailing among users of an Intranet. Now-a-days organizations are growing fast and are increasing in size also. So these organizations are divided

More information

Project Overview and Scope

Project Overview and Scope Project Overview and Scope MISSION What problem does this project address? Historically, students tend to skip class. This system aids instructors in tracking the attendance of their students. It will

More information

International Etruscan Sigla Project Software Requirements Specification Team Spannabe

International Etruscan Sigla Project Software Requirements Specification Team Spannabe International Etruscan Sigla Project Software Requirements Specification Team Spannabe I. Introduction A. Purpose The purpose of the Software Requirements Specification document is to clearly define the

More information

Analysis and designing of the automated mobile money transfer system.

Analysis and designing of the automated mobile money transfer system. Chapter 5 Analysis and designing of the automated mobile money transfer system. 5.1 Introduction Previous chapter has been discussed approaches, methods of implementing this project and technologies used.

More information

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps Software Requirements Document for Graffiti Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon Version Date Author Change 0.1 09/13/ SM Initial Document 07 0.2 09/22/

More information

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape)

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) This guide is to be used if you intend on installing enterprise as a stand alone application on one

More information

Middle East Technical University. Department of Computer Engineering

Middle East Technical University. Department of Computer Engineering Middle East Technical University Department of Computer Engineering TurkHITs Software Requirements Specifications v1.1 Group fourbytes Safa Öz - 1679463 Mert Bahadır - 1745785 Özge Çevik - 1679414 Sema

More information

International Etruscan Sigla Project Software Requirements Specification

International Etruscan Sigla Project Software Requirements Specification International Etruscan Sigla Project Software Requirements Specification I. Introduction A. Purpose The purpose of this Software Requirements Specification document is to clearly define the system under

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Transportation Grant Fund Database Team #14 Team Members Kirill Khistyaev Karim Sacre Darren Liu Stephan Rice Zhanna Seitenova Ayman Khalil Roles (Primary)

More information

Online Classified Portal

Online Classified Portal Online Classified Portal Presented By Prajapati Sunil N (11034211047) Patel Chetan S (11034211026) MCA Semester-VI Acharya Motibhai Patel Institute of Computer Studies Project Profile Project Title Classified

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

Appendix C WORKSHOP. SYS-ED/ Computer Education Techniques, Inc.

Appendix C WORKSHOP. SYS-ED/ Computer Education Techniques, Inc. Appendix C WORKSHOP SYS-ED/ Computer Education Techniques, Inc. 1 Preliminary Assessment Specify key components of WSAD. Questions 1. tools are used for reorganizing Java classes. 2. tools are used to

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary

More information

index_ qxd 7/18/02 11:48 AM Page 259 Index

index_ qxd 7/18/02 11:48 AM Page 259 Index index_259-265.qxd 7/18/02 11:48 AM Page 259 Index acceptance testing, 222 activity definition, 249 key concept in RUP, 40 Actor artifact analysis and iterative development, 98 described, 97 136 in the

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Early Medieval East Asian Timeline Team 9 Daniel Link Ainsley Chong Priyanka Shetty Aarti Kumar Gupta Abdullah Alkahtani Byron Robert Chan System Architect

More information

Passport Automation System

Passport Automation System 1.Objective: To develop the passport automation system software using UML language. It is the interface between applicant and authority responsible for issue the passport. It aims at improving efficiency

More information

On Line Polling Information System

On Line Polling Information System On Line Polling Information System Ashok Kumar B Pondicherry University, Karaikal Campus, Karaikal Email: bashokresearch@gmail.com Dr. S. Bhuvaneswari (Corresponding Author) Pondicherry University, Karaikal

More information

Software Requirement Specification

Software Requirement Specification Software Requirement Specification Publish/Subscribe System Group-03 Atul Jangra 2010CS50277 Dushyant Behl 2010CS50282 Shantanu 2010CS50295 Utkarsh 2010CS50299 1 1. Introduction Table of Content 1.1 Purpose...

More information

AT&T Core Mobility Integrated Dispatch Console User Guide. Installation Guide. AT&T Integrated Dispatch Console 3.0

AT&T Core Mobility Integrated Dispatch Console User Guide. Installation Guide. AT&T Integrated Dispatch Console 3.0 Installation Guide AT&T Integrated Dispatch Console 3.0 October 2016 Table of Content 1. Introduction... 3 1.1. Purpose and Scope... 3 1.2. Terms and Definitions... 3 1.3. About this Manual... 5 1.4. What

More information

Software Requirements Specification Version September, 2009

Software Requirements Specification Version September, 2009 Software Requirements Specification Version 1.0 24 September, 2009 Web Accessible Alumni Database Software Engineering Research Team, Faculty of Automatic Control and Computers, Polytechnic University

More information

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva Project Presentation On Mail Server Presented To Department of computer science Ganpat Vidyanagar, Kherva-384012 Presented By Patel Drashti P.(13084231109) Patel Hardik J.(13084231112) Group No : 54 Project

More information

Service Desk 7.2 Installation Guide. March 2016

Service Desk 7.2 Installation Guide. March 2016 Service Desk 7.2 Installation Guide March 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

For More Solved Assignments Visit - For More Ignou Solved Assignments Visit -

For More Solved Assignments Visit -  For More Ignou Solved Assignments Visit - For More Ignou Solved Assignments Visit - www.ignousolvedassignments.com Connect on Facebook : http://www.facebook.com/pages/ignousolvedassignmentscom/346544145433550 Subscribe and Get Solved Assignments

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Remote Health Service System based on Struts2 and Hibernate

Remote Health Service System based on Struts2 and Hibernate St. Cloud State University therepository at St. Cloud State Culminating Projects in Computer Science and Information Technology Department of Computer Science and Information Technology 5-2017 Remote Health

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

Factsheet of Public Services Infrastructure (PSi) Updated on: 1st Sep 03

Factsheet of Public Services Infrastructure (PSi) Updated on: 1st Sep 03 Factsheet of Public Services Infrastructure (PSi) Updated on: 1st Sep 03 1 Objective of Paper 1.1 This document provides an overview of the Public Services Infrastructure (PSi). 2 Overview of PSi 2.1 PSi

More information

Syslog Technologies Innovative Thoughts

Syslog Technologies Innovative Thoughts ABSTRACT: - Syslog Technologies ANDROID PROCTER APP From the very beginning all over the globe the procedures of education system and the communication between students, staff, lectures, management or

More information

Course Code and Name Year - Semester. Number of marks

Course Code and Name Year - Semester. Number of marks UNIVERSITY NAME Faculty Name Department Name Course Code and Name Year - Semester Course website address Analysis Assignment/Project Time Logger Due: Date & Time Number of marks Problem statement for the

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Sandeep Kumar Gudivada Governors State University

More information

1Z Oracle. Java Platform Enterprise Edition 6 Enterprise JavaBeans Developer Certified Expert

1Z Oracle. Java Platform Enterprise Edition 6 Enterprise JavaBeans Developer Certified Expert Oracle 1Z0-895 Java Platform Enterprise Edition 6 Enterprise JavaBeans Developer Certified Expert Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-895 Answer: F QUESTION: 284 Given:

More information

SUN Enterprise Development with iplanet Application Server

SUN Enterprise Development with iplanet Application Server SUN 310-540 Enterprise Development with iplanet Application Server 6.0 http://killexams.com/exam-detail/310-540 QUESTION: 96 You just created a new J2EE application (EAR) file using iasdt. How do you begin

More information

Developing Applications with Java EE 6 on WebLogic Server 12c

Developing Applications with Java EE 6 on WebLogic Server 12c Developing Applications with Java EE 6 on WebLogic Server 12c Duration: 5 Days What you will learn The Developing Applications with Java EE 6 on WebLogic Server 12c course teaches you the skills you need

More information

Visitor Information Management System

Visitor Information Management System Visitor Information Management System Introduction Handling incoming visitors and generating GATE PASS for them. Features: 1. Database of Visitor Company and Visitors coming more frequently. Each new visitor

More information

THIS IS ONLY SAMPLE RESUME - DO NOT COPY AND PASTE INTO YOUR RESUME. WE ARE NOT RESPONSIBLE Name: xxxxxx

THIS IS ONLY SAMPLE RESUME - DO NOT COPY AND PASTE INTO YOUR RESUME. WE ARE NOT RESPONSIBLE Name: xxxxxx Name: xxxxxx Email ID: xxxxxx Ph: xxxxxx Summary: Over 7 years of experience in object oriented programming, design and development of Multi-Tier distributed, Enterprise applications using Java and J2EE

More information

defectx.com the internet defect tracking system defectx is more than just a way of tracking internet software bugs.

defectx.com the internet defect tracking system defectx is more than just a way of tracking internet software bugs. defectx.com the internet defect tracking system e defectx is more than just a way of tracking internet software bugs. control user access to documents share functional documents share test case documents

More information

Order Central Requirements 08/04/2009

Order Central Requirements 08/04/2009 Order Central Requirements 08/04/2009 Contents: Contents:... 1 Table of Figures:... 1 Order Central Architecture... 2 Database:... 2 :... 3 Server:... 3 Browsers:... 3 Minimum Recommended Setup:... 4 Optimum

More information

Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand)

Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand) Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand) Code: URL: D101074GC10 View Online The Developing Applications for the Java EE 7 Platform training teaches you how

More information

Name of Document: ebaalnidan User Manual Version 1.1 Date of Last Change Classification General Audience All users of

Name of Document: ebaalnidan User Manual Version 1.1 Date of Last Change Classification General Audience All users of 4.0. Complainant: Any individual who wants to register a complaint with NCPCR will have to register with ebaalnidan portal. The complainant can be either an individual or an organisation. If the individual

More information

A Project Report On E-Watch Shopping System

A Project Report On E-Watch Shopping System A Project Report On E-Watch Shopping System Submitted By Patel Jigisha M Patel Payal V. Group No: 50 M.Sc. (CA & IT) Semester-III Guided By Mrs.Komal.H.Patel Submitted to Department

More information

Software Requirements Specification (IEEE Std )[1] V1.0. NoNET. Prepared by FixIT

Software Requirements Specification (IEEE Std )[1] V1.0. NoNET. Prepared by FixIT Software Requirements Specification (IEEE Std 830-1998)[1] V1.0 NoNET Prepared by FixIT Ceyda Tosun-1819580 Gülşah Sabırsız-1881424 Gulnaz Shaidolda-1784578 METU - Department of Computer Engineering CENG

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Naga Venkata Sandeep Kavuru Governors State

More information

Software Requirements Specification Version 1.1 August 29, 2003

Software Requirements Specification Version 1.1 August 29, 2003 Software Requirements Specification Version 1.1 August 29, 2003 Web Accessible Alumni Database Michael J. Reaves Submitted in partial fulfillment Of the requirements of Masters Studio Project Table of

More information

Software Requirements

Software Requirements Software Requirements 1. Introduction : The computers and computer applications are finding its voyage to each and every field of mankind, where the data and information are the primary necessities. The

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: WSAD. J2EE business topologies. Workbench. Project. Workbench components. Java development tools. Java projects

More information

X-S Framework Leveraging XML on Servlet Technology

X-S Framework Leveraging XML on Servlet Technology X-S Framework Leveraging XML on Servlet Technology Rajesh Kumar R Abstract This paper talks about a XML based web application framework that is based on Java Servlet Technology. This framework leverages

More information

Test Plan Specification

Test Plan Specification TEST ENGINE SYSTEM (TES) Test Plan Specification PHASE IV April 29, 2003 Version 1.0 Team Members Page 1 of 13 Test Engine System - Test Plan Specification Table of Contents 1.0 Introduction 1.1 Goals

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Mirza Nadeem Baig Governors State University

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Transportation Grant Fund Database Team #14 Team Members Muruganantham Raju Kirill Khistyaev Karim Sacre Reza B Far Stephan Rice Zhanna Seitenova Ayman

More information

J2EE Development. Course Detail: Audience. Duration. Course Abstract. Course Objectives. Course Topics. Class Format.

J2EE Development. Course Detail: Audience. Duration. Course Abstract. Course Objectives. Course Topics. Class Format. J2EE Development Detail: Audience www.peaksolutions.com/ittraining Java developers, web page designers and other professionals that will be designing, developing and implementing web applications using

More information

1. Introduction Minimum system requirements Basic Concept Server mode

1. Introduction Minimum system requirements Basic Concept Server mode 1. Introduction TC Monitor is software for monitoring and control of Ethernet (TCW) and GSM/GPRS (TCG) controllers. The supported devices are TCW122B-CM, TCW181B-CM, TCW241, TCW220, TCW210-TH and TCG120.

More information

Self-Demo Guide. Oracle ilearning and HTML DB

Self-Demo Guide. Oracle ilearning and HTML DB 2003-2004 Self-Demo Guide Oracle ilearning and HTML DB The Oracle Academy allows a school to offer advanced Database and Java programming courses through the use of Oracle s infrastructure. The school

More information

IBM WebSphere Application Server V3.5, Advanced Edition for Linux Extends Support to Red Hat, Caldera, SuSE, and TurboLinux

IBM WebSphere Application Server V3.5, Advanced Edition for Linux Extends Support to Red Hat, Caldera, SuSE, and TurboLinux Software Announcement December 5, 2000 IBM Server V3.5, Advanced Extends Support to Red Hat, Caldera, SuSE, and TurboLinux Overview WebSphere Application Edition for Linux manages and integrates enterprise-wide

More information

Detailed Design. Java Problem Repository & Education Platform JPREP

Detailed Design. Java Problem Repository & Education Platform JPREP Team Members: Luke Greiner Denis Kalic Abigail McCarthy Robert Tateo Nguyen Truong Patrick White Detailed Design Java Problem Repository & Education Platform JPREP Revision: 1.1 Date: 3/07/14 1 D e l t

More information

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4 Software Requirements Specification for Python Checker Version 1.0 approved Prepared by Matthew Arnold, Seong, Ian Computer Science Team 4 February 4th 2015 Table of Contents Table of Contents Revision

More information

ESAT Canadian Electrician C of Q Practice Tool User Guide

ESAT Canadian Electrician C of Q Practice Tool User Guide 2012 - ESAT Canadian Electrician C of Q Practice Tool User Guide TABLE OF CONTENTS Introduction... 1 System Requirements... 1 Activation Process... 2 Features... 6 i INTRODUCTION Practice exam containing

More information

LUMINATE ONLINE: FUNDAMENTALS-MANAGING CONSTITUENTS

LUMINATE ONLINE: FUNDAMENTALS-MANAGING CONSTITUENTS Constituent360 is an online database that houses constituent profiles and is the center of all things Luminate Online. Learn how each interaction a constituent has with your organization from registrations,

More information

A Project Report On Property Consultancy information System

A Project Report On Property Consultancy information System A Project Report On Property Consultancy information System Submitted By :- Guide By :- Patel Manali Pankajkumar Patel Margi Sevantilal MR. Jasmin D Patel Submitted To :Acharya Motibhai Patel Institute

More information

Software Design Specification

Software Design Specification Software Design Specification for Document Version Prepared by Group Name:

More information

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Thank you for purchasing Inmagic Content Server. Content Server is an enterprise-wide scalable content management

More information

Getting Started Guide. This document provides step-by-step instructions for installing Max Secure Anti-Virus and its prerequisite software.

Getting Started Guide. This document provides step-by-step instructions for installing Max Secure Anti-Virus and its prerequisite software. Getting Started Guide This document provides step-by-step instructions for installing Max Secure Anti-Virus and its prerequisite software. Contents 2 Contents Introduction... 3 System Requirements... 4

More information

ProKitchenNet User s Guide ProKitchen Server Edition. Real View, LLC

ProKitchenNet User s Guide ProKitchen Server Edition. Real View, LLC ProKitchenNet User s Guide ProKitchen Server Edition Real View, LLC Table of Contents Introduction... 2 Why ProKitchenNet?... 2 ProKitchenNet Advantages:... 2 Hardware and Software Requirements... 3 ProKitchenNet

More information

User Manual FRS - Registration Online/app based registration of feedback by users

User Manual FRS - Registration Online/app based registration of feedback by users Feedback Resolve User Manual Part-1 User Manual FRS - Registration Online/app based registration of feedback by users P a g e 1 Manual Version : 1.0.1 WB Print Version : 1.0.0 Document Revision History

More information

SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632

SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632 SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632 COLLEGE : SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY, TUMAKURU BRANCH : COMPUTER SCIENCE AND ENGINEERING GUIDE : MR. T.S.BHARATH STUDENTS :

More information

Component-Based Software Engineering. ECE493-Topic 5 Winter Lecture 26 Java Enterprise (Part D)

Component-Based Software Engineering. ECE493-Topic 5 Winter Lecture 26 Java Enterprise (Part D) Component-Based Software Engineering ECE493-Topic 5 Winter 2007 Lecture 26 Java Enterprise (Part D) Ladan Tahvildari Assistant Professor Dept. of Elect. & Comp. Eng. University of Waterloo J2EE Application

More information

Alpha College of Engineering and Technology. Question Bank

Alpha College of Engineering and Technology. Question Bank Alpha College of Engineering and Technology Department of Information Technology and Computer Engineering Chapter 1 WEB Technology (2160708) Question Bank 1. Give the full name of the following acronyms.

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary

More information

HP Real User Monitor. Software Version: Real User Monitor Sizing Guide

HP Real User Monitor. Software Version: Real User Monitor Sizing Guide HP Real User Monitor Software Version: 9.26 Real User Monitor Sizing Guide Document Release Date: September 2015 Software Release Date: September 2015 Real User Monitor Sizing Guide Legal Notices Warranty

More information

SAS RDBMS! A GUI Approach to Data Entry Using SAS/AF Enforced With Relational Model Integrity Constraints from ORACLE

SAS RDBMS! A GUI Approach to Data Entry Using SAS/AF Enforced With Relational Model Integrity Constraints from ORACLE Paper 5 SAS RDBMS! A GUI Approach to Data Entry Using SAS/AF Enforced With Relational Model Integrity Constraints from ORACLE Annie Guo, Ischemia Research and Education Foundation, San Francisco, California

More information

Rational Application Developer 7 Bootcamp

Rational Application Developer 7 Bootcamp Rational Application Developer 7 Bootcamp Length: 1 week Description: This course is an intensive weeklong course on developing Java and J2EE applications using Rational Application Developer. It covers

More information

ISA 767, Secure Electronic Commerce Xinwen Zhang, George Mason University

ISA 767, Secure Electronic Commerce Xinwen Zhang, George Mason University Identity Management and Federated ID (Liberty Alliance) ISA 767, Secure Electronic Commerce Xinwen Zhang, xzhang6@gmu.edu George Mason University Identity Identity is the fundamental concept of uniquely

More information

112. Introduction to JSP

112. Introduction to JSP 112. Introduction to JSP Version 2.0.2 This two-day module introduces JavaServer Pages, or JSP, which is the standard means of authoring dynamic content for Web applications under the Java Enterprise platform.

More information

Leverage Rational Application Developer v8 to develop Java EE6 application and test with WebSphere Application Server v8

Leverage Rational Application Developer v8 to develop Java EE6 application and test with WebSphere Application Server v8 Leverage Rational Application Developer v8 to develop Java EE6 application and test with WebSphere Application Server v8 Author: Ying Liu cdlliuy@cn.ibm.com Date: June 24, 2011 2011 IBM Corporation THE

More information

Tools to Develop New Linux Applications

Tools to Develop New Linux Applications Tools to Develop New Linux Applications IBM Software Development Platform Tools for every member of the Development Team Supports best practices in Software Development Analyst Architect Developer Tester

More information

Acceptance Test. Smart Scheduling. Empire Unlimited. Requested by:

Acceptance Test. Smart Scheduling. Empire Unlimited. Requested by: Smart Scheduling Requested by: Dr. Robert Yoder Computer Science Department Head Siena College Department of Computer Science Prepared by: Meghan Servello Thomas Mottola Jonathan Smith Jason Czajkowski

More information

Checklist for Testing of Web Application

Checklist for Testing of Web Application Checklist for Testing of Web Application Web Testing in simple terms is checking your web application for potential bugs before its made live or before code is moved into the production environment. During

More information

Getting Started with Blackboard

Getting Started with Blackboard @ Getting Started with Blackboard Information Technology Services The College of Saint Rose Table of Contents What is Blackboard?... 2 Why do professors want to use Blackboard?... 2 Web browsers and hardware

More information

Education Team. User Guide for Cisco WebEx

Education Team. User Guide for Cisco WebEx User Guide for Cisco WebEx January 2014 This user guide is intended for Scotia itrade clients who will be joining a Scotia itrade learning session via Cisco WebEx. The guide covers: Preparations steps

More information

Code Check TM Software Requirements Specification

Code Check TM Software Requirements Specification Code Check TM Software Requirements Specification Author: Richard McKenna Debugging Enterprises TM Based on IEEE Std 830 TM -1998 (R2009) document format Copyright 2017 Debugging Enterprises No part of

More information

Chapter 10 Web-based Information Systems

Chapter 10 Web-based Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 10 Web-based Information Systems Role of the WWW for IS Initial

More information

Quick Shopper Online Store KB P M P D P D

Quick Shopper Online Store KB P M P D P D Quick Shopper Online Store KB P M P D P D System Specification 1.0 Introduction 1.1 Goals and Objectives Quick Shopper is software that allows people to do their shopping over the Internet. Customers are

More information

Agilent GeneSpring Software

Agilent GeneSpring Software Agilent GeneSpring Software Installation Guide Quick Start Installation of Agilent GeneSpring 3 Detailed Instructions for Installing Agilent GeneSpring 5 Managing Licenses 19 Upgrading Agilent GeneSpring

More information

1 AdvantageLaw-Access System Installation System Requirements Installed Components... 3 Application:... 3 Database:...

1 AdvantageLaw-Access System Installation System Requirements Installed Components... 3 Application:... 3 Database:... 1 AdvantageLaw-Access System Installation... 3 1.1 System Requirements... 3 1.2 Installed Components... 3 Application:... 3 Database:... 3 Tutorial:... 3 Documentation:... 3 1.3 Standalone Installation...

More information

BSE-SINGLE SIGN ON. For Brokers/ Banks/ Mutual Funds

BSE-SINGLE SIGN ON. For Brokers/ Banks/ Mutual Funds BSE-SINGLE SIGN ON For Brokers/ Banks/ Mutual Funds Contents Introduction:... 2 Features:... 2 Advantages:... 2 On-boarding process.... 3 SSO application Login Process... 7 Authentication via OTP... 7

More information

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1 Wildlife Enforcement Monitoring System User Manual Khoi Nguyen Remi Chandran Ng Chong type date version User Manual July 07, 2011 Version 1-1 Extensible Message Gateway User Manual ii About this Document

More information

School Mail System. - Access through Outlook Web Access. User Guide FOR. Education Bureau (EDB)

School Mail System. - Access through Outlook Web Access. User Guide FOR. Education Bureau (EDB) School Mail System - Access through Outlook Web Access User Guide FOR Education Bureau (EDB) Version: 1.1 February 2008 The Government of the Hong Kong Special Administrative Region The contents of this

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

Standardization & Governance. PLC ECM Support Channel

Standardization & Governance. PLC ECM Support Channel Tutorial Roles You are here. Choose your roles and hover over topic that you wish to learn PLC ECM (Learner Hubs) https://plc.petronas.com/learner/programmename List of learning programme site 1 2 3 4

More information

Acceptance Test Plan. HCDocs

Acceptance Test Plan. HCDocs Acceptance Test Plan For HCDocs Version 1.0 Prepared by: Somil Parikh Min Yaung Dhruv Salhotra Gregory Bajgier Bernard Wolff Drexel University Document Information Title Authors Reviewers Healthcare Document

More information

112-WL. Introduction to JSP with WebLogic

112-WL. Introduction to JSP with WebLogic Version 10.3.0 This two-day module introduces JavaServer Pages, or JSP, which is the standard means of authoring dynamic content for Web applications under the Java Enterprise platform. The module begins

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Table of Contents Welcome Opening the Toolbox Getting Started... 9

Table of Contents Welcome Opening the Toolbox Getting Started... 9 USER MANUAL 1.1 Table of Contents Table of Contents... 1 1.0. Welcome... 2 1.1. What is Insurance Xpress?... 3 1.2. System Requirements to Run Insurance Xpress... 4 1.3. About this Manual... 5 1.4. User

More information

GRIEVANCE REDRESSAL POLICY

GRIEVANCE REDRESSAL POLICY Indiabulls Housing Finance Limited GRIEVANCE REDRESSAL POLICY (Reviewed and Approved by the Board as on 20/01/2017) Introduction In the present scenario of competitive retail lending business, excellence

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

ISSN: K.Sudhakar 1, V.Priyanka 2, R.Pranathi 3, M.Manikanta 4, K.Venkat 5 1 Associate Professor, 2,3,4,5 Project Team

ISSN: K.Sudhakar 1, V.Priyanka 2, R.Pranathi 3, M.Manikanta 4, K.Venkat 5 1 Associate Professor, 2,3,4,5 Project Team International Journal of Computer Science & Mechatronics A peer reviewed international journal Article Available at www.ijcsm.in sjif-4.454 smsamspublications.com LP/ALP ASSESSMENT SYSTEM IN ETTC (South

More information