jruby -Ilib -rboing -e 'Boing::Rest.run("HelloApp") do; get_string def hello; "Hello from Boing!"; end; end'
jruby -Ilib -rboing -e 'Boing::Rest.run("HelloApp") do; get_string def hello; "Hello from Boing!"; end; end'
buff.ly/MUk5ewr
buff.ly/MUk5ewr
class HelloApp
include SpringBoot, RestController
get("java.lang.String hello(java.lang.String)", name: "World")
def hello(name)
"Hello from JRuby, #{name}!"
end
start
end
class HelloApp
include SpringBoot, RestController
get("java.lang.String hello(java.lang.String)", name: "World")
def hello(name)
"Hello from JRuby, #{name}!"
end
start
end
With an hour left in the drive, I have succeeded! Spring Boot and JRuby is GO!
github.com/headius/jrboot
With an hour left in the drive, I have succeeded! Spring Boot and JRuby is GO!
github.com/headius/jrboot
10best.usatoday.com/awards/best-...
10best.usatoday.com/awards/best-...