The framework tag has no wiki summary.
1
vote
1answer
64 views
Building an RPC framework
I'm curious about what it takes to build a simple and robust RPC framework. I've only looked at a few ruby frameworks but they are all lacking in some way. What I want out of an RPC framework is some ...
-2
votes
1answer
34 views
How can I use relation table with EF Code first [closed]
I'm looking all over the web and I don't find anything about this.
I create two tables with code first EF and each of table have an IList<> of the other one, for example:
public class Animal{
...
0
votes
1answer
238 views
How to identify a software development framework? [closed]
Based on what information, can we identify something as a software development framework? For example the Wikipedia article of 'software framework' claims it should include support programs, ...
0
votes
6answers
441 views
PHP frameworks - should I use them? [closed]
First of all let me explain who I am: I am a PHP Developer working for a company developing their CMS which handles online stores, data feeds and other content like blogs. I have been programming for ...
0
votes
1answer
198 views
Automated Qt testing framework
Can someone recommend a good robust "Free" testing framework for Qt?
Our requirements:
Should be able to test basic mouse click / mouse move events
Should be able to handle non-widget view ...
5
votes
5answers
602 views
OOP Design: relationship between entity classes
I have at first sight a simple issue but can't wrap my head around on how to solve. I have an abstract class Compound. A Compound is made up of Structures. Then there is also a Container which holds 1 ...
1
vote
2answers
419 views
Creating my own PHP framework [closed]
Disclaimer: I don't want to start any flame war so there will not be no name of any framework mentioned.
I've been using quite many from the existing PHP frameworks and my experience in each case was ...
3
votes
1answer
214 views
Need advice on framework design: how to make extending easy
I'm creating a framework/library for a rather specific use-case (data type). It uses diverse spring components, including spring-data. The library has a set of entity classes properly set up and ...
2
votes
5answers
278 views
What are the benefits and drawback of documentation vs tutorials vs video tutorials [closed]
Which types of learning resources do you find the most helpful, for which kinds of learning and/or perhaps at specific times?
Some examples of types of learning you could consider:
When starting to ...
4
votes
3answers
266 views
Appropriate use of SQL CLR
We have some back end processes that runs* on our sql server (SQL Server), they involve processing claims. This requires both data manipulation (biz logic) and data read/write to tables. The biz ...
1
vote
1answer
161 views
Best Persistence choice for J2EE-App with frequently changing Data Model [closed]
Whenever I develop a J2EE-Application, I at some point decide to switch from my dummy Persistence (Simply Using Lists and other Data Structures) to some Sort of Database Persistence. Mostly when I ...
1
vote
1answer
140 views
Ruby using the Gosu framework: why it runs slow first time?
I'm creating a Ruby game using the Gosu framework. All good.
Sometimes, when I run the game, it has some kind of slow startup, and probably it will be rather slow during the whole game. So I close it ...
4
votes
3answers
247 views
iOS: Versioned static frameworks vs Git Submodules and included code
For the last couple of years I've been building static frameworks of common APIs for my iOS projects. I can build a universal binary containing all the architectures (i386, armv6, armv7) and wrap it ...
8
votes
1answer
1k views
Is Microsoft Prism alive and active?
I've been doing a lot of reading these last two days on Microsoft Prism, but the thing I'm still not very sure of is what does the future look like for it? I know that version 4.1 was just released a ...
-1
votes
1answer
141 views
Is there a framework for describing object oriented communication standards/protocols? [closed]
Currently I'm dealing with the development of specifications for communication standards/protocols for b2b-integration based on object oriented models.
I.e. if you take a look at the healthcare ...