Re: Is Spring Optional?

2018-04-09 Thread Ian Luo
gt;>>> > >>>> Default SpringContainer extends this API,The dubbo-config-spring > module > >>>> supports spring-related functions. > >>>> Dubbo design goals are highly scalable, allowing custom extensions to > >>>> support more

Re: Is Spring Optional?

2018-04-08 Thread shang zonghai
> >>>> Default SpringContainer extends this API,The dubbo-config-spring module >>>> supports spring-related functions. >>>> Dubbo design goals are highly scalable, allowing custom extensions to >>>> support more DI containers. >>>>

Re: Is Spring Optional?

2018-04-08 Thread John D. Ament
t;> > >> Default SpringContainer extends this API,The dubbo-config-spring module > >> supports spring-related functions. > >> Dubbo design goals are highly scalable, allowing custom extensions to > >> support more DI containers. > >> > >> Kind reg

Re: Is Spring Optional?

2018-04-08 Thread shang zonghai
xtends this API,The dubbo-config-spring module >> supports spring-related functions. >> Dubbo design goals are highly scalable, allowing custom extensions to >> support more DI containers. >> >> Kind regards, >> yiji >> >> >>> 在 2018年4月8日,22

Re: Is Spring Optional?

2018-04-08 Thread John D. Ament
; Kind regards, > yiji > > > > 在 2018年4月8日,22:27,John D. Ament 写道: > > > > Hi, > > > > Looking at dubbo, its very interesting. I was wondering though, is > Spring > > optional in Dubbo, or is it a required part to make Dubbo work? Is there > >

Re: Is Spring Optional?

2018-04-08 Thread shang zonghai
ohn D. Ament 写道: > > Hi, > > Looking at dubbo, its very interesting. I was wondering though, is Spring > optional in Dubbo, or is it a required part to make Dubbo work? Is there > any SPI that could be used in Dubbo that would allow other DI containers to > be used? > > John

Is Spring Optional?

2018-04-08 Thread John D. Ament
Hi, Looking at dubbo, its very interesting. I was wondering though, is Spring optional in Dubbo, or is it a required part to make Dubbo work? Is there any SPI that could be used in Dubbo that would allow other DI containers to be used? John