svetlo / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

@Autowired ApplicationContext vs ApplicationContextAware #369

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently in order to use ApplicationContext GWTP uses @Autowired 
ApplicationContext (e.g. DispatchModule, HandlerModule, etc). Arguably 
implementing ApplicationContextAware is a more standard and preferred way of 
getting a reference to the ApplicationContext even though the final result 
should be the same in most cases.

Original issue reported on code.google.com by cheriomu...@gmail.com on 23 Sep 2011 at 6:54

GoogleCodeExporter commented 9 years ago
Would someone be willing to take this on, I have next to no experience in 
spring.

Original comment by philippe.beaudoin on 26 Sep 2011 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 27 Sep 2011 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 1 Feb 2012 at 6:52

GoogleCodeExporter commented 9 years ago
I would like to start working on this.

Original comment by mrabti.i...@arcbees.com on 22 Aug 2012 at 10:45