Questions tagged [desktop]
6 questions
5
votes
2 answers
Python MVC framework for desktop applications
I'm used to program with Python and GTK using pygtk library.
I feel like my programs are not well separated according to MVC model.
I think following a framework it would help me to design better desktop
applications.
I'd like to know which Python…

Murilo
- 51
- 1
- 3
4
votes
2 answers
Is Ruby on Rails a suitable framework for a desktop application?
I was wondering if there are obvious advantages and disadvantages to using Ruby on Rails to develop a desktop application.
RoR has great infrastructure for rapid development, proper implementation of specs and automated acceptance tests, an immense…

Armand
- 6,508
- 4
- 37
- 53
3
votes
1 answer
If the UI layer depends on the Application layer. Who starts the application/process?
This is related to DDD for a desktop application in c#...with 4 layers ui/application/domain/infrastructure. Actually 3 desktop applications sharing part of the domain and part of the infrastructure.
In an effort to avoid developers crossing the…

user143323
- 31
- 2
3
votes
9 answers
Is there a way to develop desktop software using PHP?
I have to develop a real estate marketing CRM software for my client - where the application is installed on desktop but can also be accessed from web.
2 reasons why they want the application to run from desktop :
So that it can work with/without…

user1492018
- 57
- 1
- 1
- 2
3
votes
1 answer
How to render RSS feed in a desktop RSS reader?
Consider one feed like this: http://feeds.feedburner.com/codinghorror
It has the entire content inside the description tag of the feed, so you don't need to access the website to read the post.
Now I have the problem of creating an interface for a…

Thiago Moraes
- 161
- 3
0
votes
2 answers
Small self-contained windows desktop application technologies?
Firstly, I'm not new to this. I've written desktop applications for Windows going back to 1991 with Visual Basic 3.0. I've used C/C++ and Win32 API, VB3-6, C# 1.0-4.0 and currently knock out web applications in ASP.Net MVC. However I haven't touched…

pointyhat
- 11
- 2