You are on page 1of 15

WOLKITE UNIVESITY

COLLAGE OF COMPUTING AND INFORMATICS

DEPARTEMENT OF SOFTWARE ENGINEERING

COURSE TITTLE:WEB SERVICE


PROJECT TITLE : STUDENT INFORMATION SYSTEM (SIS)
NAME……………………………..ID
1.Asia Hussen………………....CIR//314//
2.Daniel Bido………………….CIR//326//
3.Ebrahim Mohammed………..CIR//334//
4.Hana Abebaw…………….....CIR//250//
5.Kuma Kebede……………….CIR//358//
6.Mahilet Teshome……………CIR//366//
Introduction

The Student Information System (SIS) is the central location for all of
student information system. The project
student information system control information of student and the
courses that student take .
Server Side
• First Create a project in the Eclipse workspace of type 'Dynamic Web
Project', which will host your web service.
• Write the Java code (the 'business logic') that implements your web
service functionality
• Use Eclipse to automatically generate the components (WSDL etc.)
that will transform the Java code into a web service, and then ask
Eclipse to run that web service for you

Client Side

-Create another project of type 'Dynamic Web Project', which will host the client application that you will use to access and test the web service.

Use Eclipse to automatically generate a client interface(Proxy class )to call the web service.

-Use the java client Class to send a request to the web service and observe the web service's response
Cont…
1.The first page (Home.jsp) page which display first home page option for user of system.
Home .jsp
Cont…

2. Register new student


Cont…

3. Add courses to registered student by choosing id from student table


4.Display student details information
5.Find courses by using id of student
6.Find the gender of student by using its id.
7.Find the detail of student with specific gender
8.List all student information that are registered.
Cont…

9.Add grade to course of student


This is all about our project!

THANKS SO MUCH !!!!!

You might also like