A couple of emails to achieve Single Sign On using Sun Access Manager in a Rails app - that's pretty cool! A brief summary of the solution is:
Warbler builds a war file out of your Rails app using jruby-rack. Drop your .jar libraries in the rails lib dir. Muck with your web.xml so you can make it use a filter. Drop the .war file on your server. Done. A little method called servlet_request is now magically available to you. Call servlet_request.getUserPrincipal : it's populated. It's not magic- it's JRuby!
Read complete details here. And guess what, this is deployed on GlassFish :)
The blog summarizes the power of Java and agility of JRuby/Rails:
Anyway, that's why JRuby is even more awesome. Let them write Java- I'll call it if I need it.
Technorati: rubyonrails jruby ruby glassfish accessmanager singlesignon sso stories
TOTD #99: Creating a Java EE 6 application using MySQL, JPA 2.0 and Servlet
3.0 with GlassFish Tools Bundle for Eclipse
-
TOTD #97 showed how to install GlassFish Tools Bundle for Eclipse 1.1.
Basically there are two options – either install Eclipse 3.4.2 with WTP and
pre-bund...
16 years ago

No comments:
Post a Comment