I have two applications communicating via RMI, a slave server (of which there will be multiple) and a master server.
I was reading about creating graphics \"abstraction layers\" to make it convenient to switch between graphics platforms. Unfortunately, I have not been able to find much detail about the subject. Is t
What does data abstraction refer to? Please provide real life examples alongwith开发者_运维知识库.Abstraction has two parts:
define(\'anActionType\', 1); $actionTypes = array(anActionType => \'anActionType\'); class core { public $callbacks = array();
I\'d like to extract out logic from the controllers to somewhere that it can be more DRY.What\'s the best way of handling something like the following in Rails?
I have a more or less large Perl script of ~ 1000 lines. The script accepts a few arguments and it runs straight forw开发者_开发百科ard. No modules, no functions. The script could be divided into thre
This may be a silly question with an obvious answer, but I\'ve pondered it for quite some time and can\'t really come up with a good answer on my own.
I am writing a CakePHP application and am trying to have tex开发者_JAVA技巧t that is frequently displayed (or particularly long) saved in a config file somewhere that we can easily edit it.
When importing some data type, it is necessary to put (..) for constructors to be imported. Is it possible to prevent exporting constructors of some data type, even when that data type is expor开发者
When utilizing a UI abstraction, then the data you\'re displaying is protected from implementation changes in the UI layer. Does/should/can this extend to higher-level things, like for example, displa