2 Replies Latest reply on Aug 3, 2010 12:54 PM by sharadha

    .net code in Jboss

    sharadha

      Hi,

      There is a requirement from the company , to run the existing .net code to use JBOSS server. Since i'm completely new to Java and JBOSS, could you please suggest me the ways of doing this? Can JBoss.net API be of some use?

        • 1. Re: .net code in Jboss
          peterj

          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

            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.