2008/10/8 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> My goal is to change GlassFish so that anyone with a Merb application
> can say "asadmin deploy /path/to/my/merb/app" and have GlassFish
> successfully deploy that Merb app. It seems like writing the Rack
> adapter, since it would be a component that would live outside of
> GlassFish, would defeat that (since anyone wanting to deploy on
> GlassFish would need to also get the adapter). Please correct me if
> I'm wrong about that, though.

But when people run Rails applications using Glassfish or other
servlet container, they use wambler or what is it called.
You gonna need some interface between webserver and your framework,
and Rack provides one dead simple specification to do just that.

Rationale behind Rack can be understood by reading PEP333 Rack was
written after:

http://www.python.org/dev/peps/pep-0333/#rationale-and-goals
-- 
MK

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to