This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32227 - Applet wizard panels
Summary: Applet wizard panels
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ann Sunhachawee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-24 09:58 UTC by Ann Sunhachawee
Modified: 2016-07-07 08:56 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ann Sunhachawee 2003-03-24 09:58:23 UTC
For projects, need to supply applet wizard panels
to help user place applets within Java projects as
well as Web Module projects.

Assign to HIE first for design.
Comment 1 Pavel Buzek 2003-03-25 10:46:11 UTC
Here is a summary of options for how to put an applet into a web project:

1. Put the classes for applet into web module outside of WEB-INF.

In this case we should create a separate folder for these sources and a separate Compiled Classes target 
to compile these classes. The 'Build WM' target would depend on this CC target.

2. Put the jar file with classes for applet into web module outside of WEB-INF.

We would need to support a different type of resource for this. This jar needs to be putted into web 
module folder by the 'Build WM' target.

3. Put the classes for applet into WEB-INF\classes.

The sources would live at the same place as other java sources for web module and the same CC target 
would be used.

The user needs to implement a servlet that would serve these classes. We can provide this servlet for the 
user (generate it) or at least warn the user in the description of Applet template.

4. Put the jar with applet classes into WEB-INF\lib.

The jar is treared as a library for web module.

The user needs to implement a servlet that would serve these classes. We could provide this servlet for 
the user (generate it) if we would had some way to find out that the jar contains an Applet.
Comment 2 Martin Balin 2016-07-07 08:56:43 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss