This content has been marked as final.
Show 2 replies
-
1. Re: .net code in Jboss
peterj Aug 3, 2010 10:07 AM (in response to sharadha)Your best bet is to expose your .NET functionality as web services and invoke those from Java code. You will still need to run IIS for the .NET code.
-
2. Re: .net code in Jboss
sharadha Aug 3, 2010 12:54 PM (in response to peterj)Hi Peter,
Thank you so much for the quick response.
It would be wonderful if you could eloborate on the solution with a simple example. For eg, if my .net application contains a registration page with lots of business rules, can please explain how can i implement your solution.