[ 
https://issues.apache.org/jira/browse/SHINDIG-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856273#action_12856273
 ] 

Paul Lindner commented on SHINDIG-297:
--------------------------------------

Still a good idea.

Henning, would you care to submit an updated patch?


> Split non-servlet parts of the JsServlet out
> --------------------------------------------
>
>                 Key: SHINDIG-297
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-297
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Henning Schmiedehausen
>         Attachments: jsserver.patch, shindig-297-2.patch
>
>
> Over here, we are using parts of the Shindig code base not through servlets 
> but by other means (using RESTlets, to be exact). Some functionality of 
> Shindig is inside the Servlets and this is hard to use if you don't actually 
> have a servlet container to deploy these to. 
> The attached patch splits the JsServlet into two parts, JsServlet keeps all 
> the functionality that is servlet specfic and everything else gets moved into 
> JsServer, which contains the Shindig/Javascript specific code. JsServer then 
> gets injected by Guice into the Servlet. 
> This patch assumes that SHINDIG-294 and SHINDIG-296 are applied. 
> the patch applies to the current trunk directory with "-p2"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to