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

what techonolgy to support XML data in Distributed system or process

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

we have an application that is an distributed environment.
Each process is java process.
The process communicate each other using CORBA api's.
we has a new requirement, that each process should communicate suing XML data.


is there any protocol or technology that supports both remote calls and also XML data exchange between the process.


i am using java 1.5, linux server for developement


please suggest me the solution!

Regards
Kannan D V
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy, Kannan!

So, tell us champion, how is your environment? Is there a web server? Is it possible for you to use web services?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"kannan D V", please check your private messages for an important administrative matter. Thanks.
 
kannan D V
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Environment : Multiple java process communicate via CORBA
Java 1.5 API
Linux server

currently there is no web server in our application.

is any further information required?


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

Q: is there any protocol or technology that supports both remote calls and also XML data exchange between the process?



A: You mean like SOAP ?

At a minimum, you definitely want to look at Xerces (if you're not already familiar with it):
http://members.fortunecity.com/seagull98/XML.html

http://javaboutique.internet.com/tutorials/xerces/

At a somewhat higher level, Axis can be your friend:

http://javaboutique.internet.com/tutorials/Axis/

http://ws.apache.org/axis/java/user-guide.html

Finally, there are alternatives to SOAP. For example, you might consider "RESTful Webservices for Java (JAX-RS):

http://www.vogella.de/articles/REST/article.html

 
Ranch Hand
Posts: 67
Eclipse IDE Debian Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have a new requirement about the communication protocol then I suggest you check with the person who stated that requirement because my guess is that the person also has requirements about which standards to use. There is probably an underlying reason for this requirement, you should try to get to that.
 
this is supposed to be a surprise, but it smells like a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic