Hi guys ! Can any one tell me where to store my applet class in order to access it in my jsp page(in Visual Age for Java). I have tried most of the directories. ThanX Manoj
Sun Certified Java 2 Programmer<BR>" Only those who will risk going too far can possibly find out how far one can go "
What do you mean by this? Do you want to use same source code in both places, or are you trying to interact the with same object instances? You can't really do the later, because the code is running on two different machines. If you want to do the former, you need to have copies of your code in the WEB-INF directory for visible to the server, and somewhere relative to your html page to get visibility to the applet. David ------------------ David Kane david_kane@houseofyin.com Author of Software Architecture: Organizational Principles and Patterns http://www.vraps.com http://www.houseofyin.com
David Kane<BR> <A HREF="mailto:david_kane@houseofyin.com" rel="nofollow">david_kane@houseofyin.com</A> <BR>Author of <A HREF="http://www.amazon.com/exec/obidos/ASIN/0130290327/ref=ase_electricporkchop/103-0514572-3811868" TARGET=_blank rel="nofollow">Software Architecture: Organizational Principles and Patterns</A><BR><A HREF="http://www.vraps.com" TARGET=_blank rel="nofollow">http://www.vraps.com</A><BR><A HREF="http://www.houseofyin.com" TARGET=_blank rel="nofollow">http://www.houseofyin.com</A>
All of the world's problems can be solved in a garden - Geoff Lawton. Tiny ad:
RavenDB is an Open Source NoSQL Database that’s fully transactional (ACID) across your database