java chassis invocation context is easier than session
but in edge, if we provide a distributed session, that can make manage
session easier.

2018-07-26 17:58 GMT+08:00 bismy <[email protected]>:

> Java Chassis now do not provide a easy session management but do give a
> suggestion to manage it at edge service[1].
>
>
> If we need to think about Spring Session, we should think about how to use
> Session API like HttpSession. But java chassis is not a J2EE
> implementation.
>
>
> Do we implement a Spring Session like mechanism?
>
> [1]https://huaweicse.github.io/cse-java-chassis-doc/
> featured-topics/develope-microservice-using-ces/jin-
> xing-ren-zheng-he-jian-quan-she-ji.html
>
>
> ------------------ 原始邮件 ------------------
> 发件人: "willem.jiang"<[email protected]>;
> 发送时间: 2018年7月26日(星期四) 下午5:43
> 收件人: "dev"<[email protected]>;
>
> 主题: Re: Spring Session Support in Java Chassis
>
>
>
> After went through the code, it looks like the PR[1] was not merged into
> master branch.
>
> [1]https://github.com/vert-x3/vertx-web/pull/950
>
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Thu, Jul 26, 2018 at 4:35 PM, wjm wjm <[email protected]> wrote:
>
> > by ClusteredSessionStore, vertx can also do this
> > but currently, there is no a official IMPL:
> > https://github.com/vert-x3/vertx-web/issues/890
> >
> > 2018-07-26 15:31 GMT+08:00 Willem Jiang <[email protected]>:
> >
> > > Hi team,
> > >
> > > Today I had a quick talk with the custom who is quite interested about
> > take
> > > the session out from the single server to the redis cluster with the
> help
> > > of Spring session.  In this way they can build the stateless services
> > > without changing any application code.
> > >
> > > I just checked the Spring Session document, it looks like we need to
> > setup
> > > a filter to replace the HTTPSession from the container.
> > >
> > > Now I have a quick question about  how can we integrate Spring Session
> > with
> > > Java-Chassis?
> > > If vertx support servlet filter, we just need to do some configuration,
> > > but what if vertx doesn't support servlet filter API.
> > >
> > > Any throught?
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> >
>

Reply via email to