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 47512 - Java Webstart .JNLP deployment options?
Summary: Java Webstart .JNLP deployment options?
Status: RESOLVED DUPLICATE of bug 52638
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 19:03 UTC by deltree
Modified: 2005-01-04 14:42 UTC (History)
4 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description deltree 2004-08-19 19:03:31 UTC
Aiside from play .jar support the addition of a
Java Webstart deployment support can be really
nice for people developing games and desktop apps.
JNLP files are now core java and the 5.0 Webstart
is really improved making multiplatform deployment
and update support a reality.
The project manager can generate the jnlp
according to the libraries used by the project and
prepare a directory with the .jnlp + all the
required jars, ready for uploading on a .jnlp
enabled server.
The option to enable the uploading too can be
seriously taken into consideration.
Comment 1 Jesse Glick 2004-08-19 20:00:13 UTC
Yes, a JNLP project type has certainly been considered. There was no
time to implement one for 4.0. However there has been some
experimentation with the concepts. Tim was starting to write one.
Besides the obvious deployment benefit, JNLP permits a much stronger
project concept than the standard Java project type since it lets you
define how to aggregate JARs (subprojects) in a structured way so they
can be run as a coherent app - more like a J2EE EAR, for example.
Comment 2 Jesse Glick 2005-01-04 14:42:38 UTC

*** This issue has been marked as a duplicate of 52638 ***