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 32749 - Support for 1.4 archiver
Summary: Support for 1.4 archiver
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://www.netbeans.org/servlets/Read...
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-09 03:42 UTC by Jesse Glick
Modified: 2010-09-23 08:33 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 Jesse Glick 2003-04-09 03:42:09 UTC
As mentioned on nbui, it would be nice to have
support for the JavaBeans archiver in JDK 1.4. I
have a working prototype in contrib/archiver;
download:

http://contrib.netbeans.org/servlets/ProjectDownloadList?action=download&dlID=312

- recognizes *.xml files created by the archiver

- gives them InstanceCookie

- select any .java, .ser, .class, or archiver .xml
file and choose Tools -> Customize Archived Bean,
customize it, save as XML

Should be merged into regular Customize Bean
action, as suggested on nbui.

Also, the Beans template category should include a
template for a PersistenceDelegate. And the
BeanInfo generator should provide a GUI for
setting a persistence delegate for a bean class.
More background:

http://java.sun.com/products/jfc/tsc/articles/persistence4/index.html