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 90090

Summary: Give more control over backing bean creation
Product: obsolete Reporter: jfurmankiewicz <jfurmankiewicz>
Component: visualwebAssignee: _ potingwu <potingwu>
Status: STARTED ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description jfurmankiewicz 2006-11-27 13:47:04 UTC
It would be great to allow more control over how the backing bean is created for
a new page in the visual web pack.

Right now it automatically creates a backing bean in ASP.Net style that
represents the actual physical content of the page.

This makes it unusable for a more business-flow-oriented approach, like JBoss
Seam or the upcoming Web Beans (JSR 299).

I believe when creating a new Visual JSF page, NB should prompt whether to
create an automatic backing bean (like it does now) or let you hook up your own
custom one behind it. That would immediately open a whole new range of
opportunities for using the Visual Web Pack with more process oriented web
frameworks.
Comment 1 ken_ 2006-12-05 17:27:46 UTC
Integration with SEAM would make me switch from back from IDEA to NetBeans!
Comment 2 gsteyn 2007-10-18 02:38:14 UTC
It would be nice to not automatically have every component bound to a backing bean.  Possibly allow the user to select
the option to use at page creation time, similar to JDeveloper 11g.  Binding all columns and static text fields to a
backing bean for a read-only table is overkill and makes the backing bean code large.
Comment 3 gsteyn 2007-10-18 02:39:03 UTC
It would be nice to not automatically have every component bound to a backing bean.  Possibly allow the user to select
the option to use at page creation time, similar to JDeveloper 11g.  Binding all columns and static text fields to a
backing bean for a read-only table is overkill and makes the backing bean code large.
Comment 4 _ potingwu 2007-10-18 18:16:28 UTC
Will plan for post NetBeans 6.0.