2
votes
2answers
65 views
+100
What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone?
What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone? In OS 3.0 they're supposed to be 1000 new APIs more than in 2.2, so which one of these are the …
44
votes
41answers
3k views
Why no love for SQL?
I've heard a lot lately that SQL is a terrible language, and it seems that every framework under the sun comes pre-packaged with a database abstraction layer.
In my experience though, SQL is often …
1
vote
4answers
115 views
PHP: Does $_this have a special meaning?
I cant seem to find any documentation on what $_this means in PHP. It seems to be used quite a bit in the CakePHP framework.
Any ideas?
4
votes
4answers
109 views
Data storage in PHP Frameworks
Actually, I'm looking for a framework which helps me using a "Data Mapper" pattern.
I have noticed that a lot of PHP framework propose an "Active Record" implementation...
I found the "Active Record" …
0
votes
3answers
48 views
How to run multiple versions of Symfony PHP Framework
I have several web projects built with Symfony v1.0, but I am excited by the new features in Symfony version 1.4 (Improved security, native email support and improved performance).
How can I continue …
2
votes
15answers
298 views
Java web frameworks
I was looking around to see if there is an equivalent to django/RoR in java.
I found:
Play Framework
Grails
Does anyone have ever tried those frameworks, or do you know any other?
Are they …
0
votes
2answers
35 views
PHP: What Opensource extentions can we add to MVC frameworks?
Hello All,
I am currently working on my own implementation of MVC php framework. I would like to know what opensource extentions/libraties are good enough to be added to a common php MVC framework.
…
1
vote
6answers
84 views
Need a better language/frameworks doing RESTful webservices
I'm developing out replacements for our company's web service stack.
The current stack was developed using SOAP and had some REST endpoints manually hacked in. It's a maintenance nightmare.
I can …
0
votes
1answer
29 views
Flex Application Framework — PureMVC Portability vs. Swiz?
Hi all,
My company is building a Flex application that we may need to port to other platforms:
Silverlight (likely)
Mobile (maybe -- iPhone: Objective-C , Android: Java, etc.)
Desktop (maybe -- …
4
votes
5answers
107 views
Why use a framework with PHP?
I'm curious, what are the advantages (and disadvantages) on using a framework with PHP?
I've been using PHP on and off since version 3. I've never used any of the frameworks available for PHP, so …
1
vote
3answers
97 views
Advice on framework design
Hello, i'm currently constructing some kind of mini-framework for a project, and come up with this solution. I have tried many of them, but this seems to me very convinient (code is shortened for …
1
vote
2answers
15 views
How does Xcode know where to look for a framework?
Example: I import a framework like this:
#import <Cocoa/Cocoa.h>
Now what's that "Cocoa/Cocoa.h" path? I mean... from where does Xcode start looking? Where is this configured? And is that …
0
votes
2answers
67 views
J2EE or .NET MVC? Which one to choose? Pros and Cons?
Hello There,
I'm starting to develop some applications for the web, although I'm not a programmer, I'm a project manager, I do try to understand the technology behind the projects that I'm engaged …
0
votes
2answers
26 views
Where can i get good resources to start learning the zikula framework?
A client just asked me to develop a site for her company and she particular requests the use to of the Zikula PHP framework.
I don't want to propose something different cause i think i can pull it …
3
votes
2answers
105 views
Django vs PHP+framework
Hi,
I am in the process of choosing a web framework for an application that will contain:
an ajax heavy user interface for administration and configuration
subsite accessed by mobile terminals …
