• Stars
    star
    1
  • Language
    Java
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Blackjack web service provides web methods to shuffle a deck of cards, deal a card from the deck and evaluate a hand of cards. After presenting the web service, we use it to serve as the dealer for a game of blackjack. The Blackjack web service uses an HttpSession object to maintain a unique deck of cards for each client application Several clients can use the service at the same time, but web method calls made by a specific client use only the deck of cards stored in the client's session.