Live data from Hacker News

Ask HN: Recommendations for a desktop app development environment?

news.ycombinator.com

21–22 of 22 posts

Re: Ask HN: Recommendations for a desktop app development environment?

#21
Since you already hava java applets, looks like developing it in Java Swing is a no brainer. Bundle JVM with your application. Yes, it will take ~50 megs in size, but:

1. It is cross-platform (yes, to the extent) but much better than anything else out there.

2. Pluggable LaF.

3. Utilize your java skills and knoweldge.

4. Potentially - easy start on Android.

Re: Ask HN: Recommendations for a desktop app development environment?

#22
If it's just for uploading files, I would (if you haven't already) seriously consider your options for just building it into the web app.

Otherwise, I'd vote Qt/C++ as I've seen quite a few solid, fast apps built on this platform, though I'm not a C++ dev.

Post reply on HN