On Sat, May 3, 2014 at 4:59 PM, Shailendra Jain
<
shailen...@gmail.com> 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?