This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

what is POS - point of sale system

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) Big Smokes has an existing relationship with Merchant Bank to handle their credit card
transactions. They use a point of sale (POS) system to manually enter a customer's credit card
numbers and expiration date. Merchant Bank can handle Internet transactions.

how it works, how is it programmed? how credit card is used (i dont have mine)

2) Each manufacturers has an inventory system that
uses an industry standard interface based on the JavaTM Message Service (JMS).

Does it mean i have to query about availability, and make orders through jms? How do i get a response to the availability query, also through jms, should I hive return jms address?, and confirmation/failure of order similar?

3) Freight Movers has a proprietary Java API for sending
shipping requests.
does it means rmi?
or should i use Java Connector Architecture?


 
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kazimierz,

For Point 3, I must assume that Freight Movers provides a kind of "client" library you can include in your application.
So, nothing more to do than an assumption ;)

Benoît
 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you sure you posted this question in right forum ?

For POS Refer this
 
Yes, of course, and I accept that blame. In fact, i covet that blame. As does this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic