Tagged Questions
An application that runs stand alone in a desktop or laptop computer. Contrast with "Web-based application," which requires the Web browser to run.
74
votes
12answers
37k views
Does IMDB provide an API?
I recently found a movie organizer application which fetches its data from the IMDB database.
Does IMDB provide an API for this, or any third party APIs available?
38
votes
19answers
4k views
What makes an application an “enterprise” or “enterprise-level” application?
Is it just a buzzword that means nothing or is there a definition of what makes an application (desktop or web) an enterprise application?
30
votes
16answers
1k views
Security in programmming?
What is the best book to read about security issues that should be kept in mind while programming?
What should a c++ programmer know about security?
Is it worth buying any one of the following book ...
26
votes
7answers
6k views
Why change from WPF to Silverlight 4?
I'm working on an application we made WPF instead of Silverlight as we wanted a full blown desktop application with the whole unique feeling and advantages that gives. However, with the announcement ...
21
votes
7answers
749 views
How should developers cope with so many GUI configuration combinations?
These days, any decent Windows desktop application must perform well and look good under the following conditions:
XP and Vista and Windows 7.
32 bit and 64 bit.
With and without Themes.
With and ...
19
votes
24answers
12k views
Why don't people use PHP for desktop applications?
Other scripting languages popular on the web, such as Python and Ruby, are used in desktop applications. However, I've rarely (if ever) seen a PHP application designed to be deployed on a desktop. Why ...
18
votes
10answers
656 views
Why are web apps prevalent for internal corporate apps?
OK, I realize that people don't like to install stuff on their PCs if they don't have to and that is the primary advantage of web apps over "desktop" that run locally.
But for corporate internal ...
18
votes
34answers
8k views
Examples of good Java desktop applications
More of a wiki list/collection, I'm looking for a list of good Java desktop apps. I've added a couple below to get started. Please list the framework/widget toolkit being used if it's know as well.
16
votes
3answers
513 views
The “right” way to add python scripting to a non-python application
I'm currently in the process of adding the ability for users to extend the functionality of my desktop application (C++) using plugins scripted in python.
The naive method is easy enough. Embed the ...
15
votes
7answers
8k views
java background/daemon/service cross platform best pratices
I am looking for the best way to make my desktop java program run in the background (daemon/service?) across most platforms (Windows, Mac OS, Linux [Ubuntu in particular]).
By "best way" I am hoping ...
14
votes
7answers
6k views
Qt - top level widget with keyboard and mouse event transparency?
I want an app's main window to ignore mouse and keyboard events, passing them to applications underneath it in the window manager Z-order.
I see how to make child widgets ignore keyboard or mouse ...
13
votes
5answers
466 views
Is it wrong to use the hand cursor for clickable items such as buttons?
I've always thought the hand cursor to be the ideal visual indicator for "you may click here" to the user. We are used to see it in this context daily because of it's usage on hyperlinks and hence all ...
13
votes
2answers
882 views
How do I store desktop application data in a cross platform way for python?
I have a python desktop application that needs to store user data. On Windows, this is usually in %USERPROFILE%\Application Data\AppName\, on OSX it's usually ~/Library/Application Support/AppName/, ...
12
votes
3answers
798 views
Packaging a node.js webapp as a normal desktop app
I've searched a bit but can't find an existing tool for this.
I have a node.js web server that is designed to run on your own computer that does some snazzy things for you. It would be pretty ...
12
votes
18answers
1k views
Recommendation needed for good database for Delphi desktop app
I am creating a desktop application written in Delphi and
I am looking for a database for my application.
I'm a bit overwhelmed by the number of available options.
I'd really appreciate some ...
12
votes
15answers
1k views
Does desktop development matter? [closed]
In some downtime at work that's coming up, I plan to sharpen and round out my development skills a bit. I've been pretty heavily into web development for the past few years, right out of college, and ...
12
votes
10answers
3k views
Developing lightweight (no runtime) Windows based GUI applications using free tools
Does anyone know of free tools (languages, environments) that would support development of GUI applications on the Windows platform?
I am looking to be able to create a single executable file that ...
12
votes
12answers
6k views
MS Access Front-End Alternative?
Background
I work for a large organization which has thousands of MS Access applications floating around. I didn't write any of these - in fact, most of the original authors have long since left the ...
12
votes
10answers
599 views
How do you decide if a project should be web-based or desktop-based?
I'm having trouble deciding if I want a project of mine to be web-based (as in a web-app), desktop-based (a desktop application), or a desktop application that can sync or connect to the cloud.
I ...
12
votes
9answers
4k views
Options for distribution of an offline Ruby on Rails application
I am developing an application in using Ruby on Rails, mostly as an excuse to learn the language.
This is not intended to be a web-based application - and perhaps I have chosen the wrong language, ...
11
votes
5answers
3k views
Using ELMAH in a console application
I just started using ELMAH and am a fan. My team supports a large number of web applications and I'm particularly excited that ELMAH lets us save exceptions from each application to the same MS SQL ...
11
votes
19answers
1k views
Which common features of desktop applications do most web applications miss?
Stackoverflow User Luke wrote in this answer:
The boundaries between desktop and web
applications have really blurred.
Whilst once upon a time the nature of
developing for the web was ...
11
votes
3answers
25k views
How do you control what monitor your application opens on?
As a two-monitor user at work, I've noticed that applications behave differently with regards to what monitor they open on (primary or secondary monitor, the last monitor the application opened on, ...
11
votes
8answers
1k views
High-level languages for out-of-the-box GUI desktop application programming
After I discontinued programming in C++ while entering into web authoring I was spoilt by PHP's high level constructs like hash tables or its dynamic, weak typing. I remembered the angst of C/C++ ...
10
votes
3answers
234 views
What do you log in your desktop applications to improve stability?
I've started using SmartInspect in my Delphi applications because my users were running into bugs/problems I couldn't reproduce on my machine. When I have a general idea of the problem I'll monitor ...
10
votes
6answers
2k views
Can we develop very good looking UI in swing and if not what are alternatives
In my current project we have to develop a good looking desktop based application in java.
Currently, we have a very basic desktop application written in swing and team does not have good swing ...
10
votes
6answers
702 views
Why are companies still using Windows Forms and WPF applications instead of web applications?
Why are companies still using Windows Forms and WPF applications instead of web applications?
I don't want a discussion. I want only the reasons, because in the last few days I have had a lack of ...
10
votes
7answers
3k views
Non-trivial desktop apps that use Ruby?
I'm about to start a project developing a Ruby desktop application. I expect to to be fairly big and I want to learn techniques for dividing code among modules and other techniques for managing ...
10
votes
12answers
3k views
What options are there for serverless databases?
I'm familiar with SQLite and Derby. I used SQLLite in a Ruby project before and I looked at Derby for a personal Java project that went nowhere. Both of these were 2+ years ago, and I'm sure much has ...
9
votes
8answers
447 views
why develop in windows/desktop application?
Just wondering what your comments are regarding the current trend as everything is moving to the web or even the cloud. The significance of an OS or desktop application is getting less attention than ...
9
votes
6answers
367 views
Are web applications more portable than desktop applications?
I often hear people praising web applications (as opposed to desktop apps) for their portability. Indeed, making a desktop application available on multiple operating systems is difficult. However, ...
9
votes
3answers
3k views
Can Maven collect all the dependent JARs for a project to help with application deployment?
I'm just starting to use Maven, (evaluating it, really) and I need to be able to quickly generate a JAR file for my application and a directory with all the dependencies (for example, lib) so that I ...
9
votes
11answers
6k views
Is Java the best language to develop cross-platform GUI applications?
For "best" I intend that the code shouldn't need, or need very few, platform specific tweaks.
8
votes
5answers
339 views
HTML/CSS/JS in desktop applications
I've read about XSS vulnerability in desktop applications like Skype and ICQ.
I wonder why they choose to use html in this kind of applications that can also be written without any html. Is there a ...
8
votes
3answers
627 views
Named Pipes from Windows Service to Client Application
My story is that I am designing a new app which must communicate with a Windows service. After much research I have come to the conclusion that Named Pipes are the recommended method ( How do I send ...
8
votes
3answers
591 views
How to avoid blocking EDT with JPA lazy loading in Swing desktop apps
I'm struggling with real-world use of JPA (Hibernate, EclipseLink, etc) in a Swing desktop application.
JPA seems like a great idea, but relies on lazy loading for efficiency. Lazy loading requires ...
7
votes
1answer
285 views
Which implications does multithreading have on the architecture of a desktop application?
I am writing a multithreaded desktop application.
Generally
I am unsure about the implications that multitreading has on the architecture. There is a lot of literature on architecture, but I know ...
7
votes
6answers
234 views
Where does the professional sheen of a GUI application realistically come from?
I have been playing around with php-gtk recently and in the past I have experimented with Java to make GUI 'hello world' apps.
However both these types of applications have had a bit of a clunky ...
7
votes
4answers
4k views
“Automatic updates” of java (desktop) application
What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm ...
6
votes
5answers
142 views
What are options for writing an SVG-based desktop application?
Say, I want to write a desktop application that will heavily use SVG. What are my choices of rendering engines, GUI toolkits, libraries, etc.?
I would like it to:
run smoothly on Linux/Unix/Mac ...
6
votes
4answers
146 views
Desktop application on JavaScript
Is there any system/compiler/SDK/IDE that provides an ability to develop desktop applications using JavaScript?
6
votes
2answers
156 views
Single instance of a Java desktop application with argument passing
I'd like only a single instance of my Java Swing application to run at a time. If a second instance is opened, I would like it to pass its arguments to the instance already running. How can I do this ...
6
votes
1answer
142 views
AWTPermission Exception while implementing Automatic update desktop application using java web start
I am working in a Desktop application that provides Online Backup of data. In my application i am trying to implement automatic software update feature. For this i am using java web start. I have ...
6
votes
4answers
765 views
Ninject with Windows Application
I want to use Ninject in my Windows application and I want to know if there is best practices that I can do; strategies to find a balance between performance and maintenance.
The problem with Windows ...
6
votes
3answers
160 views
Why the path is getting changed
I have code which retrieves a direcotry path in 2 different forms. If, in one form, I select a path to open a file and process it, when returning to the other form I am getting a Direcotry Exception ...
6
votes
2answers
3k views
How to Package and Deploy Eclipse Java Application
Before I begin, I'm new to eclipse, please keep that in mind when replying. :)
Here is the situation, I have built an java application that has some dependencies (~10 of them). I would like to ...
6
votes
4answers
999 views
Is Perl a good option for writing platform independent desktop applications?
Is Perl a good option for writing (possibly and partially) platform independent desktop applications? I know there are interesting widget libraries like GTK2 Perl and wxWidgets but I'm not familiar ...
6
votes
8answers
2k views
Which language/platform to develop desktop application based on following criteria
Faced with the challenge of a new application with which you had free reign to design, assemble a team to develop and manage:
Which language/platform would you choose?
Why?
Background: The ...
6
votes
14answers
693 views
Why are web applications more popular than local applications?
I ask this because at work I am supposed to develop a web-application that is used in an intranet, by two people. It's an application that should keep some states in a workflow. So I have to keep ...
5
votes
1answer
589 views
How to stop a timer during hibernate/ sleep mode in C# winform application?
I have an application which does a specific task after some time (controlled by a timer). But whenever I start PC after hibernate that application runs. This means that timer keeps running during ...