Chris Nelson
Posts: 63
Nickname: ccnelson
Registered: Dec, 2005
Chris Nelson is a Ruby and Java programmer in Cincinnati, OH
|
|
|
|
Spring + JRuby
|
Posted: Jun 17, 2007 9:27 PM
|
|
This post originated from an RSS feed registered with Ruby Buzz
by Chris Nelson.
|
Original Post: Spring + JRuby
Feed Title: MysteryCoder
Feed URL: http://mysterycoder.blogspot.com/feeds/posts/default
Feed Description: Ramblings of secret Ruby coder in Cincinnati, OH
|
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Chris Nelson
Latest Posts From MysteryCoder
|
|
Advertisement
|
class TestservletController < ApplicationController include Java import javax.servlet.ServletContext import org.springframework.web.context.WebApplicationContext import org.springframework.web.context.support.WebApplicationContextUtils def showcontext app_context = WebApplicationContextUtils.getWebApplicationContext($servlet_context) render_text app_context.display_name end end
Read: Spring + JRuby
|
|