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
220 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
421 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
187 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
600 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
402 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
206 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
273 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
260 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
160 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
137 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
244 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
137 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 ...
4
votes
2answers
1k views
Difference between a CMS and a Web Development Framework
The web world is flooded with CMSes. Some tout their CMS as Web Development Framework. Some say it as Content Management Solution and nowadays i m hearing Content Management Framerowk.
When we hear ...
3
votes
1answer
162 views
Architectural considerations for a new black box program
I see an emerging trend in "cloud" computing to move work load to a third-party server and get charged pennies for amount of work done in this way. This could be anything from file hosting to user ...
3
votes
2answers
529 views
Who uses GnuSTEP?
This has been a big question lurking at the back of my head. From what I see, GnuSTEP nowadays is primarily a "hobby" project of a small but tightly-knit group of people. However I haven't seen a ...
2
votes
1answer
757 views
What is the difference between APIs, Libraries, Runtime systems, and frameworks? [duplicate]
Possible Duplicate:
Library vs. framework vs API?
I am having hard times understanding what these concepts really mean. This software stack thing is very confusing. Can you please help me ...
1
vote
2answers
4k views
Learning Zend Framework 1 or 2?
I have programmed for a few years in php and now I'm going to learn zend framwork.
Zend is very popular and there are a lot of tutorials, books and documentation out there. But I saw in the last ...
1
vote
4answers
1k views
Should a PHP beginner use a framework? [duplicate]
Possible Duplicate:
When should I start learning a PHP Framework
I am an absolute beginner programmer. I've got lots of theoretical understanding from university a decade ago but no ...
0
votes
1answer
186 views
Using frameworks or writing code without any framework ? Which is better for 3 months aged PHP programmer? [duplicate]
Possible Duplicate:
When do I need to use a framework?
When should I start learning a PHP Framework
I started to learn PHP about four months ago, and I have been writing some applications ...
1
vote
2answers
132 views
How hard would it be for Microsoft to support deployment of .net apps onto OSX and linux [closed]
Given the announcement of the windows 8 tablet edition and more details on the app store, it would be amazing if this infrastructure could be leveraged for the OSX desktop and or MonoTouch. ...
3
votes
1answer
116 views
Workflow for a plugin assignment
I'm starting a new project in PHP, a plugin for a website that grabs additional data from it through cURL, getContents etc and re-tabulates it in excel. It's a local project, basic script like with a ...
2
votes
3answers
480 views
When should I start learning a PHP Framework
I'm a beginner programmer
I have been learning PHP for a while, though not consistently. But for the past few months (say 3 months) I have been a bit consistent in my learning, largely because of a ...
5
votes
4answers
2k views
Why was Rails written in Ruby?
I know PHP and Ruby.
Using a PHP Rails clone (not out of choice), called Symfony, (which is apparently the best PHP framework), I notice that it's a clone of Rails. I think Symfony is stupid and ...
10
votes
2answers
446 views
How easy should a language development framework be to use?
This is part of a series of questions which focuses on a project called the Abstraction Project, which aims to abstract the concepts used in language design in the form of a framework.
Another ...
5
votes
3answers
309 views
Is structural typing in a hierarchical model necessary?
This is part of a series of questions which focuses on a project called the Abstraction Project, which aims to abstract the concepts used in language design in the form of a framework.
Another ...
0
votes
3answers
485 views
What open source license is best when releasing a framework or library?
I am thinking of releasing libraries and frameworks which I have written in Java to other developers.
I've spent a lot of time researching what open source licenses are available, and the differences ...
4
votes
3answers
176 views
Which programming frameworks offer good multilingual support?
I'm starting a new company, and our software will be a SaaS solution offered to municipalities around the world. Their interface will be web-based. I am trying to figure our which software development ...
3
votes
4answers
1k views
Migrating myself from .Net 1.1 to .Net 4.0
I have been working with .Net for 7 years. ASP Web Apps, Windows Forms, Windows Services, mostly done in C#, but some in VB.Net. And as we started to work with .Net 1.1, we stayed on .Net 1.1.
...
10
votes
9answers
840 views
What lessons did you learn from a project which nearly/actually failed due to bad multithreading?
What lessons did you learn from a project which nearly/actually failed due to bad multithreading?
Sometimes, the framework imposes a certain threading model that makes things an order of magnitude ...
2
votes
2answers
167 views
Network application framework/API/etc
With all the web2.0 hype and webapps being all the rage, the only advantage from a corporate POV that I can think of webapps having is that it is easier to service your user base: upgrades become ...
0
votes
1answer
90 views
User directory - framework
I'ld like to create a very basic directory where user can enter their social network profiles and pick a username. From that data a little website gets generated.
The sign in process should be managed ...
1
vote
1answer
70 views
Frameworks for targetting multiple environments
What should drive the decision behind doing development upon one or more than one framework?
For instance, an ERP is (mostly) run on a Windows station. It leverages full access to device's resources, ...
14
votes
7answers
926 views
When is it more productive to build your own framework than to use an existing one?
I would like to know why you decided to build your own framework in your company.
By framework, I don't mean few libraries you use often. I mean a specific way of building applications on top of ...