Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » custom variableresolver support ?
custom variableresolver support ? [message #471790] Wed, 03 May 2006 21:25 Go to next message
Max Rydahl Andersen is currently offline Max Rydahl AndersenFriend
Messages: 233
Registered: July 2009
Senior Member
Hi Ragu,

We talked at eclipescon about custom variable resolver support in the JSF
plugin.

How close are that to realized ?

/max
Re: custom variableresolver support ? [message #471791 is a reply to message #471790] Fri, 05 May 2006 01:11 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Max,

We are currently working on the ability to attach a custom variable
resolver. Our current design is to allow you to create an extension point
that defines a factory class to create a "design time" variable resolver.
This resolver closely mimics the behaviour of the runtime counterpart. A
similar provision will be made for property resolvers.

The variable resolver will be replaceable on a per-project basis. It's
not entirely clear yet which mechanism we will use to programmatically
assign an active variable resolver factory to a project. Suggestions are
welcome.

--Cam

Max Rydahl Andersen wrote:

> Hi Ragu,

> We talked at eclipescon about custom variable resolver support in the JSF
> plugin.

> How close are that to realized ?

> /max
Re: custom variableresolver support ? [message #471792 is a reply to message #471791] Fri, 05 May 2006 21:19 Go to previous messageGo to next message
Max Rydahl Andersen is currently offline Max Rydahl AndersenFriend
Messages: 233
Registered: July 2009
Senior Member
it is not enough to just read the jsf config file which has the class
listed ?

and then look up the extension points that support that classname ?

/max

> Hi Max,
>
> We are currently working on the ability to attach a custom variable
> resolver. Our current design is to allow you to create an extension
> point that defines a factory class to create a "design time" variable
> resolver. This resolver closely mimics the behaviour of the runtime
> counterpart. A similar provision will be made for property resolvers.
>
> The variable resolver will be replaceable on a per-project basis. It's
> not entirely clear yet which mechanism we will use to programmatically
> assign an active variable resolver factory to a project. Suggestions
> are welcome.
>
> --Cam
>
> Max Rydahl Andersen wrote:
>
>> Hi Ragu,
>
>> We talked at eclipescon about custom variable resolver support in the
>> JSF plugin.
>
>> How close are that to realized ?
>
>> /max
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: custom variableresolver support ? [message #471796 is a reply to message #471792] Tue, 09 May 2006 20:08 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Max Rydahl Andersen wrote:
> it is not enough to just read the jsf config file which has the class
> listed ?
...
> and then look up the extension points that support that classname ?


I'm not sure what you are suggesting. Do you mean look up the a managed
bean's class? Or are you talking about a registered component? Or
something else?



--Cam
Re: custom variableresolver support ? [message #471942 is a reply to message #471796] Sun, 14 May 2006 20:49 Go to previous messageGo to next message
Max Rydahl Andersen is currently offline Max Rydahl AndersenFriend
Messages: 233
Registered: July 2009
Senior Member
I was just thinking about

<faces-config>
<application>
<variable-resolver>XYZ</variable-resolver>
</application>
</faces-config>

...but i reckon that is not the only way of installing varaible-resolvers
in JSF.


> Max Rydahl Andersen wrote:
>> it is not enough to just read the jsf config file which has the class
>> listed ?
> ..
>> and then look up the extension points that support that classname ?
>
>
> I'm not sure what you are suggesting. Do you mean look up the a managed
> bean's class? Or are you talking about a registered component? Or
> something else?
>
>
>
> --Cam
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: custom variableresolver support ? [message #471945 is a reply to message #471942] Mon, 15 May 2006 17:04 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
> <faces-config>
> <application>
> <variable-resolver>XYZ</variable-resolver>
> </application>
> </faces-config>

> ...but i reckon that is not the only way of installing varaible-resolvers
> in JSF.

Raghu pointed out to me that might be what you meant. It's a good idea.

My basic aim is to provide a generic programmatic way to change it so that
adopters have the option to choose the scheme they want. If there is time
in this release, I'll look into providing your suggestion as a default
behaviour.


--Cam
Re: custom variableresolver support ? [message #471970 is a reply to message #471945] Sat, 20 May 2006 22:00 Go to previous message
Max Rydahl Andersen is currently offline Max Rydahl AndersenFriend
Messages: 233
Registered: July 2009
Senior Member
cool! is there an eclipse bugzilla for it or ?

>> <faces-config>
>> <application>
>> <variable-resolver>XYZ</variable-resolver>
>> </application>
>> </faces-config>
>
>> ...but i reckon that is not the only way of installing
>> varaible-resolvers in JSF.
>
> Raghu pointed out to me that might be what you meant. It's a good
> idea. My basic aim is to provide a generic programmatic way to change
> it so that adopters have the option to choose the scheme they want. If
> there is time in this release, I'll look into providing your suggestion
> as a default behaviour.
>
>
> --Cam
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: custom variableresolver support ? [message #600308 is a reply to message #471790] Fri, 05 May 2006 01:11 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Max,

We are currently working on the ability to attach a custom variable
resolver. Our current design is to allow you to create an extension point
that defines a factory class to create a "design time" variable resolver.
This resolver closely mimics the behaviour of the runtime counterpart. A
similar provision will be made for property resolvers.

The variable resolver will be replaceable on a per-project basis. It's
not entirely clear yet which mechanism we will use to programmatically
assign an active variable resolver factory to a project. Suggestions are
welcome.

--Cam

Max Rydahl Andersen wrote:

> Hi Ragu,

> We talked at eclipescon about custom variable resolver support in the JSF
> plugin.

> How close are that to realized ?

> /max
Re: custom variableresolver support ? [message #600316 is a reply to message #471791] Fri, 05 May 2006 21:19 Go to previous message
Max Rydahl Andersen is currently offline Max Rydahl AndersenFriend
Messages: 233
Registered: July 2009
Senior Member
it is not enough to just read the jsf config file which has the class
listed ?

and then look up the extension points that support that classname ?

/max

> Hi Max,
>
> We are currently working on the ability to attach a custom variable
> resolver. Our current design is to allow you to create an extension
> point that defines a factory class to create a "design time" variable
> resolver. This resolver closely mimics the behaviour of the runtime
> counterpart. A similar provision will be made for property resolvers.
>
> The variable resolver will be replaceable on a per-project basis. It's
> not entirely clear yet which mechanism we will use to programmatically
> assign an active variable resolver factory to a project. Suggestions
> are welcome.
>
> --Cam
>
> Max Rydahl Andersen wrote:
>
>> Hi Ragu,
>
>> We talked at eclipescon about custom variable resolver support in the
>> JSF plugin.
>
>> How close are that to realized ?
>
>> /max
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: custom variableresolver support ? [message #600354 is a reply to message #471792] Tue, 09 May 2006 20:08 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Max Rydahl Andersen wrote:
> it is not enough to just read the jsf config file which has the class
> listed ?
...
> and then look up the extension points that support that classname ?


I'm not sure what you are suggesting. Do you mean look up the a managed
bean's class? Or are you talking about a registered component? Or
something else?



--Cam
Re: custom variableresolver support ? [message #600429 is a reply to message #471796] Sun, 14 May 2006 20:49 Go to previous message
Max Rydahl Andersen is currently offline Max Rydahl AndersenFriend
Messages: 233
Registered: July 2009
Senior Member
I was just thinking about

<faces-config>
<application>
<variable-resolver>XYZ</variable-resolver>
</application>
</faces-config>

...but i reckon that is not the only way of installing varaible-resolvers
in JSF.


> Max Rydahl Andersen wrote:
>> it is not enough to just read the jsf config file which has the class
>> listed ?
> ..
>> and then look up the extension points that support that classname ?
>
>
> I'm not sure what you are suggesting. Do you mean look up the a managed
> bean's class? Or are you talking about a registered component? Or
> something else?
>
>
>
> --Cam
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: custom variableresolver support ? [message #600434 is a reply to message #471942] Mon, 15 May 2006 17:04 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
> <faces-config>
> <application>
> <variable-resolver>XYZ</variable-resolver>
> </application>
> </faces-config>

> ...but i reckon that is not the only way of installing varaible-resolvers
> in JSF.

Raghu pointed out to me that might be what you meant. It's a good idea.

My basic aim is to provide a generic programmatic way to change it so that
adopters have the option to choose the scheme they want. If there is time
in this release, I'll look into providing your suggestion as a default
behaviour.


--Cam
Re: custom variableresolver support ? [message #600506 is a reply to message #471945] Sat, 20 May 2006 22:00 Go to previous message
Max Rydahl Andersen is currently offline Max Rydahl AndersenFriend
Messages: 233
Registered: July 2009
Senior Member
cool! is there an eclipse bugzilla for it or ?

>> <faces-config>
>> <application>
>> <variable-resolver>XYZ</variable-resolver>
>> </application>
>> </faces-config>
>
>> ...but i reckon that is not the only way of installing
>> varaible-resolvers in JSF.
>
> Raghu pointed out to me that might be what you meant. It's a good
> idea. My basic aim is to provide a generic programmatic way to change
> it so that adopters have the option to choose the scheme they want. If
> there is time in this release, I'll look into providing your suggestion
> as a default behaviour.
>
>
> --Cam
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Previous Topic:JSF Tools Project Milestone RC2 build posted..
Next Topic:How do I obtain the latest development build
Goto Forum:
  


Current Time: Thu Apr 18 13:41:25 GMT 2024

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

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

Back to the top