please any one give quick response. how to built business logic which work on .Net as well as Java platform

link|improve this question
You have to explain in more detail what exactly you want to do. – sth May 30 '11 at 14:18
feedback

closed as not a real question by nbt, MatÄ›j Zábský, Will A, sth, a'b'c'd'e'f'g'h' May 30 '11 at 14:21

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Quick response.

Write the business logic in both Java and .Net and be very careful to ensure that changes make it into both platforms.

Another option - forget about .Net and write in Java only as this'll work on Windows + other platforms.

link|improve this answer
feedback

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