• 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

MULE for webservices

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

Can anybody suggest an alternative to MULE?

Regards,
Patricia
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why are you thinking first of MULE?

What requirements are pushing you that way?

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

I need a framework to support any of the communication service we have. For example a framwork that is flexible enough to support RMI and any other communication service. I see Mule is effective but is there any other framework that is better?

Regards,
Patricia.
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There seem to be a gazillion open-source or quasi open-source ESB projects. Like so many open source projects, Mule seems to have spawned a commercial version which adds features and support.

I would certainly take a look at the Apache Software Foundation's version.

If this was my problem I would start with a list of all the industry standards which the various parts you need to stitch together are using.

There are also many related technology directions with lots of fun acronyms like BPEL. I just attempted this BPEL survey article. (sorry about the membership thing but it is painless)

Bill
 
Patricia Samuel
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've tried my hard to learn this framework. Considering i have no experience in webservices.....would anyone help me in implementing my application in mule. I want two project to communicate. I would appreciate if you can provide me some example that allow me to communicate between two projects. I take input from one project and then use this input in other project and return the output to the first one.

Please help me in implementing this.


Regards,
Patricia
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic