I had looked at this again, here is what I think -
1. No embedded JETTY server
2. Custom plug-able endpoint handler 

Plug-able GridRestProcessor will be overkill. However customizable
HTTP_PROTO_CLS should be good enough to plug custom rest handler. In 1.7 I
see it is hard coded to Jetty.

private static final String HTTP_PROTO_CLS =
       
"org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol";

May be enhancement for future. 

Thanks,
-Sam





--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-REST-with-JBOSS-tp10108p10147.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to