procedure to manage orders with jsp in online shops
Hi,
I've created an online shop site with jsp;
only the orders managment is lacking;
practically I'm undecided on the way the orders managment section must be implemented;
So, is there a standard, common way of proceed for orders managment section?
As example, in what way famous online shop (like Amazon) do this?
Then, I'm looking for any example on the net concerning order managment, but I haven't fount nothing yet;
can you give me some links?
it is an organization question more than a programming one.
In my site, when an user place an order, this is saved in a database;
Now It can be:
1. When an order is placed, it is simultaneously printed on a server side printer
2. The Administrator has its own control panel in jsp pages, with option to manage orders
3. An indipendent software run on the server and access the same database, and manage orders
Please give some hints.
MargNat

