frameworks

Zend Framework compound primary key update

Hi, For a project I need to update a row where the PK contains two columns. At first I thought I should do it like this but it gives me errors. Anybody with a solution? $data = array('foo','bar'); $where = $this->_getGateway()->getAdapter() ->quoteInto(array('customerId=?','date=?'), array($comment->customerId, $co...

Searching a free alert framework for a java application

Hey, my first question here :) I'm searching for an alert framework. It should be able to do: sending alerts about multiple channels (E-mail, SMS, Real time monitor) should be easily configured. That means, alerts must be created without programming skills. Maybe in a xml-File or something like that. There must be a configuration file ...

PHP rapid skeleton generator for basic CRUD?

I have been tasked with building a simple web based system for managing a list of vehicles. I am interested to know whether there are any robust, clean PHP 5 frameworks / libraries that are specialized in doing this quickly. They should be able to quickly build a skeleton web back-end to an arbitrary data structure with the basic fun...

This framework cannot be suitable for large scale project?

Hello there, I have developed a project using Symfony that on average takes circa 500ms to load one page on my laptop locally. I am worried. This laptop is at the minute only serving me, but what happens when this becomes a large scale project same size as facebook and mySpace? Surely, Symfony cannot be suitable for a large scale proje...

xajax with zend framework

Hi, I want to integrate xajax with zend framework. Is it possible ? how ? ...

Automatically Populate Objects from HTTPRequest

I have started developing my own web framework which has been coming along quite nicely. It simplifies and cators for all my specific needs. I have tried many frameworks like struts, struts 2, tapestry, spring and the list goes on. There are 2 big problems I find in all of these frameworks. The ability to work with specific business lo...

How do i cache my business objects to avoid round trips to the database?

I have got myself saddled with an existing application - which attempts do do a lot of things by itself and does most of it badly! This application is an ASP.net 3.5 Web application having the typical UI -> Business --> DAL kind of pattern. The problem i am faced with is the fact that when multiple users are requesting the same informa...

Programming iOS apps with PhoneGap and/or QuickConnect

Hi everybody, A friend of mine told me that some frameworks (PhoneGap and/or QuickConnect) can transform my HTML/JS/CSS code to an iOS App. Personally, I hate this kind of frameworks because when you get a bug, it's very hard to debug. But, on the other hand, as i'm starting learning iOS programming, I find Objective-C hard to learn. ...

zend framework plug-in - predispatch()

I wrote a plugin with predispatch() method to check access rights on each controller request . I have made plugin as : class My_Plugin_Checklogin extends Zend_Controller_Plugin_Abstract { public function preDispatch() { if (isset($_SESSION['Zend_Auth_Static'])) { //no login $request = $this->getRequest(); ...

What do you think of Rhodes framework?

When developing for mobile applications I want to target multi platforms, thus, i found that Rhodes Framework allows to code "a single application that works on all major smartphones". As it's a ruby framework and I'm not a ruby programmer, I want to know if it's worth it ! Is Rhodes working well in a production enviroment what custo...

Are Entity Framework Models Reusable With Multiple Data Sources?

I'm planning an architecture where we have several legacy databases all having somewhat similar (but not exact) schemas. I'd like for my application tier to have a single, unified model that is filled from the appropriate data source at runtime. Does Entity Framework allow me to declare a single conceptual model with mappings to and fr...

What's the most productive frontend framework to use with SOLR as the backend?

Want to build a web app using SOLR as the only backend. Most of the data will be stored in SOLR via offline jobs although there is some need for CRUD. Looking at popular web frameworks today like Rails, Django, web2py etc. despite NoSQL the sweet spot for productivity still seems to be around active record implementations sitting on top...

Best Framework for RPG/RTS Platform Dev?

Just starting off on iPhone development and I'm looking for some input as to the best platform/framework upon which to build at the moment. I've looked at various options a year or so ago such as cocos2d, unity, and others, however I'm looking for some more current input from those in the trenches. I am starting on an RTS Diablo-esque ...

Stripes, Spring, Play (or ?) : which high performance Java framework to use ?

We are beginning to build out a webapp which will probably see a lot of traffic. We dont have a lot of money, so we want to reduce hardware cost. More or less, I think that means we will try to be as stateless as possible (as the Wicket way suggests - have bookmarkable URLs, etc. etc.) The other problem is that we are gonna be hiring co...

Zend Framework Email Contact fetch Plugin

hi any one can give me link for contact fetch script in zend frame work or how can i do it ...

PHP, ZF: Zend_Acl for module-controller-action

hi 2 all. I need some examples (URLs) for adding Zend_Acl (roles and rules, allowing to visit or deny actions). I've googled but didn't find exactly that I need - step by step guide to provide such operations with module, not just controller-action. BTW, it's good if in example will be used Zend_Config. Thx in advance! ...

iPad book framework/platform/pattern available?

Hi, I have just started with iOS development (getting close to finishing my first app). For my next app I want to convert a children's book that my wife wrote and illustrated into a free iPad book. I am wondering if anyone knows of a framework that would provide me a lot of the basics for handling page turns, basic audio, maybe a tab...

Do you think it worths developing a whole website(with many applications) using Java technology?

Possible Duplicate: Java still relevant for web programming? Hi all, If you are an expert in web development, please comment about the above question. More specifically, I want to know if Java technology has still a future in web-development. I know that there are many other languages and platforms out there, but I wonder i...

What are your experiences developing in Scala/Lift ?

I heard a lot of good things about Scala and the Lift Web framework recently, especially from Foursquare's guys hence, I might use this technology in my next projects. Are any of you Scala/Lift Developers? What have your experiences been for developing on this platform and what are its advantages over Ruby On Rails or Python/Django? ...

Web app frameworks?

I'm in the middle of developing a CMS web app and I'd like to make it work well and look nice. Of course the age-old issues of browser support com into play here. What are some good frameworks for developing "Web apps"? I'm talking about libraries that do things that like AJAX, animations and HTML5 support. Please provide link and de...