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 92882 - Remove dependency on JavaDataObject
Summary: Remove dependency on JavaDataObject
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Quy Nguyen
URL: http://wiki.netbeans.org/wiki/view/VW...
Keywords:
Depends on:
Blocks: 90450
  Show dependency tree
 
Reported: 2007-01-19 22:14 UTC by _ sandipchitale
Modified: 2007-12-07 16:41 UTC (History)
1 user (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 _ sandipchitale 2007-01-19 22:14:20 UTC
In NetBeans 5.5 Visual Web Pack the JsfjavaDataObject subclassed the 
JavaDataObject. In NetBeans 6.0 the JavaDataObject is no longer a public API. 
Instead the Java Editor Support can be accessed using an alternate API. The 
JsfJavaDataObject neeeds to be updated to use this new API. For example, the 
Matisse FormDataObjects has already made this transition.
Comment 1 Quy Nguyen 2007-02-15 23:53:44 UTC
The project/jsfloader module has been updated to use the new java source APIs.