I am working on a web project. I want to implement same in ruby. I am aware of the ruby frameworks like merb, sinatra. Just I want to know which is most suitable framework for developing web based application using ruby ?
...
I realize that this may be tantamount to asking, "what's the best programming language?" (lots of debate and emotion), but I don't know what do but ask YOU about what Web Frameworks you've had good experience with.
Practically, to be adopted by our IT folks it needs to be HOSTED on Java; thus the two I listed in the subject above. I ins...
Hello. I've a project in .NET Framework 3.5 and as i can see nUNIT does not support it yet. What unit testing framework would you recommend for my needs?
...
I want to isolate database code from GUI design. For a reasonable time I've been reading/searching/skimming on topics like mgm/mvp/mvc/persistence/objects etc.
I really have difficulty in designing a reusable object hierarchy/framework. Delphi is a great tool for RAD but when you want to work things out in a different way the documentat...
Hi,
I'm currently using a custom framework to build Java Swing applications which have event monitoring over a network. I'd like to replace our custom networking layer with something like JMS but our framework is tightly coupled to its current implementation.
This lead me to search for existing application frameworks which may already ...
I don't have any experience with MVC, and am trying to use Grails to write a simple web app. All the examples I've found assume you have a database to base your domain classes off of, and there for have a model based on a database. I'm getting data through an API that does socket communication, and would want the model to be based on tha...
I've used YUI ,which is too heavy.
What about GWT?
...
I just got a few PHP projects which are using a similar kind of framework but I can't tell which one. I have experienced some Code Igniter, Django and Rails before but I can't pinpoint that specific framework. I'm looking through the PHP files for any indications of its origin but they seem to have been wiped out. The person I'm helping...
The more I read about frameworks, the more people seem to complain that they're not worth the time to learn.
Is there a specific use-case that I should be aware of that makes frameworks valuable? Or am I just wasting precious time learning something that I will later on abandon?
EDIT: changed title for clarity. Oops, sorry.
...
Hi;
I am reading "Advanced Mac OS X Programming" by Mark and Aaron. I can't get one terminal statement to work correctly :
cc -g -o useadd -F./Adder/build -framework Adder useadd.m
It's on page 45 - Chapter 3 (Libraries). As you can see, I am trying to link useadd.m against a framework created using Xcode. When I run this command, ...
I'm trying to experiment with project variables in JCAPS, and while I can find some information on how to define them, I cannot find anything on how to actually use them.
Basically, I have a JCD defined that has one item (a filename) that changes between deployments. I would like to be able to re-use the JCD for multiple deployments, s...
I am a big fan of Django Debug Toolbar But what happened is it totally has got Jquery framework being used for all its UI richness. But my application uses Prototypejs. So browser is actually getting confused to execute(or not executing) a couple of methods written by me. So how do I get pass this?
...
I am creating a custom .net hardware framework that will be used by other programmers to control some hardware. They will add a reference to our DLL to get to our hardware framework. I am in need of a shared class that will be accessed from multiple applications (processes).
The singleton pattern seems to be what I need but it only wor...
i'm a new netbeans user.
i'm trying to make a new project, and add a few frameworks.
the status bar just sits at 75% when "Adding selected frameworks".
Anyone have any experience with this?
Thanks
...
Hi Everyone,
Can anyone recommend on a real good book regarding building plugable application frameworks like eclipse?
Thank you very much
Adi Barda
...
You have to pass the args variable to the anonymous function, but the anonymous function does not visibly need the args variable, so you have to memorize when Dojo needs the args variable, but the Dojo help page doesn't say! So, when does Dojo need the args variable?
var init = function(){
var contentNode = dojo.byId("content");
dojo.xh...
We have a medium sized ColdFusion code base for our Intranet and Website. For most of the history of the code we have used hard coded links in the cfm's for where to go and for what 'save' code to tun.
In the last few years we've began using cfc's to handle more of the "navigational" code as well as more automated save code (implicitly ...
Hi,
this one for the javascript gurus:
I'm experimenting with a new javascript framework. Its structure is inspired by none other than the mighty jQuery.
It has a global variable called $j, and .. oh, just see it in action:
/* file: jfoo.js */
$j = new (function(){
var modules=[];
this.loadModule = function(mod) {
modul...
Hello all,
I have asked this question before (didn't get a definite answer) and have read a lot of similar questions to this and I apologize to those getting tired of these sort of questions. :)
I have a fully working PHP web project using my half pint PHP skills in a procedural way. But its not up to scratch at all. It can break at an...
I am looking for recommendations on an application developer framework for Visual Studio. A cursory investigation has identified products such as Strataframe, Mere Mortals, CSLA, Deklarit, xEpressApp, Habanero, Spring.Net, etc. What do you recommend, based on your developer experience?
Some of the key requirements are that the framework...