The Artima Developer Community
Sponsored Link

Java Answers Forum
JDBC and applets

1 reply on 1 page. Most recent reply: May 25, 2005 1:47 AM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
David

Posts: 1
Nickname: espresso
Registered: May, 2005

JDBC and applets Posted: May 24, 2005 5:30 PM
Reply to this message Reply
Advertisement
Hello All,

I'm looking to dynamically create buttons, menus and text in an applet after querying a database. Can applets interact with a database on the server before they hand off the applet to the client?

Thanks in advance for any answers,
Dave


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: JDBC and applets Posted: May 25, 2005 1:47 AM
Reply to this message Reply
Haven't done it before but try this:

Applet -> hidden JSP variable (HTML) -> database
for insertion.

For extraction:

database -> Read by JSP Servlet -> placed on
Applet.

That should work. But as I said, never tried it.

Flat View: This topic has 1 reply on 1 page
Topic: HELP - converting characters Previous Topic   Next Topic Topic: copy constructor,Wrapper classes

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use