Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

producing a web application that demonstrates AJAX-based navigation using a web service. [Overview] webService.php provides two types of content: home content (introducing the app's purpose)

producing a web application that demonstrates AJAX-based navigation using a web service.

[Overview]

webService.php provides two types of content: home content (introducing the app's purpose) and Pokemon data (packaged as XML and JSON).

[Home Content]

webService.php?content=home returns a plain text message explaining the app's purpose.

[Pokemon Data]

webService.php?content=data prompts the user agent for a formatting preference.

[XML Data]

webService.php?content=data&format=xml returns Pokemon information encoded as XML

[JSON Data]

webService.php?content=data&format=json returns Pokemon information encoded as JSON

Click on the links above, they will take you to a URL, you will use this URL in your web application when sending AJAX calls to this web service.

The "Home" button should load the web service's plain text home content (as seen in the "1. Pokemon App Home.png" screenshot).

image text in transcribed

The " XML PokeType " button should load the web service's XML Pokemon Data, parse it to pick out the Pokemon names and what is their type (Grass, Fire, Water, Electric, Psychic), and use that information to dynamically populate an unordered list

    image text in transcribed

    The "XML PokeEvo " button should load the web service's XML Pokemon Data, parse it to pick out the Pokemon names and what is their evolution and use that information to dynamically populate an unordered list

      image text in transcribed

      The "JSON PokeGrowth" button should load the web service's JSON Pokemon Data, parse it to pick out the Pokemon names and their Growth rate and use that information to dynamically populate an unordered list

        image text in transcribed

        When each button is pressed (i.e. when you send off each AJAX request), you should give the user feedback that the app is loading

        image text in transcribed

        You may use jQuery to perform your AJAX requests.

        You do NOT need to create your own webService.php. Please send your requests to mine.

        Use Amazon EC2 to host your web application.

        The design of the web application is entirely up to you

        Pokedex Application This web application provides information about pokemon. Pokedex Application This web application provides information about pokemon

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 24th International Conference Dexa 2013 Prague Czech Republic August 2013 Proceedings Part 1 Lncs 8055

Authors: Hendrik Decker ,Lenka Lhotska ,Sebastian Link ,Josef Basl ,A Min Tjoa

2013 Edition

3642402844, 978-3642402845

More Books

Students also viewed these Databases questions

Question

In general, what does IRC Section 7805 provide?

Answered: 1 week ago

Question

Understand how to design effective service guarantees.

Answered: 1 week ago

Question

Know when firms should not offer service guarantees.

Answered: 1 week ago