HTTPandWebServer : Network : Java Articles (documents) Organized by topic

Java Articles
C++
PHP
Java Articles Home »  Network   » [  HTTPandWebServer  ]   
 



/tr>
1.  Control browsers from your Java application
Author:Steven Spencer
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip66.html?
Summary: With a little platform-specific Java code, you can easily use your system's default browser to display any URL. Instead of purchasing a Java HTML widget for a help system, just use this class to control Netscape or Internet Explorer from Windows or Unix. (400 words)




/tr>
2.  POSTing via Java revisited
Author:John D. Mitchell
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip41.html?
Summary: In JavaWorld's August issue, we ran a Java Tip on "POSTing from applets." Not only was the tip popular with readers, but it spawned a number of questions. This new tip on POSTing via Java attempts to satisfy your curiosity. We show you how to send POST requests to Web servers and display the response in an applet. (2,000 words)