frameworks

Looking for a communication framework for delphi

I am looking for a communication framework for delphi, we know there are so many communication frameworks for other languages , wcf, ecf and so forth, but i have nerver found the one for delphi till now , anybody who knows about it can give me an ider? There are some requirements i need ,as follows: Building an application(server or ...

Why use frameworks? Convince me I should figure out Zend Framework and use it!

Possible Duplicate: Why use a framework with PHP? To begin with, I just can say that I have always been programming by my own. I use php mostly. So, can you explain me why I should learn Zend Framework or other framework? Why just don't write a pure code by own? edit: sorry, I really wrote into search input why use framework ...

how to added framework to cmake

I have write a small helloworld program that needs cocoa framework. I'd like to know how to add framework in cmake. All the information I have found is out-of-date. I have cmake 2.8.1 on snow leopard. ...

What's the PHP framework equivalent of jQuery?

jQuery made javascript so easy for me, I was able to get up and running in a couple of hours doing most tasks. Which PHP framework has similar ease of use and rapid development/write less ability? Or am I stuck basically learning a new language no matter what framework I decide on? Edit: Just to clarify, I know PHP and Javascript fai...

Is there any readable Tao.FFMPEG how to?

So FFmpeg is grate lib and there are some wrappers for it in C#. Tao is one of my choise. But how to use it 0) In general 1) with live http streams 2) with FLV format There is Tao.FFmpeg help which comes with TAO installl but it is just not for me - I do not get a lot out from there. So I need some richt and clear Blog posts or boo...

J2ME: UI framework

We are starting a fresh J2ME application development. (example: in .NET Composite Application Block for Mobile Devices) I could see www.j2mepolish.org is providing a UI framework. Any other popular framework available for UI? ...

sproutcore or cappucino for web app development?

I recently found out about the sproutcore and capuccino frameworks for web app development as proper MVC approach to creating Desktop-like applications. As far as I could understand, the main difference between the two frameworks is that Cappucino abstracts away the HTML+CSS+Javascript to Objective-J - a new programming language develo...

Do you know a framework that handle a web base whiteboard ?

I'm looking after a framework that offers the standard management of a whiteboard. ie a zone where the web user can draw something with his mouse and will be saved to the server when the form is posted (for instance). (Php, java, .net ?) ...

PHP Framework / Library Suggestions for a Backend

I am about to start to developing backend site of a php project. Companies and site admins will login to this site and manage their data on the project. My previous admin panel experiences were full of agony and pain. So I want to make sure that I choose correct tools for my purpose. By the way, please note, I'm not looking for scaffol...

Framework Similar to Pylons for Ruby

I've been using Python for most of my web projects lately, and have come to really love the Pylons MVC framework. I like the incredible transparency (lack of magic), the built-in components they selected (sqlalchemy, formencode, routes), and the ability to easily change things up (use a different ORM or templating engine). Moving forwa...

Entity Framework conditional mapping operator other than = and is

Is it possible to create an EntitySet with a conditional mapping other than Value or IsNull? Suppose we have have a Product object with a field DateTime Expiration. I want to have ExpiredProducts and ActiveProducts based on Expiration>DateTime.Now so I can query like this: var expired = from p in ExpiredProducts select p; ...

What features do you expect from a Java (Rich) Client Framework?

I'm intending to design (and provide a reference implementation for) a new Swing Rich Client Framework. My job and personal experience covers many project-specific Swing client frameworks as well as the Eclipse RCP, and every one of them had some original and clever concepts, but also drawbacks and rigid realizations. My plan is to inco...

What stack would you use for a new web Java project if you started today?

If you were to start a brand new java project today with the following requirements: high scale (20k + users) you want to use something that is fairly mature (not changing dramatically) & wont be dead technology in 3 years you want something very productive (no server restarts in dev, save the code and its automatically compiled and de...

where web framework webwork?, is it still being released periodically?

Hi all, I interested using webwork 2, after great experience on struts 1.2 on previous project. But after I checked on link text the latest release is 2007, and the few documentation tutorial status "is in progress". anybody know, is it still being developed or released periodically? Thanks in advance. Regards, Mr.K ...

farmville clone

is there any opensource flex or flash code to accommodate a starting point for a game like farm-ville or alike ...

Resources on how to design a framework

Are there any resources on how to design frameworks, i.e. tips and tricks, best practices, etc.. ...

What's the difference between Smarty and Zend?

I came upon Smarty which is a template engine. But there are also the Zend, CakePHP frameworks. Is Smarty like Zend, or are they completely different? Smarty just separates logic from display - is this similar to a framework like Zend? ...

How to persist objects between requests in PHP

I've been using rails, merb, django and asp.net mvc applications in the past. What they have common (that is relevant to the question) is that they have code that sets up the framework. This usually means creating objects and state that is persisted until the web server is recycled (like setting up routing, or checking which controllers ...

session scope in velocity

how can i use session scope in VELOCITY(in view part am using sample.vm like that)... my requirement is when i login into a page,i want to store the user's name& some details in session and if i press logout i want to clear all the information in that session. thanks for ur help ...

Do you need a good background in OOP before moving to frameworks?

Frameworks being all OOP, would it not be wise to go into frameworks without having a solid background in OOP? I can write basic classes but nothing too fancy or abstract. How much should I know of OOP before moving to frameworks? Right now I am PHP Object-Oriented Programming to learn OOP. EDIT: Once you start programming in OOP, i...