frameworks

Creating a Cocoa Framework

Hi, I've created a working Cocoa framework which I wish to redistribute. The problem is however, it won't run outside of Xcode. I've read something about @executable_path/../Frameworks, which I did not include, because I don't know where to put it :/ Therefore I run my app in Xcode using the DYLD_FRAMEWORK_PATH variable which works fi...

call_user_function_array() and __construct

I'm working on a simple framework, and I'm having a slight problem. I'd like to use call_user_function_array() to pass parameters to a function. That's fine, except the function I want to pass it to is __construct. I can't create an instance of an object with cufa(), and by instantiating an object, and then using cufa to call that instan...

Products combining framework and visual IDE for web development?

We are looking for some tools to help us with our web development speed. The two main areas that we have pinpointed as parts of the problem are "Framework/Flow Management" and "Visual/Layout Development" Ideally we would find a tool that handles both rather well. However, it seems like there are few tools that handle the middle ground...

Does anyone know to upgrade a VB.net 2.0 project to 3.0 in VS 2010

Yeah folks i need to upgrade from .net 2.0 to 3.0 framework, for a VB.net project. I have done this upgradation for a C#.net project in VS 2010, but I dont c the option, for it in the properties submenu of the Project Menu. Thanks in advance ...

What's the best way to communicate the purpose of a string parameter in a public API?

According to the guidance published in New Recommendations for Using Strings in Microsoft .NET 2.0, the data in a string may exhibit one of the following types of behavior: A non-linguistic identifier, where bytes match exactly. A non-linguistic identifier, where case is irrelevant, especially a piece of data stored in most Microsoft W...

best CAPTCHA framework for gae.

i need a CAPTCHA framework on google-app-engine what a CAPTCHA framework you are using . thanks like this :http://recaptcha.net/learnmore.html ...

What is a framework? What does it do? Why do we need a framework

Hi, Can someone please explain me what a framework is? Why do we need a framework? What does a framework do to make our life easier? ...

Why does FastCGI not work well with Ruby on Rails?

It is said that FastCGI doesn't work well with Ruby on Rails deployment. Why is that? In previous experience, something either works quite well or it might be fundamentally wrong. So if FastCGI is a viable solution, why is it not reliable with RoR? Does FastCGI work well with most any language / frameworks? ...

Open source report framework

I'm looking for a open source report framework for statistics. A more detailed explanation is: We have a number of tests running on different servers collecting data (for example, login time) every 5min. What we need is a framework that collects this data (or exposes web services for us to push the data into the framework) and presents ...

Web-apps : to framework or not to framework?

I know PHP and am just beginning with MySql (but plan to use ODBC). I don't need any books explaining that. I am probably qualified to develop a simple web site, but aim at taking on quite ambitious apps. I imagine that almost all web apps have some commonality like security, scalability, etc (I have absolutely no idea how to distribute...

Enterprise Library - configuring exception handling

I'm having some problems configuring the exception handler the way I want it. What I want is to log the warnings and above in one file (errors.txt) and everything (including the warnings and errors) in a file named all.txt. The problem is that I can't get the errors to be logged in all.txt, I only get an entry in errors.txt and a separa...

Dyld: Library not Loaded Error Mac OS

Hoookay, So I know I'm about to get a dozen "load the lib dummy" answers to this, but here goes... junk.framework is exporting some objects of another project (junk.app) so I can use it on a remote.app node on a cluster. I can compile junk.framework (which I realize means nothing anymore with dynamic loading) and compile and link remo...

Is there a Ruby on Rails framework like equivalent for .NET development?

Answers like ASP.NET MVC or Entity Framework really aren't acceptable as they address just one aspect of the problem domain. I'm looking for a framework ... a REAL framework that gives me the same features out of the box that Rails does. As such it should include at minimum: MVC for presentation ORM Ability to provide simple configur...

MVC/MVP/MVVM frameworks for Java GUI applications

Can anybody recommend a (preferably open-source) framework for decoupling GUI from model in Java desktop applications? ...

Ad framework for Cocoa (Mac) applications?

Does anyone know any good frameworks that would allow me to integrate some ads into my Cocoa Mac application? ...

Using Git or Mercurial, how would you know when you do a clone or a pull, no one is checking in files (pushing it)?

Using Git or Mercurial, how would you know when you do a clone or a pull, no one is checking in files (pushing it)? It can be important that: 1) You never know it is in an inconsistent state, so you try for 2 hours trying to debug the code when your code is in a inconsistent state. 2) With all the framework code (such as Ruby on Rails...

Regression Testing and Deployment Strategy

I'd like some advice on a deployment strategy. If a development team creates an extensive framework, and many (20-30) applications consume it, and the business would like application updates at least every 30 days, what is the best deployment strategy? The reason I ask is that there seems to be a lot of waste (and risk) in using an agil...

What is the best framework for developing a Java CRUD for an existent database?

We have a Java application with lots of config tables on the database (Oracle). We'd like to have Web-based GUIs for setting up these tables, that we currently update via SQL queries. What is the simplest way to develop CRUDs for a subset of our database? Is there any Java-based framework for doing this? ...

technology for new webproject?

Hi there, i am planing to set up a new webproject which has to use a database and a model which can be presented in a browser. I looked at a lot of technologies (JSF, PHP, ..) but i could not find a free and easy framework/technology for me (in the end i prefered asp.net, but this is not free). What can you recommend me for a new webp...

Classification question

If php and ruby are languages, and cake and rails are frameworks, how do CMS like drupal and joomla fit into the scheme... can you use them in any language and any framework? ...