applet

i know taht applet cant connect to user hd if is not signed, but can a applet if i put it on my server, can write on the server hd, and connect to my db taht is on localhost without be signed?sorry for my englishthx
[236 byte] By [bumperta] at [2007-9-27 10:34:44]
# 1
You should be able to make a connection from your applet back to the host machine using a socket. From there, you'll probably need some sort of server-side code listening on a port to handle what you want to do (DB queries, saving files, etc)
tjacobs01a at 2007-7-9 1:05:03 > top of Java-index,Archived Forums,Java Programming...
# 2

> You should be able to make a connection from your

> applet back to the host machine using a socket. From

> there, you'll probably need some sort of server-side

> code listening on a port to handle what you want to do

> (DB queries, saving files, etc)

oki i already done the server side things, all work eprfectly with a program, now i made it a applet, and you answer my question, ill try to make connection, but i have another prob with that, to make connection i had use a jar package taht i added to my filesystem in forte, but now when i transfert my class to the server, he s not able to find the jar package , and of course they arent here, what can i do?because i dont have any forte with filesystem to mount the jar.. thx

bumperta at 2007-7-9 1:05:03 > top of Java-index,Archived Forums,Java Programming...
# 3
oki i finally find a answer to ym question in another postim leaving this topic
bumperta at 2007-7-9 1:05:03 > top of Java-index,Archived Forums,Java Programming...