frameworks

Route error after transfer zend projects from Windows to Linux

When i transfer my zend framework application from windows(zf 1.10.3) to linux (zf.10.7) some controllers work fine but some show this exception Fatal error: Undefined class constant 'EXCEPTION_NO_ROUTE' in /path/to/application/modules/default/controllers/ErrorController.php on line 11 /controllers VideoController.php /view /script...

What JavaScript frameworks are out there for building smartphone websites?

Hi all, I'm looking to see what JavaScript Frameworks exist for the creation of Smartphone websites and what your experiences with them have been? Similar to the work in progress jQuery Mobile (http://jquerymobile.com/) Thanks, Denis ...

How to apply Framework in any project ?

We do have various frameworks in java, like spring, jsf etc. At the beginning of any project, how this frameworks are applied to project. If I want to use JSF in my project, what should be starting? Is is based on architecture like MVC ? or in case of Spring, how to apply DI & AOP within project ? How to mixup two frameworks in same p...

How to get start with to build a Framework?

Hello my name is Sandeep, and I am doing my graduate project. The project is to build a framework for design problems. I am new to this I don't have much knowledge about frameworks, and also I'm weak in programming. Please some one provide necessary information regarding this. Where can I get the basic information regarding frameworks?...

Email auto responder - objective-c

Ok I want to do this: If an email comes in to [email protected], it looks at the email's fields. For example: Name:elijah wood Address:77 apple avenue And enters that data into an address book contact. Depending on the fields someone might have sent in a "price quote" or a "brochure request". Like this: If this field is present ...

AccelerometerReadingEventArgs Cannot be found. I added the reference...

I am trying to finish up a tutorial, and I am trouble with AccelerometerReadingEventArgs. I have added the Microsoft.Devices.Sensor and I have stated the using Microsoft.Devices.Sensors I have access to AccelerometerReadingAsyncEventArgs but this isn't exactly what I need. I am using 2.0.5 and I think I need to update, but not sure h...

Mature Clojure web frameworks?

What are the current choices of mature Clojure web frameworks? I am looking for some kind of feature matrix telling me what the popular frameworks support and to what extent, including: Response templating (response written in Clojure or in some other markup - e.g. like JSP with Tiles) HTTP sessions REST with automatic mapping of URLs ...

Zend framework view issues

So, running the newest ubuntu server and im having problems getting the view to work correctly in my application. It seems that every "$this->view->variable" isnt working. My pages are all white with no html (i know it works on other servers as i have the same code running in a lot of places). ...

Can you help me understand what Cocoa is?

I have spent a lot of time getting into iOS development. I have spent a lot of time familiarizing myself with objective-c as well as xcode. I have spent a lot of time going through the motions without understanding the fundamentals of what Cocoa is. I haven't grown up my entire life understanding coding concepts as some people have, and...

why Zend Framework can't find my controller plugin

Hello. I'm trying to write controller plugin to check authentication. I created class of plugin, put in Application directory, Application.php and registered in Bootstrap.php. But there is an error: Fatal error: Class 'Authentication' not found. Where does Zend Framework look for plugins, how to tell it where it is? //Application/Authe...

What are all the "conventions" for Ruby on Rails?

I'm a Django person going into Rails, and I want a guide that shows me all the popular "conventions". For example: plurality, _form.html.erb, stuff like that. Can someone list them here? Or a webpage? ...

Framework in PHP for non HTML frontend.

Hi We have developed a J2ME application with PHP as backend hence our frontend is not HTML. We are handling HTTP request from mobile phone and writing data in the database and sending mail and data to mobile as well, which all are done by PHP and it is working fine. But our PHP server code is not modular hence it is not scalable. So I d...

What Java based technologies have survived the test of time?

There are many Java based technologies. What Java based technologies have survived the test of time? What technologies have you used for a considerable period of time and still use regularly. What technologies have helped, rather than hindered you on a day to day basis. Please don't response with items that you may have used for a shor...

Client-Server Communication with XML

I'm looking for java frameworks, patterns or technics which allow a client server architecture to communicate via xml. Any suggestions? ...

Implementing a public API in java. What framework?

Hi everyone, I'm currently working on implementing the public API of our web application. The application is written in Java. This is a financial application deployed on Tomcat. My users can manage their sales, customers, purchases, inventory, etc. It's a pretty huge application. The font-end is written in Java/GWT. The backend is writ...

Cannot step into XML Serialize() method in VS2010?

I'm trying to get to the code behind the Serialize() method in the .NET framework but despite having followed all the steps on the Hanselblog (and the ones that he references) it's not happening for me. I'm running VS2010 Ultimate on x64 Win7 and would appreciate any help that anyone can give. EDIT: 2010-08-31 I flattened and rebuilt m...

portable lightweight java orm framework for android

Hi all, I am developing portable library on java which will run on mobile device (android, blackberry) . I am looking for lightweight orm framework that i can use here here is list with orm frameworks i found in google http://java-source.net/open-source/persistence . I've used only hibernate and i' not familiar with most of them so any ...

Pantomime = outdated. Sending and receiving mail framework

As I found out, Pantomime framework is outdated. I believe the newest realize came out in 2007. I'm getting a lot of compiling errors because of this. From the top of my head, I got about 1000 errors. So it's probably going to take a while to convert it to a newer version. What is another sending/receiving mail framework that is up to d...

.Net: State of the Art in tools & frameworks

This is question for those who work in .Net and are curious enough to expand their toolset, including also things beyond Microsoft's solutions. Coming from the Java world, there is a toolset I would consider using every new project, such as: Spring for IoC and MVC. JPA/Hibernate for persistence and ORM. JUnit/TestNG for unit testing. ...

Advice on Wordpress Frameworks

Just installed Wordpress on my server for the blog component of my site and came across graphpaperpress.com who make awesome themes for WP. I installed one and thought I could use a heavily modified version for the entire site. Then I started to look into WP frameworks: http://www.smashingmagazine.com/… What are your experiences with the...