frameworks

How would an ORM framework in PHP be structured?

I want to build a small ORM (Object Relational Mapping) framework in PHP. I want to do a mixture of an MVC approach, with the same controller/method/variable approach used by CodeIgniter. There are a few frameworks out there already which do this, but things like Form validation Pagination CRUD And AJAX are very difficult to do in t...

Do you use an architectural framework for Flex/AIR development?

Given that Flex is still a relatively young technology, there are already a bunch of architectural frameworks available for Flex/AIR (and Flash) development, the main ones being Cairngorm and PureMVC. The amount of architectural frameworks is remarkable compared to other technologies. I was wondering how many of you use an architectural...

Best framework for targetting a wide range of mobile devices

I'm trying to build a mobile application on a client-server model where clients are people's mobile devices and the server is a PC - all connecting over bluetooth. I'm expecting the client to be very thin - just enough to establish communications, display some text, and relay user input. What's the best framework to develop in? I want ...

GUI Framework Plugin Design

As a plugin framework developer, I want to specify an interface, myNameSpace.IPlugin, that the plugins must implement. The return value of one of the interface members, IPlugin.GetWidget(), must be of a type derived from System.Windows.Forms.Control and it also must implement myNameSpace.IFoo interface. I also want to allow the plugin d...

What is the current best validation framework for asp.net apps?

To make sure its a DRY approach all validation logic should of course go in the business logic (model). How are validation messages presented to views, should be able to localize error messages Can you generate javascript from the validation framework. Compatibility with JQuery would be perfect Is the framework compatible with a DbC ap...

Do you find java.util.logging sufficient?

Per the title, do you find the default Java logging framework sufficient for your needs? Do you use alternative logging services such as log4j or others? If so, why? I'd like to hear any advice you have regarding logging requirements in different types of projects, and when integrating frameworks is actually necessary and/or useful. ...

GWT Framework

As I use more and more the GWT framework, I face the need to create a custom code for some basic GUI tasks like screen transition, code organization and transmission of data between widgets. Some GUI frameworks, as the JSR-292 for Swing, resolves theses issues for specific plataforms. Do exist any framework like that for GWT? ...

Rendering a view on-the-fly

I'm developing an ASP.NET MVC application that will send the user a confirmation email. For the email itself, I'd like to create a view and then render that view and send it using the .NET mail objects. How can I do this using the MVC framework? ...

Which web framework incurs the least overhead?

I'm playing around with Django on my website hosting service. I found out that a simple Django page, which has only some static text, and is rendered from a very simple template I created takes a significant time to render. When compared to a static HTML page, I am getting ~2 seconds difference in the load times. Keep in mind this is a ...

Remote File upload in grails

I am creating a webapplication using grails which uses lot of ajax.I want to implement file upload using ajax.I dont know how to use ajax for file upload.My sample GSP code is : <!-- code for file upload form--> <div id="updateArea"> </div> I tried with and .After uploading I want to update the 'updateArea' with the result.In result...

framework give me error about cannot started directly

i created web project, and added new class library for framework. This framework includes DAL. But added reference . And running no this give me no fail. runnig give me error: " A project with an Output Type of Class Library cannot be started directly In order to debug this project, add an executable project to this solution which ref...

Best framework for a subscription-based web service business/site?

We're developing a new web service that will be free for low-volume users and subscription-based for higher volume users. Most users will probably invoke it via a plugin for their cms or blog system, and some will use api toolkits for various programming languages. The web service, itself, is straightforward to expose to users, but a fu...

Resource for Recognizing Framework/CMS From URL or Other Clues?

Hello, I'm curious to know which web framework or content management system a website is using based upon clues from the URL, headers, content. Does anyone know of a resource on the web that would provide this? For example: .html -> maybe a flat-file .php -> something built using PHP, perhaps. .jsp -> something using Java Server Pag...

Should web based applications follow web standards?

By day, I am a front-end web developer but in my off time I dabble with other languages such as C, Objective-C, Python, etc. When I first got into web development the idea of web applications was just getting started. Since then two amazing frameworks have appeared, SproutIt's SproutCore and 280 North's Cappuccino (+Objective-J). Sprout...

What is the quickest way to build admin interfaces in PHP?

What's the quickest way to build admin interfaces in PHP? It can be a framework, a library/libraries coupled with a particular approach, or whatever. Background: I'm a Django developer spoiled by auto admin who has to deliver a web-app in PHP. The app is very admin-area/form heavy and has different access levels. ...

Detecting presence of NET Framework on client's PC via .aspx

Hello, is there any way of checking with an ASP.NET webpage if the client pc has the NET framework 2.0 installed? ...

State Machine Frameworks for .NET

We have a system at my work that is basically a message-driven state machine. It takes in a variety of types of messages, looks up some context/state based on the message, then decides what to do, based on the message and the current state. Normally the result is a message being sent out of the system. Are there any good open-source f...

Framework - what is a PHP framework?

What are the advantages/disadvantages of using a PHP framework over just writing direct PHP code? ...

A Scheduler framework for Audit - Balance and Control of the software processes

Hi all, I am looking for a scheduler framework which can provide the following functionality - 1. Audit of the processes - start time, end time and throughput of the process 2. Balance - if necessary schedule jobs according to the load 3. Control - when to run a job? like cron of Unix, helps us to schedule processes at the specified tim...

Opinion on Visual WebGui

I would like to hear your experiense with Gizmox Visual WebGui product. Thanks. ...