{"id":{"repo_id":"wku-diss","oai_identifier":"oai:digitalcommons.wku.edu:theses-2254"},"canonical_url":"https://search.dev.ndltd.org/etd/wku-diss/oai:digitalcommons.wku.edu:theses-2254","repository":{"repo_id":"wku-diss","name":"Western Kentucky University","base_url":"https://digitalcommons.wku.edu/do/oai/"},"display":{"title":"Efficient Architectures for Retrieving Mixed Data with Rest Architecture Style and HTML5 Support","abstract":"<p>Software as a service is an emerging but important aspect of the web. Web<br />Services play a vital role in providing it. Web Services are commonly provided in one of two architectural styles: a \"REpresentational State Transfer\" (REST), or using the \"Simple Object Access Protocol\" (SOAP.) Originally most web content was text and small images. But more recent services involve complex data structures including text, images, audio, and video. The task of optimizing data to provide delivery of these structures is a complex one, involving both theoretical and practical aspects. In this thesis work, I have considered two architectures developed in the REST architectural style and tested them on mixes of data types (plain text, image, audio) being retrieved from a file system or database. The payload which carries the actual content of a data transmission process can either be in Extensible Markup Language (XML) or JavaScript Object Notation (JSON). Both of these language notations are widely used. The two architectures used in this thesis work are titled as Scenario 1 and Scenario 2. Scenario 1 proposes two different cases for storing, retrieving and presenting the data via a REST web service. We investigate the question of what is the best way to provide different data types (image, audio) via REST Web Service. Payload size for JSON and XML are compared. Scenario 2 proposes an enhanced and optimized architecture which is derived from the pros of the first two cases in Scenario 1. The proposed architecture is best suited for retrieving and serving non-homogeneous data as a service in a homogenous environment. This thesis is composed of theoretical and practical parts. The theory part contains the design and principles of REST architecture. The practical part has a Web Service provider and consumer model developed in Java. The practical part is developed using the Spring MVC framework and Apache CXF, which provides an implementation using JAX-RS, the Java API for RESTful services. A glossary of acronyms used in this thesis appears in the appendix on page 101.</p>","abstract_html":"&lt;p&gt;Software as a service is an emerging but important aspect of the web. Web&lt;br /&gt;Services play a vital role in providing it. Web Services are commonly provided in one of two architectural styles: a &quot;REpresentational State Transfer&quot; (REST), or using the &quot;Simple Object Access Protocol&quot; (SOAP.) Originally most web content was text and small images. But more recent services involve complex data structures including text, images, audio, and video. The task of optimizing data to provide delivery of these structures is a complex one, involving both theoretical and practical aspects. In this thesis work, I have considered two architectures developed in the REST architectural style and tested them on mixes of data types (plain text, image, audio) being retrieved from a file system or database. The payload which carries the actual content of a data transmission process can either be in Extensible Markup Language (XML) or JavaScript Object Notation (JSON). Both of these language notations are widely used. The two architectures used in this thesis work are titled as Scenario 1 and Scenario 2. Scenario 1 proposes two different cases for storing, retrieving and presenting the data via a REST web service. We investigate the question of what is the best way to provide different data types (image, audio) via REST Web Service. Payload size for JSON and XML are compared. Scenario 2 proposes an enhanced and optimized architecture which is derived from the pros of the first two cases in Scenario 1. The proposed architecture is best suited for retrieving and serving non-homogeneous data as a service in a homogenous environment. This thesis is composed of theoretical and practical parts. The theory part contains the design and principles of REST architecture. The practical part has a Web Service provider and consumer model developed in Java. The practical part is developed using the Spring MVC framework and Apache CXF, which provides an implementation using JAX-RS, the Java API for RESTful services. A glossary of acronyms used in this thesis appears in the appendix on page 101.&lt;/p&gt;","abstract_has_math":false,"creators":["Maddipudi, Koushik"],"institution":null,"degree_name":"Master of Science","degree_level":null,"degree_discipline":"Department of Computer Science","degree_department":null,"school":null,"contributors":["David Erbach (Director), James Gary, Qi Li"],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2013,"date_issued":"2013-05-01T07:00:00Z","date_published":"2013-05-01T07:00:00Z","updated_at":"2026-07-24T06:08:16Z","subjects":["Application Program Interfaces (Computer Software)","Representational State Transfer (Software Architecture)","Web Services","Web Site Development","Web Sites-Design","Json","Java (Computer Program Language)","Internet Programming","XML (Document Markup Language)","Computer Sciences","Programming Languages and Compilers","Software Engineering"],"languages":[],"rights":[],"rights_urls":[],"identifier_entries":[]},"links":{"outbound_url":"https://digitalcommons.wku.edu/theses/1251","outbound_label":"Repository record","outbound_source":"dc:identifier"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor","label":"Contributor","values":["David Erbach (Director), James Gary, Qi Li"]},{"key":"dc:creator","label":"Author","values":["Maddipudi, Koushik"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:type","label":"Dc Type","values":["Thesis"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Department of Computer Science"]},{"key":"thesis:degree_name","label":"Degree Name","values":["Master of Science"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["Application Program Interfaces (Computer Software)","Representational State Transfer (Software Architecture)","Web Services","Web Site Development","Web Sites-Design","Json","Java (Computer Program Language)","Internet Programming","XML (Document Markup Language)","Computer Sciences","Programming Languages and Compilers","Software Engineering"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["https://digitalcommons.wku.edu/theses/1251"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description.abstract","label":"Abstract","values":["<p>Software as a service is an emerging but important aspect of the web. Web<br />Services play a vital role in providing it. Web Services are commonly provided in one of two architectural styles: a \"REpresentational State Transfer\" (REST), or using the \"Simple Object Access Protocol\" (SOAP.) Originally most web content was text and small images. But more recent services involve complex data structures including text, images, audio, and video. The task of optimizing data to provide delivery of these structures is a complex one, involving both theoretical and practical aspects. In this thesis work, I have considered two architectures developed in the REST architectural style and tested them on mixes of data types (plain text, image, audio) being retrieved from a file system or database. The payload which carries the actual content of a data transmission process can either be in Extensible Markup Language (XML) or JavaScript Object Notation (JSON). Both of these language notations are widely used. The two architectures used in this thesis work are titled as Scenario 1 and Scenario 2. Scenario 1 proposes two different cases for storing, retrieving and presenting the data via a REST web service. We investigate the question of what is the best way to provide different data types (image, audio) via REST Web Service. Payload size for JSON and XML are compared. Scenario 2 proposes an enhanced and optimized architecture which is derived from the pros of the first two cases in Scenario 1. The proposed architecture is best suited for retrieving and serving non-homogeneous data as a service in a homogenous environment. This thesis is composed of theoretical and practical parts. The theory part contains the design and principles of REST architecture. The practical part has a Web Service provider and consumer model developed in Java. The practical part is developed using the Spring MVC framework and Apache CXF, which provides an implementation using JAX-RS, the Java API for RESTful services. A glossary of acronyms used in this thesis appears in the appendix on page 101.</p>"]},{"key":"dc:title","label":"Title","values":["Efficient Architectures for Retrieving Mixed Data with Rest Architecture Style and HTML5 Support"]}]}],"canonical_facts":{"dc:contributor":["David Erbach (Director), James Gary, Qi Li"],"dc:creator":["Maddipudi, Koushik"],"dc:description.abstract":["<p>Software as a service is an emerging but important aspect of the web. Web<br />Services play a vital role in providing it. Web Services are commonly provided in one of two architectural styles: a \"REpresentational State Transfer\" (REST), or using the \"Simple Object Access Protocol\" (SOAP.) Originally most web content was text and small images. But more recent services involve complex data structures including text, images, audio, and video. The task of optimizing data to provide delivery of these structures is a complex one, involving both theoretical and practical aspects. In this thesis work, I have considered two architectures developed in the REST architectural style and tested them on mixes of data types (plain text, image, audio) being retrieved from a file system or database. The payload which carries the actual content of a data transmission process can either be in Extensible Markup Language (XML) or JavaScript Object Notation (JSON). Both of these language notations are widely used. The two architectures used in this thesis work are titled as Scenario 1 and Scenario 2. Scenario 1 proposes two different cases for storing, retrieving and presenting the data via a REST web service. We investigate the question of what is the best way to provide different data types (image, audio) via REST Web Service. Payload size for JSON and XML are compared. Scenario 2 proposes an enhanced and optimized architecture which is derived from the pros of the first two cases in Scenario 1. The proposed architecture is best suited for retrieving and serving non-homogeneous data as a service in a homogenous environment. This thesis is composed of theoretical and practical parts. The theory part contains the design and principles of REST architecture. The practical part has a Web Service provider and consumer model developed in Java. The practical part is developed using the Spring MVC framework and Apache CXF, which provides an implementation using JAX-RS, the Java API for RESTful services. A glossary of acronyms used in this thesis appears in the appendix on page 101.</p>"],"dc:identifier":["https://digitalcommons.wku.edu/theses/1251"],"dc:subject":["Application Program Interfaces (Computer Software)","Representational State Transfer (Software Architecture)","Web Services","Web Site Development","Web Sites-Design","Json","Java (Computer Program Language)","Internet Programming","XML (Document Markup Language)","Computer Sciences","Programming Languages and Compilers","Software Engineering"],"dc:title":["Efficient Architectures for Retrieving Mixed Data with Rest Architecture Style and HTML5 Support"],"dc:type":["Thesis"],"thesis:degree_discipline":["Department of Computer Science"],"thesis:degree_name":["Master of Science"]},"updated_at":"2026-07-24T06:08:16Z"}