1. JRuby and Java annotations stackoverflow.comMost 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.orgJRuby & 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 ... |