frameworks

Does any C++ Component Framework beyond Corba Components exist?

I'm looking for a C++ Component Framework like EJB3 (sure, it's Java only) or Corba Components. But I'm not looking for Corba Components. My requirements are portable (linux, unix, optional Windows) C++ interfaces (so, it's not a requirement for the framework itself to be written in C++) optinal well documented or good examples given ...

Advantages of a framework with strong naming conventions

Hi There I know some PHP and now I'm the stage of choosing a framework. After some diggs, I've find that CakePhp is a good choice. After some manual/tutorial readings and trying some cakephp code samples I'm wondering myself about how good is the idea of naming convention used by CakePHP. They are using the term: "convention over conf...

How to Implement URL Routing in PHP. Im a newcomer to know this concept. Help me

I need to know how to implement URL Routing in PHP. Im a Amateur PHP Developer. Guide me. Any Help would be greatly appreciated ...

How to import JSON framework?

I've downloaded the JSON framework DMG from http://code.google.com/p/json-framework/downloads/list. I followed Option 3 here: http://code.google.com/p/json-framework/wiki/InstallationInstructions. For the copy files build phase, I set path to ~/Library/Frameworks/JSON.framework. Buid failed. I then tried setting it to my project root....

Flex Framework that Uses Signals and Slots

Is there a framework for Flex that uses the Qt Signal and Slots paradigm? I'm getting tired of these event-mapped frameworks. ...

iPhone Custom Framework?

I'm learning iPhone programming and I'd like to know if there is some big, most-use, general purpose custom framework that extends functionality and makes it easier to develop apps, like jQuery does in the web realm, but for native apps. ...

What would you suggest for a Javascript MVC framework?

What would you suggest for a Javascript MVC framework? SproutCore JavascriptMVC Junction Something I haven't heard of... ...

What .NET mocking frameworks allow me to specify ANYTHING as an expected argument?

Hi, I am used to using JMock in Java which allows you to specify things such as any(String.class) as an expected argument - which .NET frameworks offer similar functionality? ...

Things to be considered while building a framework

We are planning to build a framework: a cost-estimation framework that will be used across the domains in our organization. The high-level requirement is something like this : If I develop a certain product, how much will it costs me? This generated cost will be used to compare with the cost the vendors have quoted and to come-up with ...

The Business Case for using CSLA

I've been using CSLA in anger for some time on a long standing project. However I would like to use it on a new project and need to develop a sound business case in order to get buy-in from senior management. Can anyone offer suggestions for this? So far I have: It's quite widely adopted so it's easier to find experienced developers T...

Java framework/tool for simple distributed computing problem

Hi We generate pdf files with data regarding monthly financial balance of tens of thousands of clients. At it's peak (100.000 files at the end of year), the process may take as long as 5 days to complete using distribute the load between 5 servers. The distribution of workload is a manual process (eg. server 1 generates pdf for clients ...

C# Multithreading framework for WinForm Application

Just wondering, is there any Multithreading framework out there? Currently I am developing a WinForm application using Microsoft Enterprise Library framework. In this application I want to add threading functionality when running processes, so I can offload processes that I want to a separate thread. Moreover, I need to be able to monit...

Recommendations... JavaServer Faces (JSF), Struts, model2, other

We are looking at reworking a java business management web service that has been in use for over 4 years now. The software's internal architecture has been all custom built and with a bad separation of of the presentation layer and business logic. As well the overall model layer has proven it can't effectively keep up with changing busin...

.Net : main resources, tools and libraries, open source or not, to build entreprise level applications?

As a young professional in .Net, I noticed that there are plenty of .Net application blocks for build an entreprise level application. Still, I could not find a place where all these resources are gathered, as an entry point to .Net development for beginners or professional. Here is my question. Which application blocks do you use in y...

Is there any PHP Framework written as a C extension?

Yes i know Zend, Cake, Symfonie, Kohana and CodeIgniter. But i would like to know if anyone has ever tried to get rid of the huge overload you get by writting core components in php and tried to factor as much stuff out into an extension. Precompiled router classes, caching (modules have a build in memcache), etc. could speed things up....

Is there a high-level language for the web?

Preamble To build dynamic web-sites, we to master at least four languages: HTML for the structure of web pages CSS for layout and design JavaScript for interactivity A language for business rules or dynamic driven data In addition, there's SQL for persistent storage, Memcache for sessions and caching, APIs for the many different con...

Optimize PHP framework loading

I have a custom built application framework written in PHP which I have been tasked to optimize. This framework is a shared codebase which loads MVC "modules" to provide various functionality. Each module is a directory containing multiple PHP classes for controllers and models and PHP files for views. The entire framework loads for alm...

Does CakePHP play nice with Oracle? How about other frameworks?

I'm just investigating some frameworks (CakePHP particularly) for a PHP project I'm about to start, and it must run on Oracle. A quick googling found that Cake doesn't come packaged with Oracle support, and that there is a driver someone wrote, but that was back in April 2007, so I don't know how valid the information still is. Has any...

What non web-oriented python frameworks exist?

I'm looking for a good FrameWork on which base my applications development. In PHP I use symfony, in ActionScript PureMVC, they are all MVC frameworks. I'm looking for a python framework being oriented to general purpose application development, not web application I mean, just applications, services, daemons and so on. Sometimes I hav...

Opinions on DoFactory framework?

Dofactory has a 3.5 framework for developing software and includes some design patterns which are explained in a document. There's a sample app built using the framework which has user interfaces for WinForm, WPF, ASP.NET (WebForms), ASP.NET MVC, plus DAL's using Linq & ADO.NET which makes it a candidate for a learning tool and a framewo...