tags:

views:

124

answers:

3

I have seen some question asking java alternative for something which is available in .net

Example : http://stackoverflow.com/questions/762499/java-alternative-to-windows-workflow-foundation

I am interested to know if there is anything else that is available in java and we have to look for an alternative in .net. I am a MS based technology developer and don't have much experience developing in java so I am interested to know about this.

+1  A: 

Windows Workflow Foundation is .NET

There are many technologies in Java, that might not have equivalents in .NET

I think you should be more specific.

Filip
A: 

K2 is a good alternative to WF. Or maybe I misunderstand your question. :)

JP Alioto
A: 

There are some suggestions in this related SO question here.

David Robbins