Rails + J2EE?

T

Timasmith

Hi,

I have an application with significant business logic in a middle tier
which provides EJB services to clients.

I would love to use Rails to add a web front end to complement the
swing application.

Can I assume I would have to use web services to get the two
communicating?

I guess I would lose the joy of activerecord and some database
functionality - perhaps it would still be worth it though - depending
on whether it is a bear to connect Ruby to the application server...

thanks

Tim
 
S

Senthilnayagam

Hi Tim,

there are many possibilites, here is one

run your regular site on rails using mongrel via proxy

create webservices on J2EE and consume it in rails, for portions of the
site which require you middle tier functionality

this way you can run both j2ee and rails together, and migrate without
breakage of the services(or continuity in Enterprise parlance)


regards
A.Senthil Nayagam
http://senthilnayagam.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,181
Messages
2,570,970
Members
47,537
Latest member
BellCorone

Latest Threads

Top