Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Here is the wiki for those who want to know about Apache CXF.

http://en.wikipedia.org/wiki/Apache_CXF

I am looking for something similar or .Net ports.

share|improve this question

2 Answers

up vote 1 down vote accepted

Sounds a lot like Windows Communication Foundation. What's the use case?

share|improve this answer
auto generate REST services based on your object model. – Srikar Doddi Mar 26 '10 at 1:59
Totally missed that in all of the marketing speak at the Fuse web site. Note that FUSE does offer a Windows version, though not .NET. – tvanfosson Mar 26 '10 at 2:17

Not quite from your object model, but WCF Data Services will "generate" a REST service that exposes your data from a database.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.