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...
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...
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 ...
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...
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...
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.
...
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?
...
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?
...
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 ...
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...
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...
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...
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...
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'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.
...
Hello,
is there any way of checking with an ASP.NET webpage
if the client pc has the NET framework 2.0 installed?
...
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...
What are the advantages/disadvantages of using a PHP framework over just writing direct PHP code?
...
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...
I would like to hear your experiense with Gizmox Visual WebGui product. Thanks.
...