cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 92882 - Remove dependency on JavaDataObject
: Remove dependency on JavaDataObject
Status: RESOLVED FIXED
: obsolete
visualweb
: 6.1
: All All
: P1 (vote)
: 6.0
Assigned To:
:
: http://wiki.netbeans.org/wiki/view/VW...
:
:
:
: 90450
  Show dependency treegraph
 
Reported: 2007-01-19 22:14 by
Modified: 2007-12-07 16:41 (History)
Issue Type: ENHANCEMENT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2007-01-19 22:14:20
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 From 2007-02-15 23:53:44 -------
The project/jsfloader module has been updated to use the new java source APIs.