nservicebus - What does Particular Software Service Platform exactly is? -


someone told service platform: http://particular.net/ implementing soa oriented applications.

i find bit confusing @ first glance, ask questions it:

  • services soap or rest?
  • how data contracts , service contracts specified?
  • are services externalizable outside consumers via wsdl metadata endpoints?
  • a service not implemented in .net (java, ruby) can inserted in service bus?
  • which protocol used messaging?
  • what general thoughts service platform?

for full disclosure, i'm founder of particular service platform, i'll try keep answers objective possible:

services soap or rest?

while platform allows use of wcf expose endpoints consumption 3rd parties, focus on queuing - msmq, rabbitmq, etc.

how data contracts , service contracts specified?

contracts message-oriented philosophical perspective, in practice they're regular poco classes , interfaces.

are services externalizable outside consumers via wsdl metadata endpoints?

see wcf comment above.

a service not implemented in .net (java, ruby) can inserted in service bus?

interop can done via wcf preferred model use either activemq, rabbitmq, or webspheremq.

which protocol used messaging?

i'm not entirely sure mean "protocol" beyond queues mentioned above, support xml, binary, , json serialization out of box , enable plug in own serialization mechanism.

what general thoughts service platform?

as 1 of owners of platform, feel biased answer wouldn't contribute on point.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -