Looking to implement a RIA (rich internet application) either as a java (JWS) application or HTML/CSS/JS. I have been looking for resources that show a clear pro’s con’s on the subject, but haven’t been able to find a nice comparison. Could anyone point me in the right direction?
Looking to implement a RIA (rich internet application) either as a java (JWS) application
Share
For a short argument, here are the key differences :
In fact, i think it’s only a question of desired user experience. If you want your users to consider your application as a shared “site”, the web application is the development model of choice.
However, if you want your users to consider your application as a work application, then Swing+JWS is the solution of choice. It integrates in many OSes, deploys over http (and hence can enter deep in enterprises networks without having to worry about firewalls more than a web site) and will allow you to provide far more integrationf eatures (drag’n’drop to OS, respect to native look’n’feel or to your company look’n’feel, and so on).