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 230264 - JavaSE bundle should install HTML5 on-demand
Summary: JavaSE bundle should install HTML5 on-demand
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-25 19:36 UTC by _ gtzabari
Modified: 2014-07-22 12:07 UTC (History)
2 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 _ gtzabari 2013-05-25 19:36:48 UTC
The HTML5 functionality holds a lot of value for users of "container-less" solutions such as Jetty. Please consider providing hooks in the JavaSE edition that will install HTML5 on-demand.

We can always download the JavaEE edition, but it is 100MB bigger and updating nightly builds every couple of days becomes expensive very quickly.
Comment 1 Jaroslav Tulach 2013-12-18 14:40:04 UTC
I am not sure where this request belongs. Passing to Marek.
Comment 2 Petr Jiricka 2014-07-18 09:20:45 UTC
The truth is that the download size of the HTML5 features is small, so adding this directly to the Java SE edition would not add much to the size. Though not sure conceptually it fits into the Java SE download for the majority of the people.
Comment 3 Tomas Mysik 2014-07-18 10:34:40 UTC
This issue is about having HTML5 support in JavaSE bundle - am I right?
Comment 4 _ gtzabari 2014-07-18 18:36:32 UTC
Correct. The use-case is a user who develops web applications using Jetty and Maven. The JavaEE bundle contains Glassfish and other container-specific stuff I don't need.
Comment 5 Tomas Mysik 2014-07-21 05:23:19 UTC
@tzezula: Tome, what do you think about it? Does it make sense to you? If you agree with it, would you please add web.client.kit module to j2se cluster? Or can I do it?

Thanks.
Comment 6 Tomas Zezula 2014-07-21 10:46:58 UTC
I am not sure if it should be enabled by default or just downloaded and activated on demand by FoD.
Comment 7 Tomas Mysik 2014-07-21 10:53:56 UTC
(In reply to Tomas Zezula from comment #6)
> I am not sure if it should be enabled by default or just downloaded and
> activated on demand by FoD.

I don't know about FoD but IMHO it is present only in the full bundle of NetBeans...
Comment 8 _ gtzabari 2014-07-21 16:01:18 UTC
(In reply to Tomas Mysik from comment #7)
> I don't know about FoD but IMHO it is present only in the full bundle of
> NetBeans...

What do you mean "full bundle of Netbeans"? Does that exclude the JavaSE bundle?
Comment 9 Tomas Mysik 2014-07-22 05:27:13 UTC
(In reply to _ gtzabari from comment #8)
> What do you mean "full bundle of Netbeans"? Does that exclude the JavaSE
> bundle?

I mean the "All" bundle here [1]. But you likely do not want to use it, one should really prefer the bundle he needs (PHP, JavaSE etc.).

Thanks.
[1] https://netbeans.org/downloads/
Comment 10 _ gtzabari 2014-07-22 12:07:13 UTC
Ah okay. I was under the impression it was also present in the JavaEE bundle.