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 89465 - JNLP (Java Web Start) Support for Java projects
Summary: JNLP (Java Web Start) Support for Java projects
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Milan Kubec
URL: http://javawebstart.netbeans.org/prop...
Keywords: UI, UMBRELLA
: 52638 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-16 14:05 UTC by Antonin Nebuzelsky
Modified: 2007-02-22 09:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
commit log (23.73 KB, text/plain)
2007-02-08 12:26 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2006-11-16 14:05:35 UTC
The user should be able to create web startable project and make already
existing one web start enabled by simple action in project properties. Web start
support will be extension to java project, no new project type will be
introduced. Properties that can be derived, such as main class, run classpath,
java platform will be taken from project properties.

The project properties dialog should let the user configure basic app settings,
such as vendor, title, app icon, etc.; configure the security level; etc. More
esoteric customizations (and there are many) should be possible by editing the
template *.jnlp file(s) in the text editor.

Running and debugging the project inside web start client will be done using
Configurations (aka Profiles).

The users should be able to Build, Run, Debug and Deploy JWS projects the same
way as the standard J2SE and Web Apps projects.
Comment 1 Antonin Nebuzelsky 2006-11-16 14:09:28 UTC
*** Issue 52638 has been marked as a duplicate of this issue. ***
Comment 2 Marian Mirilovic 2007-01-08 08:31:17 UTC
I think it was moved to M7, wasn't it ?
Comment 3 Milan Kubec 2007-02-08 12:26:35 UTC
Created attachment 38232 [details]
commit log
Comment 4 Milan Kubec 2007-02-08 12:30:09 UTC
Attached commit log from the commit of new implementation of javawebstart
module. Will keep this issue opened, since it's unbrella - there will be some
small tasks.
Comment 5 Milan Kubec 2007-02-08 14:35:55 UTC
Module added to NetBeans trunk build:

Checking in ide/golden/modules.txt;
/cvs/ide/golden/modules.txt,v  <--  modules.txt
new revision: 1.111; previous revision: 1.110
done
Checking in ide/golden/deps.txt;
/cvs/ide/golden/deps.txt,v  <--  deps.txt
new revision: 1.448; previous revision: 1.447
done
Checking in ide/golden/friend-packages.txt;
/cvs/ide/golden/friend-packages.txt,v  <--  friend-packages.txt
new revision: 1.104; previous revision: 1.103
done
Checking in ide/golden/files-layout.txt;
/cvs/ide/golden/files-layout.txt,v  <--  files-layout.txt
new revision: 1.206; previous revision: 1.205
done
Checking in ide/golden/group-friend-packages.txt;
/cvs/ide/golden/group-friend-packages.txt,v  <--  group-friend-packages.txt
new revision: 1.38; previous revision: 1.37
done
Checking in nbbuild/cluster.properties;
/cvs/nbbuild/cluster.properties,v  <--  cluster.properties
new revision: 1.186; previous revision: 1.185
done
Comment 6 Marian Mirilovic 2007-02-22 09:27:26 UTC
Milan, 
this was implemented for M7, wasn't it ?
Comment 7 Milan Kubec 2007-02-22 09:36:42 UTC
Yes, I've forgot to set to RESOLVED/FIXED. Thanks.
Comment 8 Marian Mirilovic 2007-02-22 09:38:54 UTC
verified in M7