jruby « Annotation « Spring Q&A





1. JRuby and Java annotations    stackoverflow.com

Most of the jruby/java annotation topics I see are regarding adding annotations to jruby classes. I'm interested in the opposite: annotated java classes included in jruby scripts. For context, I'm trying ...

2. JRuby & annotation-based configuration    forum.springsource.org

JRuby & annotation-based configuration Hello. I'm having an issue using annotation-based xml configuration when using Spring in JRuby. Given a pojo: Code: import org.springframework.stereotype.Component; @Component("pojoTest") public class BasicPojo {} and this ...