• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Shopping cart

 
Ranch Hand
Posts: 439
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi for one of my projects i am going to be creating a shoping cart. How would one implement security there ? Something like login ? and other feautres where they can add to cart. Does one use ssl ? or there something in java that i can use ? Someone told be there is a security package could it be used for this ?
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Val:
In almost all of the modern (that is, less than 9 months old) books that I have on JSP/Servlets (that does not exclude the slightly older ones), the issue of security is discussed. I personally have not had to delve into the topic, but my recommendation is that you get one of those first. If you already have, good start...
 
Val Dra
Ranch Hand
Posts: 439
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yea i do have it , started reading on it just wanted to see if someone had ideas or past experienced how they have dealt with this issue.
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They can initially have some cryptographic login. If it's a secure transaction then SSL is used. Also, if they are going to keep credit card numbers for accounts then these would be encrypted and stored. I don't know if you can say anything for carts in general - I think different business processes will have different requirements.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic