Academic .NET J2EE Interoperability

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joe

    #1

    Academic .NET J2EE Interoperability

    I am a student and currently working on my senior thesis. Part of
    this project involves creating C# components to work with an existing
    J2EE application. I was wondering if any cheap/free solutions exist
    to make the two work together? Or is there anything I can try for the
    next six months that I'll be working on this application?

    Thank,
    Joe Fiorini
    Student - College of Mount St. Joseph
    Cincinnati, OH
  • Joerg Jooss

    #2
    Re: Academic .NET J2EE Interoperabilit y

    Joe wrote:[color=blue]
    > I am a student and currently working on my senior thesis. Part of
    > this project involves creating C# components to work with an existing
    > J2EE application. I was wondering if any cheap/free solutions exist
    > to make the two work together? Or is there anything I can try for the
    > next six months that I'll be working on this application?[/color]

    Read up on Web services.

    Cheers,

    --
    Joerg Jooss
    joerg.jooss@gmx .net


    Comment

    • csharpcomputing.com

      #3
      Re: Academic .NET J2EE Interoperabilit y

      You can expose C# assemblies as COM objects which you can in turn call from
      JVM.
      Microsoft's JVM allows you to call COM objects. You will need to purchase a
      third party product to do it from Sun JVM though.
      Aleksey Nudelman


      "Joerg Jooss" wrote:
      [color=blue]
      > Joe wrote:[color=green]
      > > I am a student and currently working on my senior thesis. Part of
      > > this project involves creating C# components to work with an existing
      > > J2EE application. I was wondering if any cheap/free solutions exist
      > > to make the two work together? Or is there anything I can try for the
      > > next six months that I'll be working on this application?[/color]
      >
      > Read up on Web services.
      >
      > Cheers,
      >
      > --
      > Joerg Jooss
      > joerg.jooss@gmx .net
      >
      >
      >[/color]

      Comment

      • DM McGowan II

        #4
        Re: Academic .NET J2EE Interoperabilit y

        "Joe" <jfiorini@gmail .com> wrote in message
        news:84e7a985.0 409301648.5ab91 763@posting.goo gle.com...[color=blue]
        >I am a student and currently working on my senior thesis. Part of
        > this project involves creating C# components to work with an existing
        > J2EE application. I was wondering if any cheap/free solutions exist
        > to make the two work together? Or is there anything I can try for the
        > next six months that I'll be working on this application?
        >
        > Thank,
        > Joe Fiorini
        > Student - College of Mount St. Joseph
        > Cincinnati, OH[/color]

        I'd poke around the Mono site to see what you turn up. www.go-mono.com.

        Comment

        Working...