Search:

Type: Posts; User: richard.allen; Keyword(s):

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    398

    Addon for less.js

    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.
  2. BeanNameGenerator not work for @Bean in @Configuration class?

    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...
  3. I know with Spring 3 you can use either: ...

    I know with Spring 3 you can use either:


    @Scope(value = WebApplicationContext.SCOPE_SESSION, proxyMode = ScopedProxyMode.INTERFACES)


    or:


    @Scope(value =...
Results 1 to 3 of 3