MITS5502 Developing Enterprise Systems Assignment

Assignment Help JAVA Programming
Reference no: EM132479339

MITS5502 - Developing Enterprise Systems - Victorian Institute of Technology

Learning Outcome 1: Apply best practices to design application components and business objects by analyzing the business needs and adopting software engineering best practices.

Learning Outcome 2: Structure Web Tier & Application Components by identifying the most appropriate structural pattern.

Learning Outcome 3: Implement data access/persistence mechanisms including implementing enterprise- grade transactions in traditional as well as non-SQL data environments.

Learning Outcome 4: Carry out research on emerging tools and use expert knowledge gained to choose the right developmental strategy and tools to implement enterprise solutions without compromising prudent design principles.

Learning Outcome 5: Synthesise complex enterprise business and operational needs to develop robust, reliable and secure applications in a chosen implementation platform such as spring, jsf etc.

Objectives

This is a group assessment. In this assessment, you are required to develop a J2EE project with MVC architecture using NetBeans environment and MySQL database component. The aim of the project is to enhance student's skills by applying their theoretical knowledge to develop enterprise application using J2EE. The students are requested to use J2EE specifications and techniques including session management, Custom tags, Enterprise Java Beans, Java Database Connectivity (JDBC) and JPA (Java Persistence API) in the given project.

Project Description

The project is to develop a small-scale enterprise application system of your choice.

You must implement all the features and functionalities indicated in sub-sections below. You may explore further additional features to score higher marks. This information is detailed enough for you to complete the project. However, you will need to determine any unspecified details on your own.

The student needs to implement the following functionalities: -

Part 1. User Authentication, login and logout

The component authenticates the user before the access to the online store. The interface needs to be professional with appropriate logo, header and footers. The system needs to have more than one type of user e.g. administrator and customers (it may include more). It allows a new user to register into the system. A new user registration interface with input fields may include email, full name, password, re-typed password and contact number (optional). Required client and server-side scripts for field validation needs to be provided. A login interface is must for the registered user to login to the system with the email address/username and a password. The inputted email address and password needs to be checked against the database. Otherwise, login failure message will be displayed. The system needs to have a logout button that redirects to the login page and clears the resource in use. As the user logs in, it displays the index page. This page can be used to add, update or delete products. The system needs to have customized interface for each user with their functionalities.

Part 2. Product Maintenance

A series of pages needs to be created that allows a user to add, update or delete a product that is available for a particular category in the system. The administrator/vendors can enter new product categories and add list of products with their details within a category. The category and product details may include name, description, image, cost, quantity and any special features about the product. The information of the goods for the online store is stored in MySQL database. An interface to update/delete the products should be provided. The stock of the product based on the purchase/sale needs to be updated automatically.

Part 3. Search product and checkout screen

The registered customer may want to search for a product based on the category, or name of the product. A search functionality that displays a detailed description with an image(s) of the product needs to be provided. Based on the search, the customer may want to buy the goods online. They can buy product(s) of different category and add them in the shopping cart. Further, functionality may be added to the shopping cart: adding products, listing products and empty cart. A checkout page must display the selected product by the customer to purchase. The purchased product quantity needs to be updated in the database accordingly.

Project Tasks

Task 1. Project Proposal
The project proposal needs to be submitted in week 4 along with the details of the group members involved in it. The group members should not exceed the count of four. The project proposal should contain a B2C (Business to Consumer) online store company/organization name with details of the goods to be sold by it. The student must provide clear indication of the organization and the online good(s) with their categories (if any) they propose to work on in the proposal.

Task 2. Database Design

You will be designing an efficient and useful database design to store the information needed for the proposed system.
A well-structure database:

1. List all the entities with their attributes including the datatype to store the information for the given system. The nonduplicate entities gets converted into table with attributes as fields within the given database.
2. Identify the attribute(s) that will serve as a primary/foreign key for each table. Attributes chosen as primary key should be unique, unchanging and never defined as NULL/empty.

3. Create relationships between the given tables. Each defined entity has a relationship with every other one (one-to-one, one-to-many, many-to-many, mandatory etc.)

Task 3. Project code with report
The integrated code using MVC architecture including all the JSPs, servlets and Java beans in the project needs to be submitted in week 12. The code is accepted after demonstration to the lecturer. A report describing objective, organization with the product details, database model and screenshots of the online system should be documented.
The the overall project component is 40% weightage for the unit and individual deliverables with the description, due week and weightage is defined in the table below. The weightage in the table is relative to the project component only.

Code related Guidelines
1. Your J2EE application should include the following:
a. The code should have a consistent, professional and well-organized appearance.
b. Carefully chosen, meaningful identifier names
c. Code is well organized: clear, simple, & DRY (Don't repeat Yourself)
d. Thoughtful comments, where needed, expressed in concise, precise English.
e. Code should compile without errors
2. The developed system takes input and handles the error in friendly manner.
3. Connects to given database operating the basic CRUD operations following the proposed data model in week 4.
4. Your project must adhere to MVC architecture with implementation guidelines including modularity, reusability, extensibility, maintainability and adaptability.

Attachment:- Developing Enterprise Systems.rar

Reference no: EM132479339

Questions Cloud

Find the minimum sample size needed : Find the minimum sample size needed, using a prior study that found that 46% of the respondents says they eat fast food four to six times per week.
Confidence interval for true proportion of population : We want to find a 95% confidence interval for the true proportion of the population who favor the bill. What is the lower limit of the interval?
Determine what is estimate of the stocks current price : Determine What is estimate of the stock's current price? The company's stock has a beta of 1.6, the risk-free rate is 10%, and the market risk premium is 6%.
What is estimate of the stock current price : The company's stock has a beta of 1.6, the risk-free rate is 10%, and the market risk premium is 6%. What is your estimate of the stock's current price?
MITS5502 Developing Enterprise Systems Assignment : MITS5502 Developing Enterprise Systems Assignment help and solution, Victorian Institute of Technology - assessment writing service
To what types of audiences might you present relationship : To what types of audiences might you present your Estranged Relationships with Parents and Their Effects research? How would that change your presentation?
Determine what tuition has been earned by wti : On October 15, WTI agreed to teach a four-month class (beginning immediately) for an executive with payment due at the end of the class.
What is recorded on seaboard''s december balance sheet : What is recorded on Seaboard's December 31, 2017, balance sheet and income statement for the year ended December 31, 2017, in regard to property taxes?
How you might approach the individual as a peer : Describe how you might approach the individual as a peer to call her or his attention to this potential impairment. Use the American Counseling Association's.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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