[infinispan-dev] Securing access to Infinispan REST server

"이희승 (Trustin Lee)" trustin at gmail.com
Wed Jul 7 02:50:13 EDT 2010


I think so.  Someone could write a new REST server implementation based
on Netty, but I believe that's quite a bit of work.  Alternatively,
Restlet could be used because it provides various transports (including
the Netty based one.)

HTH,
Trustin

On 07/07/2010 06:08 AM, Jeff Ramsdale wrote:
> So, does the servlet-based nature preclude embedding the REST server
> unless Jetty (for instance) is also embedded?
> 
> -jeff
> 
> On Tue, Jul 6, 2010 at 10:34 AM, Manik Surtani <manik at jboss.org> wrote:
>>
>> On 6 Jul 2010, at 18:24, Jeff Ramsdale wrote:
>>
>>> Possibly. It's been a little while since I looked through the
>>> Infinispan code, so I'm uncertain of the architecture. Is the REST
>>> server built on a toolkit?
>>
>> Yes, RESTEasy.
>>
>>> Is it servlet based?
>>
>> Yep.
>>
>>> My primary REST
>>> experience is with Restlet, which provides its own embeddable server
>>> but can alternatively be dropped into a servlet container.
>>
>> It's essentially a class annotated with RESTEasy annotations which proxies invocations from RESTEasy's servlet.  Ignore the fact that it is written in Scala, that bit is inconsequential to how you'd use it, etc.
>>
>>        http://fisheye.jboss.org/browse/Infinispan/trunk/server/rest/src/main/scala/org/infinispan/rest/Server.scala?r=1951
>>        http://fisheye.jboss.org/browse/Infinispan/trunk/server/rest/src/main/webapp/WEB-INF/web.xml?r=1951
>>
>> Cheers
>> Manik
>>
>> --
>> Manik Surtani
>> manik at jboss.org
>> Lead, Infinispan
>> Lead, JBoss Cache
>> http://www.infinispan.org
>> http://www.jbosscache.org
>>
>>
>>
>>
>>
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
> 
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev

-- 
what we call human nature in actuality is human habit
http://gleamynode.net/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 293 bytes
Desc: OpenPGP digital signature
Url : http://lists.jboss.org/pipermail/infinispan-dev/attachments/20100707/41f738aa/attachment.bin 


More information about the infinispan-dev mailing list