• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Part 2 - Assignment - External Web Service Access

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

my part 2 assignment says external systems are accessed using Web Service. It says the external system can be accessed using a unique user ID. No writing will be done through the Web Service. This is all it says about the Web Service.

Is it ok add a few assumptions about the Web Service interface?

Thanks,
Romano Silva
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are working on the same assigment. They say so little about these WS that you have make assumptions about them one way or another.
You can either assume they have some features that simplifies your work in your system or you can go the opposite direction.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same assignment.
It's funny game isn't . We want to pose questions related to our assignment, giving enough details, but just less than what would invite the moderators attention and subsequent deletion of posts.

Working on the assignment has been a fascinating journey for me. Makes me feel like a real-world architect lording over the Java EE space !
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

As long as you document the assumptions clearly. it is Ok.
reply
    Bookmark Topic Watch Topic
  • New Topic