[seam-issues] [JBoss JIRA] Commented: (SEAMREST-5) Provide integration with RESTEasy Client Framework
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Mon Nov 1 07:50:54 EDT 2010
[ https://jira.jboss.org/browse/SEAMREST-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560573#action_12560573 ]
Jozef Hartinger commented on SEAMREST-5:
----------------------------------------
http://github.com/jharting/seam-rest/tree/client
> 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
>
> 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_Client_Framework.html
> @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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list