-
-
Notifications
You must be signed in to change notification settings - Fork 923
RailsJSR286Portlets
looselytyped edited this page Jan 6, 2011
·
1 revision
It is possible to deploy Rails applications so that each controller action is displayed as a standard Java portlet, as specified in the JSR286 portlet specification. This scheme has the advantage of combining Rails applications on J2EE frameworks, such as Liferay, for rapid development. The user management, page layouts, privileges and other such common application principles can be shifted off the Rails developer to the main framework. The developer can focus on creating unique features straight from the beginning (given that the underlying database has been already modeled).
Read more at rails-portlet.rubyforge.org.
You may post questions and suggestions to the discussion page on the wiki.