Tagged Questions

26
votes
15answers
1k 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?
11
votes
5answers
1k 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 …
11
votes
10answers
428 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 …
10
votes
19answers
677 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 fo …
9
votes
6answers
197 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 di …
8
votes
17answers
572 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 app …
8
votes
2answers
188 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 …
8
votes
14answers
686 views

Does desktop development matter?

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 …
8
votes
11answers
2k 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 …
7
votes
10answers
277 views

Prevent Casual Piracy for Simple Utility

I've written a small utility that I wish to sell for less than $10. My primary concern is "casual piracy". The scenario that plays out in my mind is this: User buys the progra …
7
votes
3answers
667 views

Can maven collect all the dependant 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 for my app and a directory with all the dependencies (eg: lib) so that I can …
7
votes
4answers
2k views

java background/daemon/service cross platform best pratices

Howdy 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]). …
7
votes
14answers
499 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. S …
7
votes
7answers
555 views

High-level languages for out-of-the-box GUI desktop application programming

After I discontinuned programming in C++ while entering into web authoring I was spoilt by PHP's high level contructs like hash tables or its dynamic, weak typing. I remembered the …
6
votes
9answers
772 views

Developing lightweight (no runtime) Windows based GUI applications using free tools.

Does anyone know of free tools (languages, environments, IDEs) that would support development of GUI applications on the Windows platform? The end result I am looking for is to be …

1 2 3 4 5 11 next
15 30 50 per page