Tagged Questions
0
votes
1answer
153 views
Are there any advantages to using Eclipse RCP for a new project? [closed]
Given the advancements in rich client side HTML5 applications (apart from developer familiarity) are there good reasons to start a new application using Eclipse RCP as opposed to something like ...
2
votes
1answer
95 views
Any resources or books to build VNC client [closed]
I am very interested in network programming and I want to build a VNC client for fun and for learning purposes. I have been Googling for resources about VNC client and server, but most of time, ...
6
votes
3answers
2k views
Do Java applets have any place on the web today? [closed]
Many browsers now disable Java applets by default, requiring them to be enabled on a per-page basis. It seems like applets have not changed much in the past few years. In fact, it seems that ...
0
votes
1answer
217 views
HTML5 file API or Java bridge to acces to local Files?
I've to access to files on the software user and I don't know if it's better to use a full JS app with HTML5 File Api rules or use Java and communicate with it ?