• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

XML-RPC

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have submited my part 2 and signed up for part 3. And noticed that I have possibly made a mistake in my assignment. I mean technically this is not a mistake. Not sure how the graders will look at this. Please advise what do you think?

I have designed the communication piece with the transmaster as following. I used JAXB to format XML-RPC messages and send them over HTTP. I also listed two XML schemas for request and response in my assumptions. I did not rely on any standard XML-RPC implementations.
Will this be a problem in my design?

Please advise.

Thank you very much.
Vlad
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Vlad,

I really don't know. In my case, I don't specify the things in a such low level way, I just say every thing in high level and I gave the responsibility of defining the communication with TransMaster to the developer.
One BIG mistake that you are doing is to use HTTP to communicate with TransMaster, you should use HTTPS.

Now all you need to do is relax, do the part 3 and wait.

Best Regards
Samuel
 
Vlad Eroshin
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I actually used HTTPS. I mean in my deployment diagram I specified HTTPS. to communicate to transmaster. HTTPS is HTTP over SSL.

Vlad
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If its one small correction/typo, then may be you can write it as Errata (single line) in part 3 (as last part of your answer to Question no 4).
 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In my humble opinion, it is not a mistake. I have done exactly this way in other application. You could use a XML bindind technology, like JAXB (or Castor) or you could use a parsing techonolgy (JAXP).

Cleuton (Brazil).
 
Did you miss me? Did you miss this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic