|
|
Re: What is proper in Dynamic Web Project? [message #158444 is a reply to message #158428] |
Mon, 30 January 2006 11:54  |
Eclipse User |
|
|
|
Originally posted by: david.psisoft.net
Applet code cannot go under WEB-INF, as this is for server-side only.
Applet code must be visible to the html. Generally, applet .jar files
are put in the same location as the html, but can be in a subdirectory
as long as it is not under WEB-INF.
Cary wrote:
> David said the following on 1/27/2006 5:02 PM:
>> What is the proper way to have applet code in a dynamic web project?
>> Have WebContent as the source folder?
>>
>> Thanks,
>>
>> David
>>
>>
>>
>>
>
> no, I'd definitely not do that. I'd put it under JavaSource and have
> the class file compiled into WEB-INF/classes. If its source is in
> another project, use the J2EE Module Dependencies property page of the
> Dynamic Web Project to include that other project. It will put a jar in
> WEB-INF/lib.
|
|
|
Powered by
FUDForum. Page generated in 0.03527 seconds