I\'m building a framework (OSGi-like) where other parties can program a bundle for. But I want my framework to manage the QoS of the connection-requests that the othe开发者_高级运维r parties will do.
I am using php and building an MVC for my web application.I am to the step where I need to connect to my DB, look at the current URL, compare that to data in my DB, and then return the correct content
I have been using Seam-gen with a small sample database to help me learn the Seam framework.Now I am going to build a more complex application.Are there disadvantages or things that I sho开发者_Python
I have application which consumes XML and based on this creates a GUI. Basically this is declarative language in form of XML to design the GUI. Now I want to create a visual GUI designer to edit forms
Where do I put python files to be redirected to by urls.py in Django? The tutorial showed something like this:
I want to build a desktop app where the size of both the window and the content is resized automaticly according to the resolution of the monitor. I know it can be done easily with the docking feature
Do you know any except GameJS, which actualy isn\'t working on my pc, in FF3.5 i try to start attached jetris demo and i see nothing, even firebug console is clear.
I am new to all this, but here goes: There is an apple file that I would like to use parts of for my app. It is called BatteryTimeRemaining.c.
Greetings, I am looking for a testing framework. Currently we have a home grown Perl script that loops through the input files, calling an AWK script which in turn connects to a server, then collec
I\'m writing a game for iPhone/iPod. My engine is using OpenGL-ES, and this means game requires some performance.