View Single Post
  #4 (permalink)  
Old 07-05-2007, 07:26 PM
JToolTip JToolTip is offline
Member
 
Join Date: Jul 2007
Posts: 2
JToolTip is on a distinguished road
Quote:
Originally Posted by Daniel View Post
You create an applet that pulls contents from your website via HTTP calls and the response would be in xml data format.

Your applet then processes the xml data and renders the contents inside it as html or how ever you which to display the contents.

If you use this approach, then you don't have to worry about jdbc unless your website runs on JSP/Servlet technology.

In other words, you can use PHP/ASP/ASP.NET/Perl/Ruby on Rails etc...to connect to your database...generate xml data...and then render the contents in your applet.
This approach is used by Flash developers...and has been tested...and works like a charm.

Greetings
Daniel
CLEVER! good job.
Reply With Quote