You are on page 1of 7

Survey No 17/2, Piglipur Village, Near Ramoji Film City, Hyderabad.

501 512

(Affiliated to Jawaharlal Nehru Technological University)


Website: www.slc.edu.in email: enquiry@slciet.com

CERTIFICATE

This is to certify that the Seminar entitled “WEB BROWSER USING JAVA”. That is
being submitted by M.VINAY REDDY(07S31A0530) & G.KIRAN KUMAR(07S31A0516) &
A.ASHOK RAJA(07S31A0503),Submitted in partial fulfillment for the award of Bachelor of
Technology in Information Technology affiliated to the JAWAHARLAL NEHRU
TECHNOLOGICAL UNIVERSITY is a record of bonafide work carried out by them under
guidance and supervision

The results embodied in this synopsis have not been submitted to any other university or
Institute for the award of any degree or diploma

T. SHYAM PRASAD (Assoc.Prof) Prof. B. SATYANARAYANA


Internal Guide Head of Department
Dept. of Information Technology Dept. of Information Technology
SLC'S Institute of Engg & Tech SLC'S Institute of Engg & Tech
ACKNOWLEDGEMENT
The satisfaction that accompanies the successful completion of any task would be incomplete
without the mention of the people who made it possible and whose encouragement and guidance
has been a source of inspiration throughout the course of the project.
Words alone cannot describe our deep regards and gratitude to our parents for their continuous
support and motivation.
A special thanks to our Secretary, T. SATYANARAYANA, for having founded such an
esteemed institution. We am also grateful to our Principal, Dr. C. SRI RAM and our Director,
MANIKANTESHWAR RAO, who most ably run the institution and have had the major hand in
enabling us to do our project.
We are very thankful to Prof.B.SATYANARAYANA, Head of the department, Information
Technology who has been an excellent guide and also a great source of inspiration to our work.
We would like to express our thanks and deep sense of gratitude to our internal guide for
Mr.T.SHYAM PRASAD providing various inputs and valuable suggestions in structuring the
project report on “TOUR & TAVEL WEB GUIDE”.
We express our profound sense of gratitude to Mr.ANIL MENON, G.M.Projects for
inspiring us throughout the project. We are extremely thankful to our project guide Mr.
S.STEPHEN, for guiding us throughout the project with valuable suggestions and who was always
a motivational power to us. We attribute our sincere thanks towards CMTES for giving us the
opportunity to perform project work and to sharpen our knowledge and improve our skills.
Finally, we express thanks to all faculty members who have helped us in successfully
completing this project. Furthermore, we would like to thank our friends for their moral support and
encouragement.

C.KARTHIKA K.PRIYANKA
(05S31A1217) (05S31A1230)
ABSTRACT
The Restaurant Fetcher application is a dynamic restaurant information provider tool. The default

application state shows a list of all restaurants in the database. When you click a restaurant, the

details about that restaurant and summaries of reviews will appear. When you select a summary, the

details of the review appear. You can add reviews to the review list. You can also filter the list of

restaurants by restaurant type. This application is also accessible to users without authentication.

The specialty of the application is its UI design. It is designed in such a way that user can find all

the information in a single screen.

This application also displays the 10 most recent restaurant reviews. From the Recent Reviews

application, click the restaurant name; the Restaurant Fetcher application opens with the restaurant

selected. A small component like this could be a useful addition to a larger site like a portal.
CONTENTS

1. INTRODUCTION ......................................................................................1
1.1 Purpose ......................................................................................1
1.2 Product scope ......................................................................................1
1.3 Project Overview .....................................................................................1
1.4 Project Description ......................................................................................1

2. SYSTEM ANALYSIS ............................................................................3

2.1 Existing System ............................................................................3

2.2 Proposed System ............................................................................3

2.3 User Classes and Characteristics ................................................................3

2.4 Modules ............................................................................3

2.5 FEASIBILITY STUDY ............................................................................4

2.5.1 Technical Feasibility ............................................................................4

2.5.2 Economical Feasibility ............................................................................5

2.5.3 Operational Feasibility ............................................................................5

3. SYSTEM DESIGN ............................................................................6

3.1 System Design ............................................................................6

3.2 Software Design ............................................................................6

3.3 UML Diagrams ............................................................................6


4. IMPLEMENTAION ....................................................................10

4.1 Setting properties using constants ...............................................................10

4.2 Flex ...............................................................11

4.3 Developing Applications in MXML............................................................12

4.4 Naming MXML files ................................................................13

4.5 Setting the default property ................................................................15

4.6 Using tags that represent ActionScript classes ..........................................16

4.6 Populating Arrays of objects .............................................................21

4.7 Setting properties that contain XML data . ...............................................22

4.8 Setting style and effect properties in MXM.................................................23

4.9 Setting event properties in MXML ..................................................23

4.10 Writing a simple application ..................................................24

4.11 jdbc .....................................................45

5. TESTING 50

5.1 Software Testing Techniques ......................................................49

5.2 Testing objectives ......................................................49


5.3 Test case design ......................................................49
5.3.1 White Box Testing ......................................................49
5.3.2 Black Box Testing ......................................................49
5.4 Software Testing Strategies .....................................................50
5.4.1 Alpha and Beta Testing .....................................................51

6. SCREEN SHOTS ......................................................53

7. CONCLUSION ......................................................60

8. BIBLIOGRAPHY ......................................................61
List of Diagrams:

1. UML Diagrams .............................................................................8


1.1 Use Case Diagram .......................................................................8
1.2 Sequence Diagram .......................................................................9
2. A JAVA2 Platform, Enterprise Edition Deployment .......................47
5.4.1 Acquiring a reference to a home object ………………………….47
5.4.2 Acquiring a reference ……………………………………………..48
5.4.3 Life cycle of Stateful Season Bean ……………………………… 48

List of Screens:

6.1 Initial state of fetcher …………………………………………53


6.2 View of Database ………………………………………….54
6.3 View of hotels’ attributes …………………………………………55
6.4 Selecting a country ………………………………………....56
6.5 Selecting a hotel ……………………………….………....57
6.6 Adding reviews ………………………….………………58
6.7 Reading reviews ……………………………….…….……59

You might also like