Login  Register

Re: Ofbiz and Ruby on Rails

Posted by Adam Heath-2 on Aug 11, 2006; 10:01pm
URL: http://ofbiz.116.s1.nabble.com/Ofbiz-and-Ruby-on-Rails-tp170367p170370.html

Alex Caudill wrote:
> The way I see it, a set of Ruby on Rails models which interface with OFBiz
> via SOAP seems like the path of least resistance at this particular
> moment. My intention was to use Rails to implement a much less complex,
> user-friendly web-facing
> application, using a subdomain-as-account-key model to handle
> multi-tenancy,
> while still managing backoffice operations with OFBiz itself.

Actually, there's a much simpler approach.

We've got a product that can run javascript(rhino), ruby(jruby),
php(quercus), java(janino), python(jython) as events, and velocity,
freemarker, and php as templates.  You can also run any standard servlet.

So, why invent some unique interface to connect separate processes
together, when you can just run these languages all inside java, and can
call java classes, methods, and objects directly?