CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    India.
    Posts
    81

    Applet Servlet communication advanced

    How to call a servlet from an applet(parameters to be sent also).
    Then how to read parameters from a servlet sent by the applet?
    And then finally generate an HTML page from within the servlet
    to be sent back for display in the place of the applet that called it.


  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: Applet Servlet communication advanced

    This is not the topic that can be described completely in the brief article posted. I suggest that you
    may consider two books, Java Servlet programming by Oreilly, and Java Server Programming by
    wrox, which both have the chapter which mention the communication between applet and servlet.
    good luck,
    Alfred Wu


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

Featured