Hassan Schroeder wrote in post #1144920: > On Sat, May 3, 2014 at 4:59 PM, Shailendra Jain > <[email protected]> wrote: > >> A stand alone Java application running on Linux machine using mysql >> databse to store/retrieve data. >> >> I need to build GUI to allow end user to fetch/update records from/to >> mysql database and at the same time the stand alone Java application should >> handle the real time requests from GUI to perform business logic. >> >> Question : What would be the best approach recommended here for a java >> application to handle requests from GUI (ruby on rails app) ? Can websocket >> be preferred? or any other alternatives? > > ? Why do you want to separate "business logic" into a standalone > application? Why not just put that in your Rails app and be done? > > -- > Hassan Schroeder ------------------------ [email protected] > http://about.me/hassanschroeder > twitter: @hassan
The business logic was included in Java application in the past and now it would be additional effort to implement the same in RUBY. The current requirement is to build GUI and have the Java application handle the requests from GUI. Can you please advise which approach would be better ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c7ac546d72af90301ce879bb1a7b7b0f%40ruby-forum.com. For more options, visit https://groups.google.com/d/optout.

