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 32867 - Separate generic parts of Java projects from J2SE specific
Summary: Separate generic parts of Java projects from J2SE specific
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-04-14 15:45 UTC by Pavel Buzek
Modified: 2003-12-11 14:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2003-04-14 15:45:35 UTC
The Java projects nature contains both stuff
useful for any kinf of projects based on Java
(j2se, j2me, j2ee) and some stuff that only
bellongs to j2se. An example is Execution profile
that executed main class -- this makes no sense in
Web Apps or J2EE. Another example is boot classpath.

These two parts need to be separated (e.g. 'java'
nature and 'j2se' nature) and only the first part
will be reused by other modules.
Comment 1 Pavel Buzek 2003-04-14 15:47:08 UTC
this has impact on contents of java nature that will be reused   so
this is a public contract (api)
Comment 2 Pavel Buzek 2003-04-14 15:50:25 UTC
oops, I mean P3 ;-)
Comment 3 Tomas Zezula 2003-07-17 12:06:16 UTC
The issue is partially fixed, the implementation of j2se platform is
separated into the j2se module.
The remaining question is, if the j2se nature should be introduced.
It has some advantages as Pavel has written, but also disadvantages.
E.g. J2ME needs also J2SE services, (the J2ME delegates to J2ME).
Comment 4 Vitezslav Stejskal 2003-11-24 16:07:09 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 5 Jan Becicka 2003-11-25 13:45:39 UTC
Marking issue as VERIFIED --->
Comment 6 Jan Becicka 2003-11-25 13:50:37 UTC
---> CLOSED