开发者

Using JRuby as a tool for java programming

开发者 https://www.devze.com 2023-01-30 12:28 出处:网络
Anyone have real-world success sto开发者_如何学编程ries, or links to them (blog posts, mailing list threads, etc) where JRuby has been used as a tool for quick prototyping, API exploration, REPL-based

Anyone have real-world success sto开发者_如何学编程ries, or links to them (blog posts, mailing list threads, etc) where JRuby has been used as a tool for quick prototyping, API exploration, REPL-based debugging, and so forth, in a pure Java project?


I built a small wrapper around some solrj classes (jruby_streaming_update_solr_server) and do all my solr indexing via jruby. I find it easier to write processing routines in ruby than java, and it's so easy to rapidly spit something out, test it, and run it that I'll never go back.

0

精彩评论

暂无评论...
验证码 换一张
取 消