Due Date:Nov 25, 2013


Assignment No. 01(None Graded) Fall 2013 CS506- Web Design and Development

Total Marks: 20

Due Date:25/11/2013
Instructions
Please read the following instructions carefully before solving & submitting assignment:
It should be clear that your assignment will not get any credit if:

The assignment is submitted after due date.
The submitted assignment does not open or file corrupt.
The assignment is fully or partially copied from (other student or ditto copy from handouts or internet).
Student ID is not mentioned in the assignment File or name of file is other than student ID.
The assignment is not submitted in .java format.

Uploading instructions

Your submission must include:
All the source code (.java files) and other necessary files to compile and run your program.
Place all the files (Products, ProCatalogMS, and Driver classes) in a Zip file and Upload it on VULMS.

Sponsored Links

Note: Use Notepad or Notepad++ for coding and JDK package for java source code compilation and running (A video tutorial of JDK installation and configuration is given in course download section)
Objective
The objective of this assignment is

To give you some practice exercise of ArrayLIst and file handling. And how to compile and run java programs.

Important Requirements and Instructions:

You are not allowed to use any IDE tool like Netbeans in this assignment.
Create Products.java which will contain product information (id, name, category, price, availability, description). Constructor and setter/ getter functions implementation should be defined in the Products class.
Create ProdCatalMS.java which will contain Product Catalog Management System (ProdCatalMS) information such as “addProducts”, “searchProducts”, “DeleteProducts”, and “saveProducts”.
Create Driver.java which will contain your main program. In the main program you are required to take an input value from the user through graphical user interface (GUI) and based on the user input perform different operations. See the sample output
Assignment due date is November 25, 2013. Any lame excuses will not be accepted after due date.
We will not accept assignment through email in any case. Be Careful