Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > applet accessing an arraylist in the session

Reply
Thread Tools

applet accessing an arraylist in the session

 
 
Clive Moore
Guest
Posts: n/a
 
      10-14-2003
Is it possible to put an arraylist into the session using a jsp page and
then access this arraylist with using an applet?




--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
 
Reply With Quote
 
 
 
 
Michael Borgwardt
Guest
Posts: n/a
 
      10-14-2003
Clive Moore wrote:
> 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.

 
Reply With Quote
 
 
 
 
Collin VanDyck
Guest
Posts: n/a
 
      10-14-2003
Could it not request a session attribute from the server though through a
network socket?

"Michael Borgwardt" <> wrote in message
news:bmh2t0$k480e$...
> Clive Moore wrote:
> > 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.
>



 
Reply With Quote
 
Collin VanDyck
Guest
Posts: n/a
 
      10-14-2003
Ah, I had not read the other thread.


"Michael Borgwardt" <> wrote in message
news:bmh3cv$k480e$...
> Collin VanDyck wrote:
> > 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.
>



 
Reply With Quote
 
Michael Borgwardt
Guest
Posts: n/a
 
      10-14-2003
Collin VanDyck wrote:
> 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.

 
Reply With Quote
 
Clive Moore
Guest
Posts: n/a
 
      10-14-2003
Michael,

Ill have a go at it your way.

Thanks again
Clive

"Michael Borgwardt" <> wrote in message
news:bmh2t0$k480e$

> Clive Moore wrote:
> > 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.





--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clear Arraylist vs new ArrayList Philipp Java 6 05-28-2008 09:07 PM
Does the clone() method of ArrayList<> make a copy of the objects in the ArrayList? xz Java 16 08-04-2007 10:33 PM
a class inherited from ArrayList, is saved to ViewState, why the type of the object read from ViewSate is not the class, but the parent, ArrayList leal ting ASP .Net 1 02-10-2004 07:45 PM
writeObject with ArrayList of ArrayList? Kaidi Java 4 01-03-2004 08:16 PM
Iterate through ArrayList using an another ArrayList Saravanan Rathinavelu ASP .Net 3 08-19-2003 07:03 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57