Results 1 to 3 of 3

Thread: 3rd party http Client API from .NET to J2EE

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    6

    3rd party http Client API from .NET to J2EE

    Hi,

    I am a novice as far as .NET is concerned. We are having both .NET and J2EE implementations. We want to cut through to the JSPs in our J2EE world from the ASP.NET pages from .NET appn. Are there any 3rd party or .NET-related 'httpclient' API that would let us connect to the JSPs from the ASP.NET side ?

    All your responses greatly appreciated.
    jagvb.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: 3rd party http Client API from .NET to J2EE

    You can use the HttpWebRequest Class to create custom web requests to anything - html files, asp pages, asp.net applications, even jsp files
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    6

    Re: 3rd party http Client API from .NET to J2EE

    Jamie,

    Thanks for your reply. Sorry for the late response, I was digging up on .NET technologies and getting more familiar.

    I have some more related questions, I would really appreciate your help.

    As I said, we want to 'cut through' from an ASP.NET appn. page to a J2EE appn. and display the JSP page. Once the user enters some input and submits it, can we respond (from the J2EE appn.) and send another JSP page to him ?

    Is this interaction seamless (i.e., can be extended to automatically display multiple JSP screens within the ASP.NET appn.) OR would a call through the 'HttpWebRequest' object enable going to a JSP page only once ?

    Also how would this work if the .NET appn. is in VB.NET ? Should the .NET side have to develop an ASP.NET webform-layer (on top of VB.NET appn.) and then use the 'HttpWebRequest' class API, in order to go to the JSP pages of the J2EE appn. ?

    Is there a good book which deals with the 'HttpWebRequest' objects and ASP.NET. ?

    Thanks,
    jagvb.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width