주간 개발 업데이트: JRuby, Hanami 개선 및 혁신적인 repo-sync 시스템 도입

JRuby 호환성 개선, Hanami 프레임워크 기능 확장 및 유지보수 업데이트가 활발히 진행되었습니다.

#hanami #jruby
https://ruby-news.kr/articles/continuations-202549-fit-of-procrastivity

주간 개발 업데이트: JRuby, Hanami 개선 및 혁신적인 repo-sync 시스템 도입

최신 Ruby, Rails, AI 관련 뉴스와 트렌드를 한곳에서 만나보세요

Ruby-News || 루비 AI 뉴스

Which JVM language fits your stack? #Kotlin for Android, #Scala for Spark, #Groovy for testing, #Clojure for concurrency, #JRuby & #Jython for scripts. Each solves different dev pains—fully JVM-compatible.

Mihaela Gheorghe-Roman shows the big picture: https://javapro.io/2025/10/09/the-rise-of-jvm-languages-kotlin-scala-groovy-and-more/

Redirect Notice

리가와 루프탑에서 온 현장 보고서: 후원 캠페인 3주차 업데이트

발틱 루비 컨퍼런스에서 Hanami 프로젝트는 OSS 엑스포를 통해 커뮤니티 참여를 확대하고, JRuby 호환성 개선을 모색하며 기술적 진전을 이루었습니다.

#hanami #jruby
https://ruby-news.kr/articles/field-report-from-riga-and-the-rooftop

리가와 루프탑에서 온 현장 보고서: 후원 캠페인 3주차 업데이트

최신 Ruby, Rails, AI 관련 뉴스와 트렌드를 한곳에서 만나보세요

Ruby-News || 루비 AI 뉴스

Warbler를 활용한 Ruby 앱 패키징: 단일 JAR 파일로 모든 종속성 포함하기

Warbler는 JRuby 환경에서 Ruby 애플리케이션과 모든 종속성을 단일 실행 가능한 JAR 또는 배포 가능한 WAR 파일로 패키징하는 도구입니다.

#jruby
https://ruby-news.kr/articles/packaging-ruby-apps-with-warbler-jar-files

Warbler를 활용한 Ruby 앱 패키징: 단일 JAR 파일로 모든 종속성 포함하기

최신 Ruby, Rails, AI 관련 뉴스와 트렌드를 한곳에서 만나보세요

Ruby-News || 루비 AI 뉴스
Redirect Notice

Redirect Notice

@headius
I need to run this again to see what might have changed but there is a guide from earlier that I wrote:
https://notepad.onghu.com/2021/jruby-win-day2-creating-jar-files/

But I am delighted that some of the niggling issues might have now been resolved.

#JRuby #Ruby #Programming

JRuby on Windows: Day 2 - Creating Executable JARS

A common question in the Ruby world (especially from newbies) is to wonder how to produce a stand-alone executable that can be distributed. Ruby is inherently an interpreted language and currently there are a few ways to create an executable but none that are supported out of the box. One method to achieve this is to use JRuby and a tool called warbler to package your code into a Java Archive (JAR) file that can be run on any system where you have Java (i.e., a Java Virtual Machine set up). Let’s see how to do this for a Ruby project.

Does anyone have a good example of integrating a dynamic language such as JS, Python, or similar (jruby, jgroovy...) into a running Java program as a customer-controlled extension? We are not talking about high-performance here, rather simple API use for a more sophisticated configuration than just XML or JSON data. Must be runtime, not build time. Thanks.

Java itself would be great, but it must be a rather secure approach because it will be hosted. #java #API #extensions #groovy #jruby

@mistergibson @henrycatalinismith If you JRuby with Gradle, the Simplified JRuby Gradle plugin now has support for this (as from 2.2.0).

Just replace `ruby.gems()` with `ruby.coop()`.

#ruby #jruby #gradle