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 91819 - Support data binding via JPA and beans binding
Summary: Support data binding via JPA and beans binding
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker with 1 vote (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks: 89495
  Show dependency tree
 
Reported: 2007-01-04 13:54 UTC by Jan Stola
Modified: 2007-04-19 14:00 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2007-01-04 13:54:15 UTC
Provide a way to bind data from Database explorer to GUI components in the 
designer. Base the data binding on the JPA architecture and beans binding e.g. 
load the data in the form of JPA entity instances and use beans binding to bind 
the components to these JPA instances. Use J2EE persistence infrastructure to 
find the correct mapping between classes/fields/properties and columns/tables.
Comment 1 Michel Graciano 2007-01-15 01:25:29 UTC
What binding frameqork will be supported?
There is some doc about this?
Comment 2 Tomas Pavek 2007-01-16 10:33:06 UTC
JSR 295. A public build of the JSR implemenation (preliminary) should appear 
soon on beansbinding.dev.java.net.
Comment 3 Tomas Pavek 2007-04-19 14:00:24 UTC
Done.