[
https://jira.jboss.org/browse/SEAMREST-5?page=com.atlassian.jira.plugin.s...
]
Jozef Hartinger resolved SEAMREST-5.
------------------------------------
Fix Version/s: Alpha2
Resolution: Done
Done. The EL support works using Solder. The RESTEasy Client integration is optional,
thus, it's up to users to include RESTEasy jars if they intent to use it (Required
runtime dependencies will be listed in the docs)
Provide integration with RESTEasy Client Framework
--------------------------------------------------
Key: SEAMREST-5
URL:
https://jira.jboss.org/browse/SEAMREST-5
Project: Seam REST
Issue Type: Feature Request
Components: Client
Affects Versions: Alpha2
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
Fix For: Alpha2
Provide an easy way to access remote REST-based web services. This extension is optional
(activated only when RESTEasy is on classpath)
http://docs.jboss.org/resteasy/docs/2.0.0.GA/userguide/html/RESTEasy_Clie...
@Inject @RestService(url="...")
private ClientRequest request;
@Inject @RestService(url="...")
private UserService users;
As part of this issue, it is necessary to overhaul the seam-rest.jar not to be a BDA (to
aviod CNFE in non-RESTEasy environment) and register the beans through extensions.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira