![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi, I am developing a SWING applet, and I need to send/recieve information from a database...and possibly do some other server processing as well. What is the recommended communication method...HTTP using servlets on the server??.. RMI to Java classes on the server?? if I do not need to do any server processing can I just do direct JDBC from the applet to the database? Thanks in advance.. BZ
Replies:
|
Sponsored Links
|