please Help web application(jsp, servlet, tomcat, HTML, OracleDB)

Reply

Join Date: Jan 2009
Posts: 1
Reputation: tarikiihem_01 is an unknown quantity at this point 
Solved Threads: 0
tarikiihem_01 tarikiihem_01 is offline Offline
Newbie Poster

please Help web application(jsp, servlet, tomcat, HTML, OracleDB)

 
0
  #1
Jan 29th, 2009
Your web based ordering should work as follows:
1. Authorized customer must be able to place his online orders.
2. Authorized customer MUST log in first before making any transaction. If the login is invalid the customer access is denied and a message is displayed to the customer “ACCESS DENIED”
3. New customer is able to register so that he/she will be added to the list of authorized customers. The system display a welcome message to the new client “WELCOME TO OUR ORDERING SYSTEM”
4. Authorized customer places an order for up to 3 products. For each product, the customer enters a name and quantity ordered. The system displays a detailed order page (like a pre_order or pre-invoice) for the customer. This order page contains, for each product, the reference, name, unit price, quantity ordered, and total_price. It also contains the total amount due.
5. Authorized customer should be able to validate the pre-order so that the system should prepare a final order (for this requirement, you need an order processing on the server side: create an order line (up to 3 records) in the order_line database table, and update, for each ordered product, the stock in the product database table.

NB:
• You have a Server side database of 3 tables:
i. Customers (optional)
ii. Order_line (for requirement 5)
iii. Products (mandatory)
• You also have a text file: passwords.txt that represents the lists of log in data for all authorized customers: each line contains a login name and password separated by comma. This file is mandatory.


Implementation Tool:
1. You are required to use JSP technology to support your web application.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,190
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 483
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: please Help web application(jsp, servlet, tomcat, HTML, OracleDB)

 
0
  #2
Jan 29th, 2009
On top of JSP section is sticky post called JSP database connectivity according to Model View Controller (MVC) Model 2, even tough it is MySQL example you should be able easy to adapt to your needs.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 7,610
Reputation: ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of 
Solved Threads: 464
Super Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Failure as a human

Re: please Help web application(jsp, servlet, tomcat, HTML, OracleDB)

 
0
  #3
Jan 29th, 2009
What have you got so far? Help will only be rendered if you show some effort on your part. Since the specification looks pretty hefty I am sure you are good to go with Java and JEE.
I don't accept change; I don't deserve to live.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the JSP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC