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

Alternatives to web services?

 
sanitation engineer
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
If someone is not using web services today, what are they using? What are the possible groups of technologies involved in deploying a communication service that accomplishes what web services can do today?
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Carlisia Campos:
Hi everyone,
If someone is not using web services today, what are they using? What are the possible groups of technologies involved in deploying a communication service that accomplishes what web services can do today?


CORBA
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if the alternative is corba why people going for webservice, whats wrong with corba? even j2ee people also prefering webservices now a days. With corba the interoperability is possible like communication with dot net and j2ee? Does corba provides any idl interfaces for dotnet?
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a proposal out on an IDL to WSDL mapping. As far as the "CORBA vs. Web Services" question, that is a hot debate, here is a link. My take is one big advantage of web services involves the Microsoft position whereas in the CORBA days, Microsoft was competing with COM/DCOM.
[ May 16, 2003: Message edited by: Jim Baiter ]
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can also use RMI if you're guaranteed that both the client and the server are in Java. RMI is easier to set up than CORBA.
 
I like tacos! And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic