applet « Database « JSP-Servlet Q&A





1. Applet - Servlet Communication    stackoverflow.com

I have abandoned my earlier quest to make the applet communicate directly with the database, even though users and webpages have said that it's possible. I am now trying to get ...

2. how to access the database from applet which is embedded in jsp    bytes.com

hi i developed one applet, which access the database is running properly when it is called from AppletViewer. but the problem comes when that applet is embedded in a jsp, only ...

3. jsp,mysql,applet    forums.netbeans.org

My group are developing a game which will teach about basic programming concept.We are developing it in applet and running it in jsp. We planning to make the jsp retrieve some ...

7. applet-servlet - creating objects from resultset    coderanch.com

Hello Could somebody pl help me solve this problem ? i am trying to send a vector of student objects from servlet to applet.I have a student class(student) for creating the student objects,add to a vector and then send the vector back to the applet.Now the query in the servlet returns a resultset having a number of records and about 50 ...

9. applets using mysql in jsp using tomcat    java-forums.org





10. Oracle JDeveloper and Applet in JSP, path problem    forums.oracle.com

hi guys, i'm using Oracle JDeveloper, its my first time to use the applet, i'm using (MyJTree.java) as applet in JSP page (MyJSP.jsp) in web application, i found that i must copy the (MyJTree.class) file of the applet to the (public_html) folder, because the (classes) folder is not public folder and can not the MyJSP.jsp access the MyJTree.class even if i ...

11. Applet DB connection WITHOUT JDBC or JSP?    forums.oracle.com