|
persist return from applet on server
This is too close to where I am at on my primary project, I have to avail myself of potential help here. After long - slow drudgery in beginner issues, I was recently writing servlet code and JSP -> I figured the jsp could talk to the servlet reasonably well. I reasoned that an applet could be an effective defense barrier at which "At least the respondent is thinking..." could be used to reduce the authentication workload to either authorized access or intrusion attempts that were actually worth logging and trapping. After finding the get call that allows reading of the responses from the client ( browser ) using forms and url's, ... I just sorta relaxed and started helping others hoping to gain enough knowledge along the way to get an applet to talk to a Servlet / JSP combination. I had pretty well saturated my available mind loading.
Several questions if I may:
Where is getCodeBase(); a member of base class Applet?
We open an InputStreamReader, but where are we? -> on the server or on the client? It looks like full Duplex has been replaced with a Dimensionless communicatons protocol where reads and write()'s ....? I see that we are in an Applet, which run client side .... I thought.
These may sound beginerish coming from someone who can do Threads, but this is actually what I see when I look at the code. I could do a lot with this code if I can get this <- || -> || <- || coming or going figured out. Assume I am trying to get the Applet to send some Base-64 encoded raw to the server so that only verbally transferred knowledge about the Applet and it's behaviour allow an otherwise unannounced respondent to request the actual authentication protocol.
That will be hardcoded in the Servlet.
|