A framework is a set of tools additional to a programming language, and to the respective compiler. Sometimes it is mandatory; sometime it is optional, and assists the development of an application.
1
vote
1answer
143 views
Is this an MVC framework?
I have built a framework for my applications that has been working well, and I have always referred to it in my mind as an MVC. However, after reading some more on what an MVC is (not that I didn't to ...
-1
votes
0answers
23 views
Which desktop UI frameworks support keyTips like Windows Ribbon Framework? [closed]
I would like to know which desktop UI frameworks support KeyTips like Windows Ribbon Framework.
I mean , among QT,GTK,FLTK,LGPL,wxWidgets which one do support it or is there any other Desktop UI ...
-1
votes
1answer
73 views
What is the common knowledge expected from a common ssr C# developer? [closed]
I was asking myself, there are many technologies on Java that a semi senior developer could be expected to be able to handle. Maybe Spring, Struts, etc.
However, I couldn't find an answer to that on ...
4
votes
5answers
333 views
Most MVC-strict php framework
I have been trying to wrap my head around MVC pattern for about 6 months.I've read tons of articles, Q&A, and blog posts about MVC and HMVC patterns, but I just simply don't get it 100%.
I tried ...
-4
votes
0answers
60 views
Pros and Cons of CodeSmith framework? [closed]
I am new in Codesmith framework. I don't know why I use codesmith.
What is advantage and disadvantage of codesmith?
What is alternative of Codesmith?
What is more the codesmith at please of Normal ...
5
votes
3answers
206 views
Writing your own framework or using an existing one? [duplicate]
I know there are similar questions to this one, and I've read most of them. Most of the answers to these questions are talking about "cost-effectiveness" and "time-saving" aspects of the frameworks, ...
2
votes
3answers
333 views
How can I cope with every increasing/changing number of frameworks? [duplicate]
I started coding with php, mysql, html, and javascript back in 2002 and heck that is all you basically needed to create any type of website. Over the years I picked up other languages, but what turned ...
-1
votes
2answers
156 views
Best Java framework for Backend Application [closed]
I'm planning to create an application in Android and Web which relies on a back-end java application for data. So, currently I'm thinking of having the business logic in java layer which communicates ...
5
votes
1answer
149 views
Architectural questions regarding, MV** frameworks, NoSQL data models, and gradual refactoring
I have a web app I would like to gradually refactor by adding structure to it.
I have narrowed down the options to Backbone (with some plugins), Ember.js and AngularJS
My goal is to refactor that ...
1
vote
2answers
230 views
PHP frameworks for social network?. Cons and Pros? Flexibility and Modification offered? [closed]
I am a newbie to PHP. I just learnt PHP and MySql from a book working my way through syntax and example codes. Right now I am good at syntax and I can write my own simple scripts.
I was thinking of ...
19
votes
6answers
1k views
Do frameworks put too much abstraction?
I've been programming for a little under a year and have some experience writing systems applications, web apps, and scripts for businesses/organizations. However, one thing I've never really done is ...
-5
votes
2answers
131 views
What good are frameworks without proper IDE environment (PHP - Java) [closed]
I see on the internet a plethora of frameworks, for instance let's consider PHP.
I can choose among :
Codeigniter
CakePHP
Zend
Yii
All these frameworks have pros and cons, however in general the ...
2
votes
2answers
155 views
Building automated unit tests for tools which don't have an xUnit implementation
Preamble
I have been bitten by the bug of automated unit testing. I feel the benefits and the confidence in a code base it can deliver.
I am also feel I have a reasonable intuition as to what parts ...
2
votes
0answers
91 views
Web application framework for embedded systems?
I'm currently developing the software for a measurement and control system. In addition to the usual SCPI interface I'd also give it a nice HTTP frontend.
Now I don't want to reinvent the wheel all ...
6
votes
1answer
206 views
How to choose between lightweight or heavyweight framework for web application
In my current role as a software developer in a Java/Spring/Hibernate/JSF shop, I am sometimes asked to develop large-scale web apps with many interfacing systems and/or large databases as well as ...