users@grizzly.java.net

some questions about use

From: Aris Alexis <aris.alexis.gia_at_gmail.com>
Date: Mon, 14 Apr 2014 18:51:19 +0200

Hi,

If anyone can help me, I am building a rest service that uses jersey.
I run the http-server without servlets right now.

I want to authenticate through a jersey filter with facebook (using a third
party lib) and then store a session. In the jersey filter i will check if
the user has a valid session id.

How can I manage this through grizzly? How can I get a reference of the
current session in the method that implements the jersey filter?

What technology does grizzly use for storing sessions? is it in memory or
written on disk? could I change it to use something like redis?

sorry for all the questions , there is not much info about grizzly out
there.

Best Regards,
Aris Giachnis