Has anyone developed a Spring Roo addon that will watch and compile LESS CSS files (http://lesscss.org)? If not, does this sound like an appropriate use of Spring Roo?
Thanks.
Type: Posts; User: richard.allen; Keyword(s):
Has anyone developed a Spring Roo addon that will watch and compile LESS CSS files (http://lesscss.org)? If not, does this sound like an appropriate use of Spring Roo?
Thanks.
I was looking to use the BeanNameGenerator for the @Bean methods in my @Configuration classes, but looking at the source of ConfigurationClassBeanDefinitionReader it appears to not support...
I know with Spring 3 you can use either:
@Scope(value = WebApplicationContext.SCOPE_SESSION, proxyMode = ScopedProxyMode.INTERFACES)
or:
@Scope(value =...