Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » [REQ] Wizards - Create Managed Bean
[REQ] Wizards - Create Managed Bean [message #469145] Fri, 29 July 2005 00:02 Go to next message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
Feature requirements:

1) Create Managed Bean

2) Extension Points
- To be determined
Re: [REQ] Wizards - Create Managed Bean [message #469889 is a reply to message #469145] Fri, 29 July 2005 19:05 Go to previous messageGo to next message
Jeff Duska is currently offline Jeff DuskaFriend
Messages: 11
Registered: July 2009
Junior Member
Ian Trimble wrote:
> Feature requirements:
>
> 1) Create Managed Bean
>
> 2) Extension Points
> - To be determined
>
>

Isn't this more of J2EE requirement that should be part of the EJB
support in the WTP?
Re: [REQ] Wizards - Create Managed Bean [message #469895 is a reply to message #469889] Fri, 29 July 2005 19:45 Go to previous messageGo to next message
Igor Shabalov is currently offline Igor ShabalovFriend
Messages: 38
Registered: July 2009
Member
Managed Beans is specific Java Beans in JSF. It is specified in Faces
Context and there is special facility for Managed Beans in JSF. For sure
it's JSF related artifact.

You can find small example how to use JSF managed Beans for Dependency
Injection in my blog here : http://blog.exadel.com/?p=6

Best,
Igor.

"Jeff Duska" <jeff.duska_removethis@noaa.gov> wrote in message
news:dcdukc$jf5$1@news.eclipse.org...
> Ian Trimble wrote:
>> Feature requirements:
>>
>> 1) Create Managed Bean
>>
>> 2) Extension Points
>> - To be determined
>>
>>
>
> Isn't this more of J2EE requirement that should be part of the EJB support
> in the WTP?
>
Re: [REQ] Wizards - Create Managed Bean [message #470385 is a reply to message #469145] Fri, 12 August 2005 15:36 Go to previous messageGo to next message
Glenn Silverman is currently offline Glenn SilvermanFriend
Messages: 19
Registered: July 2009
Junior Member
Ian Trimble wrote:
> Feature requirements:
>
> 1) Create Managed Bean
>
> 2) Extension Points
> - To be determined
>
>
A managed bean per JSP page should be avoided. That's the .NET model.
JSF is more flexible allowing one-to-many and many-to-one relationships.
The idea is that beans are bound to components. Related components - by
some id construct - is preferrable.

Glenn...
Re: [REQ] Wizards - Create Managed Bean [message #470386 is a reply to message #470385] Fri, 12 August 2005 16:47 Go to previous messageGo to next message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
There have been some requests for some type of binding between a managed
bean and a JSP page throughout several threads. The main argument in the
requests seems sound; some folks want to work this way, and we should not
prevent them from doing so. That said, I personally (and obviously other
folks also) generally do not want to work this way, and so we should also be
allowed to work in the manner that suits us.

We're currently thinking along the lines of this being optional
functionality, such as it is in JDeveloper. At JSP creation time the user
can choose whether or not to "auto-bind" to a new or existing backing bean,
and subsequent behaviour while editing the JSP page will respect this
"auto-bind" setting and act appropriately.

Thoughts?

- Ian (Oracle)

"Glenn Silverman" <glancey3@cox.net> wrote in message
news:ddifpp$gin$1@news.eclipse.org...
> Ian Trimble wrote:
>> Feature requirements:
>>
>> 1) Create Managed Bean
>>
>> 2) Extension Points
>> - To be determined
>>
>>
> A managed bean per JSP page should be avoided. That's the .NET model. JSF
> is more flexible allowing one-to-many and many-to-one relationships.
> The idea is that beans are bound to components. Related components - by
> some id construct - is preferrable.
>
> Glenn...
>
Re: [REQ] Wizards - Create Managed Bean [message #470396 is a reply to message #470386] Mon, 22 August 2005 19:35 Go to previous message
john rohrlich is currently offline john rohrlichFriend
Messages: 10
Registered: July 2009
Junior Member
I find Ian's position quite reasonable. There is enough interest in the
bean per page style to include support for those users who like to work
in this style.

- john


Ian Trimble wrote:
> There have been some requests for some type of binding between a managed
> bean and a JSP page throughout several threads. The main argument in the
> requests seems sound; some folks want to work this way, and we should not
> prevent them from doing so. That said, I personally (and obviously other
> folks also) generally do not want to work this way, and so we should also be
> allowed to work in the manner that suits us.
>
> We're currently thinking along the lines of this being optional
> functionality, such as it is in JDeveloper. At JSP creation time the user
> can choose whether or not to "auto-bind" to a new or existing backing bean,
> and subsequent behaviour while editing the JSP page will respect this
> "auto-bind" setting and act appropriately.
>
> Thoughts?
>
> - Ian (Oracle)
>
> "Glenn Silverman" <glancey3@cox.net> wrote in message
> news:ddifpp$gin$1@news.eclipse.org...
>
>>Ian Trimble wrote:
>>
>>>Feature requirements:
>>>
>>>1) Create Managed Bean
>>>
>>>2) Extension Points
>>> - To be determined
>>>
>>>
>>
>>A managed bean per JSP page should be avoided. That's the .NET model. JSF
>>is more flexible allowing one-to-many and many-to-one relationships.
>>The idea is that beans are bound to components. Related components - by
>>some id construct - is preferrable.
>>
>>Glenn...
>>
>
>
>
Re: [REQ] Wizards - Create Managed Bean [message #570219 is a reply to message #469145] Fri, 29 July 2005 19:05 Go to previous message
Jeff Duska is currently offline Jeff DuskaFriend
Messages: 11
Registered: July 2009
Junior Member
Ian Trimble wrote:
> Feature requirements:
>
> 1) Create Managed Bean
>
> 2) Extension Points
> - To be determined
>
>

Isn't this more of J2EE requirement that should be part of the EJB
support in the WTP?
Re: [REQ] Wizards - Create Managed Bean [message #570308 is a reply to message #469889] Fri, 29 July 2005 19:45 Go to previous message
Igor Shabalov is currently offline Igor ShabalovFriend
Messages: 38
Registered: July 2009
Member
Managed Beans is specific Java Beans in JSF. It is specified in Faces
Context and there is special facility for Managed Beans in JSF. For sure
it's JSF related artifact.

You can find small example how to use JSF managed Beans for Dependency
Injection in my blog here : http://blog.exadel.com/?p=6

Best,
Igor.

"Jeff Duska" <jeff.duska_removethis@noaa.gov> wrote in message
news:dcdukc$jf5$1@news.eclipse.org...
> Ian Trimble wrote:
>> Feature requirements:
>>
>> 1) Create Managed Bean
>>
>> 2) Extension Points
>> - To be determined
>>
>>
>
> Isn't this more of J2EE requirement that should be part of the EJB support
> in the WTP?
>
Re: [REQ] Wizards - Create Managed Bean [message #572050 is a reply to message #469145] Fri, 12 August 2005 15:36 Go to previous message
Glenn Silverman is currently offline Glenn SilvermanFriend
Messages: 19
Registered: July 2009
Junior Member
Ian Trimble wrote:
> Feature requirements:
>
> 1) Create Managed Bean
>
> 2) Extension Points
> - To be determined
>
>
A managed bean per JSP page should be avoided. That's the .NET model.
JSF is more flexible allowing one-to-many and many-to-one relationships.
The idea is that beans are bound to components. Related components - by
some id construct - is preferrable.

Glenn...
Re: [REQ] Wizards - Create Managed Bean [message #572083 is a reply to message #470385] Fri, 12 August 2005 16:47 Go to previous message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
There have been some requests for some type of binding between a managed
bean and a JSP page throughout several threads. The main argument in the
requests seems sound; some folks want to work this way, and we should not
prevent them from doing so. That said, I personally (and obviously other
folks also) generally do not want to work this way, and so we should also be
allowed to work in the manner that suits us.

We're currently thinking along the lines of this being optional
functionality, such as it is in JDeveloper. At JSP creation time the user
can choose whether or not to "auto-bind" to a new or existing backing bean,
and subsequent behaviour while editing the JSP page will respect this
"auto-bind" setting and act appropriately.

Thoughts?

- Ian (Oracle)

"Glenn Silverman" <glancey3@cox.net> wrote in message
news:ddifpp$gin$1@news.eclipse.org...
> Ian Trimble wrote:
>> Feature requirements:
>>
>> 1) Create Managed Bean
>>
>> 2) Extension Points
>> - To be determined
>>
>>
> A managed bean per JSP page should be avoided. That's the .NET model. JSF
> is more flexible allowing one-to-many and many-to-one relationships.
> The idea is that beans are bound to components. Related components - by
> some id construct - is preferrable.
>
> Glenn...
>
Re: [REQ] Wizards - Create Managed Bean [message #572311 is a reply to message #470386] Mon, 22 August 2005 19:35 Go to previous message
john rohrlich is currently offline john rohrlichFriend
Messages: 10
Registered: July 2009
Junior Member
I find Ian's position quite reasonable. There is enough interest in the
bean per page style to include support for those users who like to work
in this style.

- john


Ian Trimble wrote:
> There have been some requests for some type of binding between a managed
> bean and a JSP page throughout several threads. The main argument in the
> requests seems sound; some folks want to work this way, and we should not
> prevent them from doing so. That said, I personally (and obviously other
> folks also) generally do not want to work this way, and so we should also be
> allowed to work in the manner that suits us.
>
> We're currently thinking along the lines of this being optional
> functionality, such as it is in JDeveloper. At JSP creation time the user
> can choose whether or not to "auto-bind" to a new or existing backing bean,
> and subsequent behaviour while editing the JSP page will respect this
> "auto-bind" setting and act appropriately.
>
> Thoughts?
>
> - Ian (Oracle)
>
> "Glenn Silverman" <glancey3@cox.net> wrote in message
> news:ddifpp$gin$1@news.eclipse.org...
>
>>Ian Trimble wrote:
>>
>>>Feature requirements:
>>>
>>>1) Create Managed Bean
>>>
>>>2) Extension Points
>>> - To be determined
>>>
>>>
>>
>>A managed bean per JSP page should be avoided. That's the .NET model. JSF
>>is more flexible allowing one-to-many and many-to-one relationships.
>>The idea is that beans are bound to components. Related components - by
>>some id construct - is preferrable.
>>
>>Glenn...
>>
>
>
>
Previous Topic:Functional spec
Next Topic:facelets xhtml tag support
Goto Forum:
  


Current Time: Wed Apr 24 22:44:47 GMT 2024

Powered by FUDForum. Page generated in 0.03792 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top