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 re

Re: java applets

2003-06-19 Thread Tim Shaw
o 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 Date: Thu, 19 Jun 2003 13:03:27 -0700 I'm trying to make a multiplayer online g

RE: java applets

2003-06-19 Thread Michael Ni
ly-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: java applets Date: Thu, 19 Jun 2003 15:58:23 -0400 Howdy, >what is the server side alternative for java applets? Depends on your requirements: take a

RE: java applets

2003-06-19 Thread Michael Ni
sers List" <[EMAIL PROTECTED]> Subject: RE: java applets Date: Thu, 19 Jun 2003 15:58:23 -0400 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

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

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:

RE: java applets

2003-06-19 Thread Shapira, Yoav
[EMAIL PROTECTED] >Subject: RE: java applets > >Hmm that really is dissapointing. I have a whole web app going with my >java >beans in my WEB-INF folder. I need to grab some information from the beans >in my java applet so I can display graphical stuff, but there is no way to >

RE: java applets

2003-06-19 Thread Michael Ni
t; <[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 code

RE: java applets

2003-06-19 Thread Shapira, Yoav
, June 19, 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: "Mic

RE: java applets

2003-06-19 Thread Michael Ni
AIL PROTECTED]> To: "'Tomcat Users List'" <[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

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 att

java applets

2003-06-19 Thread Michael Ni
does anyone know if you can call instances to your own classes from java applets? ex. class MyApplet extends Applet{ MyClass temp = new MyClass(); } class MyClass { MyClass() } for some reason when i do that everthing below my instantiation gets cut off mike

Gets in access log and java applets

2002-03-06 Thread Jeff Prideaux
I have a java applet that uses the jmf (java media framework). The applet works, but I notice in the tomcat access log that there is an individual "GET" for each class used in the jmf.jar file. Even worst, each time the user interacts with the applet, all those "GETS" are done again. All these