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 -- 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/CACmC4yBtc_UV0wXjyA20xpeM19aW0W%3DeWiKrXJZmBwHk5%2B%3Divg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

