• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Java Applicent client for agent

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In part II, the java application client for agent is confusing. I don't see the reason that they are not just using web.
If we use an application, we will have a different set of UserInterfaces and also some additional controller classes. I.e. we will have a HTTP proxy to simulate the HTTP requests and receive HTTP results and let the java client render the HTTP results. It is kind of complicated.
Do we need to put the java client in so much details?
Anybody has any comments?
TIA, John.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same concern.
The java application client should also have different use case action as the web user. For example, should not we put a search employee action at the beginning of prepare for itinerary use case?
I just don't know if we should address this in details or not.
 
reply
    Bookmark Topic Watch Topic
  • New Topic