RE: java applets

2003-06-19 Thread Michele Neylon :: BlacknightSolutions
Hmm... My understanding of applets is that they are entirely client-side, so I don't think you can. Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.com/ Spam Virus scanning available # This message (and any

RE: java applets

2003-06-19 Thread Michael Ni
' [EMAIL PROTECTED] Subject: RE: java applets Date: Thu, 19 Jun 2003 21:03:38 +0200 Hmm... My understanding of applets is that they are entirely client-side, so I don't think you can. Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.com/ Spam Virus scanning available

RE: java applets

2003-06-19 Thread Shapira, Yoav
, 2003 3:37 PM To: [EMAIL PROTECTED] Subject: RE: java applets i guess my question is in a java applet, can I import javabeans and use them. I'm having trouble because I cannot make instances of the beans I import. mike From: Michele Neylon :: BlacknightSolutions [EMAIL PROTECTED] Reply-To: Tomcat

RE: java applets

2003-06-19 Thread Michael Ni
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: java applets Date: Thu, 19 Jun 2003 15:40:21 -0400 Howdy, Yes. The bean classes must be in the jar that you name as the applet codebase. That jar cannot reside under the /WEB-INF directory

RE: java applets

2003-06-19 Thread Shapira, Yoav
, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: java applets Date: Thu, 19 Jun 2003 15:40:21 -0400 Howdy, Yes. The bean classes must be in the jar that you name as the applet codebase. That jar cannot reside under the /WEB

RE: java applets

2003-06-19 Thread Michael Ni
what is the server side alternative for java applets? mike From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: java applets Date: Thu, 19 Jun 2003 15:54:48 -0400 Howdy, Clients cannot access content under WEB

RE: java applets

2003-06-19 Thread Shapira, Yoav
Howdy, what is the server side alternative for java applets? Depends on your requirements: take a step back and tell us what you're trying to accomplish, and we can help pick the best design/implementation. Yoav Shapira This e-mail, including any attachments, is a confidential business

RE: java applets

2003-06-19 Thread Michael Ni
/classes...but now to my understanding using the applets I cannot import that bean to the applet. mike does that make it more clear? i can explain more =) From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: java

RE: java applets

2003-06-19 Thread Michael Ni
Hmm my solution to my problem is to get all the information i need first and pass it to the client where he loads in the applet. Too bad applets aren't server side. From: Michael Ni [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: java applets

Re: java applets

2003-06-19 Thread Tim Shaw
applets aren't server side. From: Michael Ni [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: java applets Date: Thu, 19 Jun 2003 13:03:27 -0700 I'm trying to make a multiplayer online game. Basically the game is a java bean on the webserver

Re: java applets

2003-06-19 Thread Tim Shaw
I haven't used applets since 1.0, but can't you create the jar and put it into /WEB-INF, and then get it from there? I thought that was sort of the point? Puzzled tim Shapira, Yoav wrote: Howdy, Yes. The bean classes must be in the jar that you name as the applet codebase. That jar cannot