Hello,

I'd like to know if there are some best practices considering the usage of beans injection in a WPS environment.

Talking about the approach on action phase and render one, considering that I have a "fooBean" which is injected into some processor in my action phase, then I have to render this bean using "faces" for example, which scope should I use ?

Request is not possible, so I read something about "globalSession", is it better for Portlets or does "session" works in the same way.

Thanks