How use of asnychronous javascript and xml impacts

Assignment Help JAVA Programming
Reference no: EM131005003

Assignment 1: Research Report Proposal

Assignments one and six of this course are closely related. The 6th assignment involves writing a research report (more specifically, a literature review) on a topic related to web data management. To help you start, this first assignment is meant to develop a proposal before you write the research report itself.

This means that for the first assignment you choose a research topic (a non-exhaustive list of possible topics is given at the bottom of this page) and do some preliminary investigation of the topic. In Assignment 6 you then write the actual research report on the topic selected in

Assignment 1.

Your Research Proposal is a PDF document of at most three pages in which you indicate:

your choice of topic

a brief description of the topic and how it relates to data management and/or web technologies at least 3 sub-topics or questions that you may address in your actual Research report (see Assignment 6) your appraisal of how important this topic is for

(a) fundamental (theoretical) research

(b) general applied computer science
(c) cutting edge IT industry
(d) general computing industry
(e) computer users in general

a list of initial ‘secondary' sources: books, encyclopedias,monographs, and (perhaps web-based) review articles, plus a very brief (one or two sentences for each source) description of why you think the source may be useful in your Research report a list of at least 3 ‘primary' sources (published research papers presented at conferences or articles in scientific journals) plus a very brief (one or two sentences per source) description of why you think the source maybe useful in your Research report.

For both Assignment 1 and 6, you are required to submit a single PDF file by the due date. For Assignment 1, it is suggested that you use LaTeX to produce the PDF; for Assignment 6, it is requiredthat you use LaTeX. The software is freely available for both Windows and Linux.

Here is a LaTeX template for Assignment 1; here is a LaTeX template for Assignment 6; and here is aexample BibTex references file for use with paper_template.tex.

Listen to the digital audio recordings of the first two lectures to hear more information about these assignments. Please note that some information in older recordings may be out of date.

Examples of Research Proposals (Assignment 1)

Here is one example of a Research Proposal. For privacy reasons I am not able to give the mark that this submission received, but it was generally good.

How the use of Asnychronous JavaScript and XML (AJAX) impacts web information systems by Dennis Winckler.

Examples of Research Reports (Assignment 6)

Here are 4 examples of Research Reports submitted by students of this course in the past. For privacy reasons I am not able to give the marks that these submissions received. Suffice it to say that the examples here were generally very good, with room for improvements in several areas.

Developing Web Applications using OOHDM and RoR by Lasse Motroen.
XML and Security: XML Encryption by Leow Yuon Chow.
Web Services: Security by David Sale.
Web Services: SOAP vs. REST by (name withheld by request).

Note that you may treat these examples as any other (in this case formally unpublished) resource: you may cite the paper as a Technical Report. The BibTex entry would look like this:

@TECHREPORT{LM06,
author = "Lasse Motroen",
title = "Developing Web Applications using OOHDM and RoR",
institution = "University of Southern Queensland",
month = "November",
year = "2006",
note = "CSC8417 Assignment 3, examined by Dr S. Dekeyser",
}

Research Topics

The following is a non-exhaustive list of possible topics for your research report. This list may grow during the first few weeks of the semester.
Remember that you may also suggest a topicyourself. However, it must be accepted by the examiner/lecturer of the course, and cover a research issue on which several academic (or, to a lesser extent, industry) articles or papers have been written. The topic must be relevant to Data Management and/or Web Technology.

Transactions and concurrency control for XML databases

Support for Web Database/Information Systems Transactions
Integrating Web and DBMS
Query optimization in relational databases
Query optimization for XPath and/or XQuery
Indexing XML
Security and XML, XML Signature
Security and XML, XML Encryption
Efficient XML Interchange, binary XML
Resource Description Framework (RDF)
From XML Schema to RDF, RDF Schema
Query Languages for RDF, SPARQL
Web Ontology Language (OWL)
The Semantic Web, Overview of Research
Semantic Web: Applications for Health Care and Life Sciences
Web Services: SOAP/WSDL vs REST
Web Services: modelling, management, specification
Web Services: transaction support
Web Services: Publication and Searching
Web Services: scheduling, execution
Web Services: Reliability, Trustiness, Security
Synchronized Multimedia Integration Language (SMIL)
XForms vs MS InfoPath
Web-based Information Retrieval (models, indexing, searching, ...)
OLAP support in commercial/open-source RDBMSs
Data Mining: "a priori" algorithms and implementations
Data Mining: developments since "a priori"
AJAX (Asynchronous JavaScript and XML)
AJAX vs others (XUL, XAML, SVG, Adobe Flex, ...)

SVG vs Flash

eGovernment: Electronic Forms, Data Exchange
Streaming XML: querying and related issues
Big Data (many possible topics)
Non-relational database systems (e.g. Hadoop etc)
Data Visualisation on the Web (e.g. D3.js, C3.js etc)

Resources

Finding Information Tutorials (USQ Library)
What is referencing? (USQ Library)
Google Scholar
The Collection of Computer Science Bibliographies
DBLP: Computer Science Bibliography

Reference no: EM131005003

Questions Cloud

Why do the asset and liability amounts differ : The net asset "property under capital lease" has a 2009 balance of $2,797 million ($5,341 - 2,544). Liabilities for capital leases total $3,515 ($315 + 3,200). Why do the asset and liability amounts differ?
Advance on a management consulting engagement : Iris Beck is a licensed CPA. During the first month of operations of her business, the following events and transactions occurred. May 1 Beck invested $20,000 cash in her business.
Estimates of the end-of-the year maintenance costs : A firm expects to install smog control equipment on the exhaust of a gasoline engine. The local smog control district has agreed to pay to the firm a lump sum of money to provide for the first cost of the equipment and maintenance during its 10-year ..
Determine the present worth of the cranes repair cost : A construction firm has purchased a crane that comes with a 3 year warranty. Repair costs are expected to average $4500 per year beginning Year 4 when the warranty expires. Determine the present worth of the crane's repair cost over its 15-year life...
How use of asnychronous javascript and xml impacts : Assignments one and six of this course are closely related. The 6th assignment involves writing a research report (more specifically, a literature review) on a topic related to web data management. To help you start, this first assignment is meant..
Firm operating in a perfectly competitive market : The term ________ refers to a firm operating in a perfectly competitive market that must take the prevailing market price for its product.
Book values and the market values of the issues : A company is considering the possibility of raising Rs 100 million, by issuing debt, preference capital, and equity and retaining earnings. The book values and the market values of the issues are as follows:
What is the corresponding house price : You have decided to purchase a home after graduation, and you are saving for the closing costs ($3500) and down payment. To avoid paying mortgage insurance and to get a better interest rate, you need a down payment of 20%. You can afford a monthly pa..
How many unit of labor and how many units of capital : A firm production function is given by q = f(k,l) = k·l. q0 = 100. w = $20, v = $5. At the point at which this firm minimizes the cost of producing q0, it uses how many unit(s) of labor and how many unit(s) of capital? NOTE: write your answer in numb..

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write a java code to count number of capital letters in line

Write a java codenpseudo-code to count the number of capital letters in a line of text. How many comparisons does it do? What is the fewestnumber of increments it might do? What is the largest number?

  Write various bindings to determine semantics

Write the various bindings that are required to determine the semantics when statement is executed. For each binding, indicate binding time used for language. Describe your answer.

  Organization structure change over time

How and why did the organization structure change over time, and in what ways were some of these changes responsible for some of their recent problems?

  Representing a topographic map

Consider a grid of size N x N that represents a topographic map. Each tile describes the characteristics of its terrain, which could be of two types: normal or mountainous. ROBBIE the robot must navigate from a starting position (xs, ys) to a goal..

  Write a program that reads words from a text file

Write a program that reads words from a text file and displays all the nonduplicate words in ascending order. The text file is passed as a command-line argument.

  Calculator to indicate sale prices when he marks items down

A retailer would like a calculator to indicate sale prices when he marks items down at various percentages.

  Integrate the benefit class into the employee class

The objective of the lab is to modify the Employee class to demonstrate composition and a class interface. Integrate the Benefit class into the Employee class

  Details about the consultants and projects

A consulting firm maintains a database of its employees (a number of consultants) and a list of projects it has accomplished, has been developing, and is about to start. Details about the consultants and projects are given below:

  Write a program that starts a player off with a bank of $15

Write a program that starts a player off with a bank of $15.00.

  Creat a class named vehicle that acts as a superclass

Write a UseVehicle class to instantiaate the two Vehicle objects and print the objects values. Save as UseVehicle.java

  Write a class called misc that has no instance variables

Write a static double method called evaluateQuadraticPolynomial that takes four double parametersa, b, c, and x and returns the value of ax^2 + bx + c

  Preexisting arrays and functions

You are given a java file HW2.java with preexisting arrays and functions. Do not modify the main function or other functions names .Each function are given a certain implementation which you need to complete.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd