Re: Spring Session Support in Java Chassis

2018-07-27 Thread wjm wjm
> > > > 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. > > > > > > > > > > > >

Re: Spring Session Support in Java Chassis

2018-07-27 Thread Willem Jiang
ession. 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/ > > > > feat

Re: Spring Session Support in Java Chassis

2018-07-26 Thread wjm wjm
anism? > > > > > > [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 > > > > > > > > > -- 原始邮件 --

Re: Spring Session Support in Java Chassis

2018-07-26 Thread Willem Jiang
hanism? > > > > [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.jian

Re: Spring Session Support in Java Chassis

2018-07-26 Thread wjm wjm
-java-chassis-doc/ > featured-topics/develope-microservice-using-ces/jin- > xing-ren-zheng-he-jian-quan-she-ji.html > > > -- 原始邮件 -- > 发件人: "willem.jiang"; > 发送时间: 2018年7月26日(星期四) 下午5:43 > 收件人: "dev"; > > 主题: Re: Spring Sessi

?????? Spring Session Support in Java Chassis

2018-07-26 Thread bismy
: "dev"; : 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:3

Re: Spring Session Support in Java Chassis

2018-07-26 Thread Willem Jiang
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 wrote: > by ClusteredSessionStore, vertx can also do this >

Re: Spring Session Support in Java Chassis

2018-07-26 Thread wjm wjm
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 : > Hi team, > > Today I had a quick talk with the custom who is quite interested about take > the session out from

Spring Session Support in Java Chassis

2018-07-26 Thread Willem Jiang
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