P a g e|1 Contents Introduction...........................................................................................................................................3 Raccoon review.....................................................................................................................................3 Add_review_detail.php.....................................................................................................................8 XML validation method.....................................................................................................................9 DOM structure.....................................................................................................................................10 Conclusion...........................................................................................................................................11 References...........................................................................................................................................11 List of figures Figure 1: index page..............................................................................................................................3 Figure 2: sorting method.......................................................................................................................4 Figure 3: sorted name............................................................................................................................4 Figure 4: sorting using ratings................................................................................................................5 Figure 5: raccoon.json...........................................................................................................................5 Figure 6: raccoon.json...........................................................................................................................7 Figure 8: XML validation........................................................................................................................9 Figure 9: json validation.........................................................................................................................9 Figure 10: DOM structure....................................................................................................................10
P a g e|2 Introduction This assignment mainly requires a full idea or knowledge about we development & designing. For this, all the basic concepts should be clear. JSON, XML, web development skills & mysql all the concepts should be cleared. This assignment is requiring the designing of RESTful API just to performing some of the very basics functions & for performing CRUD operations. In this assessment, front-end has been designed with the help of using HTML or CSS. This website is supporting the back-end technology with Mysql database. Mysql database has been designed in the format of XML. Because XML is only handled or supported by DOM tree. Raccoon review Index.php This page provides raccoons name, raccoon image and ratings of each raccoon. Figure1: index page
P a g e|3 Sorting methods ï‚·Naming sort:ALLthe raccoons are sort according to their names. ï‚·Rating sort:All the raccoons are sorted according to their ratings. Figure2: sorting method Name sorting Figure3: sorted name
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
P a g e|10 Conclusion Working of all the RESTful services is quite good. We verify the XML structure on an online tool. RESTful API’s are producing all the JSON data in appropriate format. Functionalities of all the web applications are getting performed in a proper way. Even i have attached all the screenshots of all the different scenarios in this web services. We have designed Data in XML format, because DOM tree supports this only. This assessment will helpful just for learning all the RESTful APIs. This assignment will be beneficial for understanding these web services. References 1.Masne,S.(2018).WhatisREST–LearntocreatetimelessRESTfulAPIs..[online] Restfulapi.net. Available at: https://restfulapi.net/ [Accessed 2 Jun. 2018]. 2.Valuebound. (2018).An overview of JSON API: A text-based data exchange format | Valuebound.[online]Availableat:https://valuebound.com/resources/blog/overview-of- json-api [Accessed 2 Jun. 2018].