frameworks

What are good test automation frameworks?

I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be: Install an Operating System (Ghost, etc..) Configure the operating system (open firewall exceptions, setup users, etc..) Install Software (Vis...

Erlang Front-End Admin Panel

We're looking for a framework in which we can assign multiple roles to different users and allow those users to in turn manipulate certain data (based on their role). We have an ejabberd backend and a Mochiweb (BeepBeep framework) front end, and the nodes are connected so Mochiweb can manipulate ejabberd's mnesia tables. Does a direc...

What PHP framework is most similar to Apache Wicket?

Feature I'm looking for is being component based but not event driven. I also like the idea of defining component in his parent code but describing its placement and some visual aspects in the template of his parent. ...

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 what am I missing out on? ...

Creating variables using $GLOBALS

Hi there, I am currently working on a php framework, which is in some cases structured like the ZendFramework. It has MVC etc. I did not found any equal matching to my problem. My "problem" is I have a variable number of classes (models, controller), e.g. http_handler. Now I have that much classes I can not set them all manualy into va...

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 (like cellphones, windows mobile, etc) that will include Google Gears for offline support a reporting site Since I know basic PHP as well as ...

PHP MVC Framework Design

Hi there, I currently ran into a problem I can not really solve by myself: I ve started to code a "small" framework (browsergame-framework), which follows the MVC pattern in some way. Now I have my index, bootstrap, db adapter, dispatcher, wrapper, but I do not really know "how" to link them. I coded their methods etc. but I do not kn...

Experiences with Javeline / Ajax.org javascript framework?

Hi all, I've been looking for javascript frameworks to build a spreadsheet-like app and found Ajax.org. Does anybody have experience with it? With that name is hopeless to try to google for it. I'm curious about how it compares to Sproutcore or Cappuccino. Thanks! jbar ...

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 off. I have two major concerns. How can i build templates on Zikula? How can i customize it? I will be more than happy i could get links ...

how to have fixed height divs using 960.gs?

Hi everyone, I am using 960.gs to do the layout of a simple page, but am having a hard time enforcing a maximum height for the DIVs I am using. Consider the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; <html lang="en"> <head> <link rel="stylesheet" type="text/css" media="al...

Who here is working with java/jsp as web development can you recommend it ?

Hello all I am now in the process of choosing framework for our web application. I am coming from java/c++ background and built web front ends based on java, but for inner network applications ( not public internet ). I would like to hear what do you think about using java as framework for building web application for the public web...

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" too poor for managing "functional data"... It also seems simpler to handle "complex transactions" with this pattern, or to handle non-DBMS...

On declarative programming in C++

Often I face the problem of mapping the parameter space of one API onto the parameter space of another one. Often I see this solved by nested nested nested ... switch statements. And I was wondering if there would happen to be a library or a technique that allows you to 'declare' the mapping instead of 'program' it. A trivial example ...

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. Thanks ...

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 to develop my 1.0 projects but also create a testing environment for version 1.4? ...

CMake: how do you copy private frameworks into the application bundle under OS X?

We build several private frameworks that get copied into our application bundle during our Xcode build process. I'm moving the whole build process to CMake, and this is one area that I haven't been able to resolve. I have found one utility module: CMakeIngestOSXBundleLibraries.cmake but its a little unclear to me how this might be used...

Schools Interoperability Framework (SIF) integration into application

Does anyone know of any good resources that will help me get started with understanding SIF and how to integrate it into a web-based application? Thanks! ...

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 -- AIR, .NET, etc.) TV sets (maybe eventually) Currently, I’m looking into application frameworks to build upon and I’m torn between pureMVC ...

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? ...

Making headers public in Xcode Framework

Is there a fast way to make headers public when setting up a Framework in Xcode? I always have to click through one by one, changing each one from private to public. This irks me. Thanks. ...