Hi!
I am interested in starting an e commerce website. With the usual shopping cart, but using paypal gateway for purchases.
I am thinking of doing a 3 tier architecture format.
Tier1: presentation - use .NET and ASP
Tier2: business logic - here is where I am confused , is it possible to use Microsoft Commerce server as a middle ware between tier 1 and tier 3 (data tier) so that it can perform the required processing/management between them. or should i just go with Oracle weblogic server?
Tier3: data - use normal sql databases
Thank you for your help and taking the time to read this.