• 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

selection of a catalog item (ref Petstore) need that go to business tier

 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Once system is displaying all catalogue items in the cart and user selects one to view the details, is that common practice to go back to the shopping cart SFSB to get details or should it be simply read from view helper session beans.
Sending it to cart is unnecessary network calls .
Any suggestions.?
Thanks
Dhiren
 
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dhiren Joshi:
Once system is displaying all catalogue items in the cart and user selects one to view the details, is that common practice to go back to the shopping cart SFSB to get details or should it be simply read from view helper session beans.
Sending it to cart is unnecessary network calls .
Any suggestions.?
Thanks
Dhiren



(a) For Web Tier - This can be done by storing the information in HTTPSession.

(b) For Swing - This can be done by storing the information at the Swing Level.
 
You don't know me, but I've been looking all over the world for. Thanks to the help from this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic