How authorisations and authentications of web applications

Assignment Help Web Project
Reference no: EM132880165

CO4752 Web Development Assignment

Learning Outcome 1: Understanding of multi-tier web application architecture and corresponded infrastructure setup.
Learning Outcome 2: Use of Servlets as a middle layer technology for web application development
Learning Outcome 3: Use of JavaScript and AJAX for web front development.
Learning Outcome 4: Use of JSON/XML as for exchanging messages between web portal and server application
Learning Outcome 5:
Use of HTML/HTML 5 and CSS for web portal rendering.
Learning Outcome 6: Use of JDBC/Hibernate to operate Database (MySQL).
Learning Outcome 7: Understanding of how authorisations and authentications of web applications are conducted and are able to implement them for the web application.

Introduction

In this assignment, you are required to complete an online student module selection management system which is composed of three tiers (web portal, middle layer and database). The functional requirement of the system is as the followings:
1. Admin users who are able to browse/add/remove/update/search/ student records through a web portal. Records are stored in a back-end database. Each student record should contain:
a. Student's id
b. Student's first name
c. Student's last name
d. Student's contact email
e. Student's home address
f. Modules that are selected by a student
g. Payment status
2. Student users are able to select modules that are provided by the admin user. Each of them can choose maximum 6 modules.
3. Both type of users will need to log into the system. Therefore, your system should provide basic user registration/login/logout functions.

Task Details
Note: for guidelines what to hand in and what the marker will be looking for, see the marking scheme.
Working INDIVIDUALLY:

1. Web portal: Your web portal should contain at least the following pages:
1. Login/Registration page for both admin and student users.

2. Admin user's student management page: where admin user can perform the required operations. The page should show a list of students who are enrolled with their personal information, course information and selected module information.

3. Admin user's course management page: where admin user can add courses, add their associated modules and make those modules either mandatory or optional.

4. Student user's course management page: where a student can view/select/update their modules for his/her enrolled course.
The architecture of the assignment needs to be strictly three tiers based. This means web portal is only used for rendering contents, taking inputs from users and feeding back results. The portal is not supposed to handle any business logics (JSP, PHP, Ruby on Rails style portal and things similar will not be accepted and marked). You will need to use javascript+HTML 5+CSS for your web portal development. Necessary third-party libraries are allowed in the implementation.

2. Middle Layer: A middle layer that talks to both database and web portal through message exchange. It should handle all business logics. The middle layer needs to be implemented conforming to Java Servlet standard. It needs to be done in JAVA rather than any other programming languages.

3. Database: MySQL database will be used to store data. You will need to define your database schema that support your application. For this assignment, you don't need to worry too much about the DB normalisation rules and etc. You can use fewer tables as long as they satisfy your needs.

4. Message Exchange: The messages that are exchanged between the portal and middle layer need to be JSON. This makes the whole system a completely decoupled manner. No portal will be relying on any specific middle layer's implementation and vice versa. Both of them are only dependent on the contents of the messages exchanged and interpretations of those messages.

What You Should Submit:
You should submit a zip package, a demo video and a source code text file via the links on Blackboard and Turnitin (code source file needs to be submitted via the Turnitin link). Both files should follow the name convention: YourRegistrationNumber_(FirstName LastName).zip/txt.
• The zip file should contain the following contents:
a.
b. Your web portal folder. This folder needs to be directly deployable and runnable on tomcat 7+ servers. Folder that fails to be deployed or run will be regarded as a failure, and you will lose half marks for web portal section.
c. A war file which can be directly deployed on tomcat 7+ servers. Failure on the deployment will lose you half marks for middle layer sections. You will need to be very careful with the all the libraries that you choose to use. Make sure you pack them up in the war file so when the war is deployed, the tomcat server will not complain about missing libraries.
d. A db.sql file that contains all the data you've created or used or tested for your project. It can be restored to MySQL database.
• A report that explains your design, implementation details and any potential problems that you are aware of your development and potential improvement that can be done. Full lists of messages (json syntax) that are exchanged between your Servlet service and portal. Explain how the http protocol is used in your implementation if any.
• The demo video should show typical use scenarios that users interact with your system. You should demo a full working application, which covers all the functions required. The video should be no longer than 5 minutes. You DON'T need to show your codes in the video.
• The single source code text file must contain all the source codes you implemented. The content of the file is copied and pasted from all your own *.java source files.

Failure to provide any of the above files will be considered as an incomplete submission and your work will not be marked until all files are submitted. (It can be treated as a late submission). In addition, the work implemented using other frameworks/languages such as JSP, ASP, PHP will not be marked and you will receive no mark for your submission.

Attachment:- Web Development Assignment.rar

Reference no: EM132880165

Questions Cloud

How much long-term debt did Kimberly-Clark repay : How much long-term debt did Kimberly-Clark repay in 2017? How much additional debt did Kimberly-Clark issue in 2017 and for what purposes
What is mattel strategy : What is Mattel's strategy? Which of the five generic competitive strategies discussed in Chapter 5 most closely fit competitive approach that Mattel is taking
What is book value of Kimberly-Clark total long-term debt : In May 2017, we issued $350 million aggregate principal amount of 3.90% notes. What is book value of Kimberly-Clark total long-term debt
Explain the role of ethics in making business decisions : Explain the role of ethics in making business decisions regarding expansion to a new market and how ethical decision-making frameworks can be used
How authorisations and authentications of web applications : How authorisations and authentications of web applications are conducted and are able to implement them for the web application
What one knowledge area of project management : What one knowledge area of project management will you be able to apply immediately upon finishing this course?
What is the accounting equation : Question - What is the accounting equation? The balance sheet reports financial position from which two perspectives
Define the most important capital budgeting techniques : Define the most important capital budgeting techniques. Name at least two capital budgeting techniques (e.g., NPV, IRR, Payback Period, etc.)
How income from the s corporation taxed : How income from the S Corporation taxed; include in your discussion on taxation of S Corporation income, the forms utilized in reporting

Reviews

Write a Review

Web Project Questions & Answers

  Evaluating an ecommerce website

Create a check list that contains key point for evaluating an ecommerce website - Write a short, reflective report about website

  Gpc and runtime magic quotes

Create a script that lets you know whether Zeus or Helios has the GPC and Runtime Magic Quotes turned on or off. The output should have appropriate labels that define what output signified and should display 'ON' or 'OFF' depending on the setting.

  Creating functions through conditional operator

Use the conditional operator and the cal_days_in_month function, determine the number of days in the current month and output to browser whether it is normal month or a leap month.

  Web development projects with database

Since the vast majority of web-development projects involve a database, do you think that computational activities should be performed there, or do you think they belong in the XML page or stylesheet?

  Comparing shelf software packages

Required assistance with comparing and contrasting two main off the shelf software packages that could be implemented in an organization.

  Web based scams

Web phishing, pharming and vishing are popular web based scams. Talk about currently used tools and recommended measures to defeat this kind of attacks efficiently?

  Explanation of contextual links

The most powerful hypertext capabilities is the the contextual link. Wikipedia . com is a great example of a site that utilizes contextual links.

  How architectural and protocol changes occur

Discuss how architectural and protocol changes happen, the administrative organization that oversees the technical development of the Internet,

  Traditional approaches for training professionals

Webinars and other web conferencing techniques have proved most beneficial for the provision of affordable quality corporate training.

  Internet for business

Discuss how can a business use the Internet and give at least three examples with web links demonstrating your answer.

  It influences the behavior of organizations

Information technology influences the behavior of organizations. Name one effect of Information technology implementation and long-term usage you suppose having a positive contribution and one having a negative consequence.

  Importance of a guided navigation system

Explain the use and importance of a guided navigation system and shopping cart for a website designed for e-commerce and business purpose.

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