desktop-application Questions

7

Solved

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...
Schmeltzer asked 8/5, 2009 at 19:38

4

Solved

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 require...
Neela asked 22/7, 2010 at 3:29

4

Solved

I'm developping a mono user desktop application using SWING. I had a little experience with this kind of application on which i used the java.sql api and figured out that it wasn't confortable at a...
Darr asked 20/9, 2011 at 21:5

3

In the number decimal category of Unicode, 460 decimal characters are defined (see this page for some examples). Unfortunately I could not find any character representing a digit regardless of its ...

4

Solved

Sometimes I think I want to develop a standalone (needing neither a web server nor a browser to run) desktop GUI application for Windows, Mac OS X and Linux using HTML5, CSS and JavaScript to...
Matronize asked 26/6, 2012 at 20:32

4

Solved

I've searched a bit, but I 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 pre...
Stationary asked 26/7, 2011 at 18:11

2

Solved

I've done a java application for a hospital. The application is an ERP software. The application is to be installed in around n systems. But installing the same application in all these syst...
Awildaawkward asked 21/11, 2012 at 7:9

6

Solved

Is there any system/compiler/SDK/IDE that provides an ability to develop desktop applications using JavaScript?
Sooksoon asked 3/8, 2011 at 20:42

1

Solved

So I am writing a cross-platform (so far plans for Windows and Ubuntu) application for both the web and desktop. This application is expected to at times be moderately graphically intensive and per...
Culicid asked 24/10, 2012 at 2:41

3

Solved

Current situation I have a desktop application (C++ Win32), and I wish to track users' usage analytics anonymously (actions, clicks, usage time, etc.) The tracking is done via designated web servic...

4

Solved

I downloaded Netbeans 7.1 with all bundle from http://netbeans.org/downloads and installed it successfully on Windows 7. But I can't find Java Desktop Application which should be under Java categ...

1

My webview works like charm when I use it within eclipse but as soon as I pack the application into a jar file it throws the following error: This page contains the following errors: error on lin...
Remunerative asked 24/9, 2012 at 21:47

11

For "best" I intend that the code shouldn't need, or need very few, platform specific tweaks.
Pazit asked 23/12, 2008 at 14:55

2

Solved

And how can I write one? From comments to my reply, this followed: "What we had in the old days - An Applet and Application - is not available anymore." And a rebuttal: Rubbish. It [An A...
Wenwenceslaus asked 16/9, 2012 at 19:14

4

Solved

I have made an application and i need to save some options before exit.(something like window dimension, ..., that will be written in a file.) The main frame has set this: frame.setDefaultCloseOp...
Tengler asked 2/3, 2010 at 7:32

11

Solved

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 a...
Practicable asked 20/1, 2010 at 1:37

3

Solved

A few years ago JSR 296 introduced a framework to create desktop applications in Swing. NetBeans provided tight integration with the reference implementation. I drank the Kool-Aid(r) and created a ...
Alfonsoalfonzo asked 6/12, 2011 at 19:37

4

Solved

I'm currently mid-way through building a HTML5 application. I'd really like to deploy this to desktop and I've looked at solutions such as Sencha but have had no luck (I found Sencha disapp...
Otiliaotina asked 13/6, 2012 at 13:23

3

Solved

I have a desktop application of address diary, developed in C# .Net. I want to make call from software throw land line phone service, in my office we have 8 phone lines, so i want to select line ...
Voletta asked 13/3, 2012 at 13:59

16

What are some solutions for distributing an HTML5 based desktop application? I want to be able to distribute my HTML5 app as a standalone desktop application on Windows, OSX, and Linux. I wo...
Oakman asked 2/2, 2011 at 0:37

5

I'm building a Java desktop application and need to store some local data (preferences and history). For this I'd like to create a new folder in the appropriate location, like AppData\myapp in Wind...
Dropkick asked 21/6, 2012 at 13:42

2

Solved

How to know what language user have selected to install setup in innosetup ? Im using innosetup 5.3 to package my application, its an multilingual application and so it would be useful if i knew wh...
Carrot asked 29/4, 2010 at 10:19

8

Solved

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 announcemen...
Iiette asked 18/11, 2009 at 19:14

3

Solved

Goal: Allow user to select a folder, then find all files recursively that matches a file pattern and transfer(POST) to my web server In essence just a more advanced upload dialog... Standard web...

3

Solved

i usually use hibernate with spring in web applications so i use DI and maven for configuration, now i want to use hibernate in desktop/swing application that doesn't use maven or spring, and i was...
Kneecap asked 14/5, 2012 at 11:37

© 2022 - 2024 — McMap. All rights reserved.