applet accessing an arraylist in the session

C

Clive Moore

Is it possible to put an arraylist into the session using a jsp page and
then access this arraylist with using an applet?
 
M

Michael Borgwardt

Clive said:
Is it possible to put an arraylist into the session using a jsp page and
then access this arraylist with using an applet?

No, of course not. The applet runs on the *CLIENT* computer! It has no relationship
whatsoever to the JSPs running on the server.

Read my reply to the earlier thread to find the solution to your problem.
 
C

Collin VanDyck

Could it not request a session attribute from the server though through a
network socket?
 
C

Collin VanDyck

Ah, I had not read the other thread.


Michael Borgwardt said:
Only if you programmed an additional component to listen on the socket and
provide the attribute upon request... which is exactly what I proposed in
the other thread and Clive ignored.
 
M

Michael Borgwardt

Collin said:
Could it not request a session attribute from the server though through a
network socket?

Only if you programmed an additional component to listen on the socket and
provide the attribute upon request... which is exactly what I proposed in
the other thread and Clive ignored.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top