Presentation is loading. Please wait.

Presentation is loading. Please wait.

NMS1.0(c) Copyright 20031 Final Year Project Demonstration Dublin City University 29 th May 2003 Team Members : David ReadeTimothy Kelly 9975562950221221.

Similar presentations


Presentation on theme: "NMS1.0(c) Copyright 20031 Final Year Project Demonstration Dublin City University 29 th May 2003 Team Members : David ReadeTimothy Kelly 9975562950221221."— Presentation transcript:

1 NMS1.0(c) Copyright 20031 Final Year Project Demonstration Dublin City University 29 th May 2003 Team Members : David ReadeTimothy Kelly 9975562950221221 Project Supervisor: Renaat Verbruggen

2 NMS1.0(c) Copyright 20032 n 1. Project Overview

3 NMS1.0(c) Copyright 20033 n 1. Project Overview n 2. Project Background

4 NMS1.0(c) Copyright 20034 n 1. Project Overview n 2. Project Background n 3. Project Lifeline

5 NMS1.0(c) Copyright 20035 n 1. Project Overview n 2. Project Background n 3. Project Lifeline n 4. System Design

6 NMS1.0(c) Copyright 20036 n 1. Project Overview n 2. Project Background n 3. Project Lifeline n 4. System Design n 5. Middleware Design

7 NMS1.0(c) Copyright 20037 n 1. Project Overview n 2. Project Background n 3. Project Lifeline n 4. System Design n 5. Middleware Design n 6. Client Sample

8 NMS1.0(c) Copyright 20038 n 1. Project Overview n 2. Project Background n 3. Project Lifeline n 4. System Design n 5. Middleware Design n 6. Client Sample n 7. Admin Sample

9 NMS1.0(c) Copyright 20039 n The aim of this project was to develop an all in one intranet application that will allow for easy:

10 NMS1.0(c) Copyright 200310 n The aim of this project was to develop an all in one intranet application that will allow for easy: –IT Helpdesk Maintenance and Usage

11 NMS1.0(c) Copyright 200311 n The aim of this project was to develop an all in one intranet application that will allow for easy: –IT Helpdesk Maintenance and Usage –Employee Searching

12 NMS1.0(c) Copyright 200312 n The aim of this project was to develop an all in one intranet application that will allow for easy: –IT Helpdesk Maintenance and Usage –Employee Searching –Server Checking

13 NMS1.0(c) Copyright 200313 n The aim of this project was to develop an all in one intranet application that will allow for easy: –IT Helpdesk Maintenance and Usage –Employee Searching –Server Checking –Addition of future network users

14 NMS1.0(c) Copyright 200314 n The aim of this project was to develop an all in one intranet application that will allow for easy: –IT Helpdesk Maintenance and Usage –Employee Searching –Server Checking –Addition of future network users n The finished product is an easy to use application which allows clients and administrators to perform numerous operations both quickly and easily.

15 NMS1.0(c) Copyright 200315 n Q. Who is this product aimed at?

16 NMS1.0(c) Copyright 200316 n Q. Who is this product aimed at? n A. This product is aimed at any company which maintains an Intranet and an internal company network.

17 NMS1.0(c) Copyright 200317 n Q. Who is this product aimed at? n A. This product is aimed at any company which maintains an Intranet and an internal company network. n This product has maximum potential for medium to large scale non it related companies with an IT department that caters for a large number of clients.

18 NMS1.0(c) Copyright 200318 n Q. Will this product suit your company? n A. NMS1.0 is a framework which allows easy addition of future components and can be customised and fine tuned to suit the needs of your company by one of our fully trained and qualified engineers. n *Full Documentation and training will also be provided.

19 NMS1.0(c) Copyright 200319 n This project was developed over a number of stages:

20 NMS1.0(c) Copyright 200320 n This project was developed over a number of stages: –1. Research

21 NMS1.0(c) Copyright 200321 n This project was developed over a number of stages: –1. Research n MySQL – Relational Database

22 NMS1.0(c) Copyright 200322 n This project was developed over a number of stages: –1. Research n MySQL – Relational Database n Tomcat – Web Services

23 NMS1.0(c) Copyright 200323 n This project was developed over a number of stages: –1. Research n MySQL – Relational Database n Tomcat – Web Services n Java – Middleware JSP’s

24 NMS1.0(c) Copyright 200324 n This project was developed over a number of stages: –1. Research n MySQL – Relational Database n Tomcat – Web Services n Java – Middleware JSP’s –2. Software Configuration

25 NMS1.0(c) Copyright 200325 n This project was developed over a number of stages: –1. Research n MySQL – Relational Database n Tomcat – Web Services n Java – Middleware JSP’s –2. Software Configuration –3. Development

26 NMS1.0(c) Copyright 200326 n This project was developed over a number of stages: –1. Research n MySQL – Relational Database n Tomcat – Web Services n Java – Middleware JSP’s –2. Software Configuration –3. Development –4. Integeration and Testing

27 NMS1.0(c) Copyright 200327 n This system is based on the classic Three Tier Architecture common in many Web Applications: n Client Tier – Web Based Interface

28 NMS1.0(c) Copyright 200328 n This system is based on the classic Three Tier Architecture common in many Web Applications: n Client Tier – Web Based Interface n Middleware – Java, JSP’s Tomcat Servlet Engine

29 NMS1.0(c) Copyright 200329 n This system is based on the classic Three Tier Architecture common in many Web Applications: n Client Tier – Web Based Interface n Middleware – Java, JSP’s Tomcat Servlet Engine n Backend – MySQL Database

30 NMS1.0(c) Copyright 200330 n Our JSP Development is based on the Two Tier Architecture which is the seperation of logic and presentation that results in clearer more manageable code.

31 NMS1.0(c) Copyright 200331 n Our JSP Development is based on the Two Tier Architecture which is the seperation of logic and presentation that results in clearer more manageable code. n The Middleware Java is based on the façade pattern which hides the more complex from the system user.

32 NMS1.0(c) Copyright 200332 n Clients can perform three basic functions: –Logging a call to the helpdesk

33 NMS1.0(c) Copyright 200333 n Clients can perform three basic functions: –Logging a call to the helpdesk –Employee Searching

34 NMS1.0(c) Copyright 200334 n Clients can perform three basic functions: –Logging a call to the helpdesk –Employee Searching –Using the network map

35 NMS1.0(c) Copyright 200335 n Administrators can perform these basic functions:

36 NMS1.0(c) Copyright 200336 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0

37 NMS1.0(c) Copyright 200337 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0 –Use the IT Helpdesk

38 NMS1.0(c) Copyright 200338 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0 –Use the IT Helpdesk –Add and Delete Employees from the network

39 NMS1.0(c) Copyright 200339 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0 –Use the IT Helpdesk –Add and Delete Employees from the network –Create New Administrators

40 NMS1.0(c) Copyright 200340 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0 –Use the IT Helpdesk –Add and Delete Employees from the network –Create New Administrators –Update Personal Details

41 NMS1.0(c) Copyright 200341 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0 –Use the IT Helpdesk –Add and Delete Employees from the network –Create New Administrators –Update Personal Details –Maintain a list of Network Servers

42 NMS1.0(c) Copyright 200342 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0 –Use the IT Helpdesk –Add and Delete Employees from the network –Create New Administrators –Update Personal Details –Maintain a list of Network Servers –Run and Stop the ServerCheck

43 NMS1.0(c) Copyright 200343 n Administrators can perform these basic functions: –Login to the secure Admin Area of NMS1.0 –IT Helpdesk Functionality –Add and Delete Employees from the Network –Create New Administrators –Update Personal Details –Maintain a list of Network Servers –Run and Stop the ServerCheck –Configure Software and Databases


Download ppt "NMS1.0(c) Copyright 20031 Final Year Project Demonstration Dublin City University 29 th May 2003 Team Members : David ReadeTimothy Kelly 9975562950221221."

Similar presentations


Ads by Google