[JBoss JIRA] (ARQ-1240) Warp JSF: allow to execute arbitrary operations in JSF phases
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQ-1240?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated ARQ-1240:
----------------------------
Fix Version/s: warp_1.next
(was: warp_1.0.0.Beta1)
> Warp JSF: allow to execute arbitrary operations in JSF phases
> -------------------------------------------------------------
>
> Key: ARQ-1240
> URL: https://issues.jboss.org/browse/ARQ-1240
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Lukáš Fryč
> Labels: hack-idea
> Fix For: warp_1.next
>
>
> We are able to execute verification with help of {{PhaseListener}}.
> However we should be able to invoke JSF logic like:
> * conversion
> * validation
> * action invocation
> To achieve that, one can place auxilliary JSF component into built JSF tree and if there will be any actions defined, trigger action.
> API proposal:
> {code:java}
> @DuringConversion
> public void throwConversionError() {};
> @DuringValidation
> public void throwValidationError() {};
> @DuringApplicationInvocation
> public void manipulateWithModel() {};
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1263) Warp: support for CDI observers
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQ-1263?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated ARQ-1263:
----------------------------
Description:
The idea is to register {{@Observe Event<Object>}} and then analyze methods of Inspection to deliver to right backend.
It means we will need to couple logic of CDI event delivery.
was:
This will allow to:
* receive events to inspection
* produce beans from inspections
> Warp: support for CDI observers
> -------------------------------
>
> Key: ARQ-1263
> URL: https://issues.jboss.org/browse/ARQ-1263
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Reporter: Lukáš Fryč
> Labels: hack-idea
> Fix For: warp_1.0.0.Beta1
>
>
> The idea is to register {{@Observe Event<Object>}} and then analyze methods of Inspection to deliver to right backend.
> It means we will need to couple logic of CDI event delivery.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months