Applet to Servlet Communication

Java Applets and servlets can be used together in the design of today’s multitiered web applications. Applets provide a convenient mechanism for building powerful, dynamic interfaces to applications, while servlets give us a highly efficient means to handle requests on a web or application server. Due to limitations imposed on applets by the browser security model, getting data and messages into or out of an applet isn’t as straightforward as it might seem. In this article I explain the restrictions facing developers in the applet-servlet architecture and explore several different communications tactics that enable data transfer between them. Download a PDF version of this article.

  Permalink |  Comments[0]


Related Items


Recent Entries

 » How to make the Flip Mino HD import into iMovie 09
 » How to patch Xcode to work with Subversion 1.5
 » iTunes 8 on Windows XP x64
 » iPhone SDK Code Signing Insights
 » Making iPhone Distribution Profiles Show Up


Both comments and pings are currently closed.



Comments are closed.