Tagged Questions

Open Source jQuery-based JavaScript framework for developing JavaScript application using traditional MVC architecture

learn more… | top users | synonyms

31
votes
4answers
6k views

Pros and cons of using JavascriptMVC?

For the last year I have been developing a lot in javaScript using jQuery an ketchup. What I was lacking on was structuring and testing. So I went out googling and found javascriptmvc. This framework ...
11
votes
2answers
398 views

Are there any JavaScript MVC frameworks that have no external dependencies?

Does anyone know of a MVC framework in JavaScript that is free of other library dependencies? I'm thinking along the lines of backbone.s or spine.js both of which CLAIM to have no dependancies but ...
11
votes
3answers
5k views

BackboneJS vs JavaScriptMVC vs KnockoutJS

I want to use a JavaScript framework for a complex web application. I have been looking at Backbone.js, knockout.js and JavaScriptMVC. Being pretty new to client side JavaScript heavy web apps, I'm ...
8
votes
4answers
3k views

sproutcore vs javascriptMVC for web app development

I want to use a javascript framework with MVC for a complex web application (which will be one of a set of related apps and pages) for an intranet in a digital archives. I have been looking at ...
8
votes
3answers
1k views

Please share your experience with JavaScriptMVC, alternatives

I have been reading through the documentation on the JavaScriptMVC framework and it looks interesting. I am wondering if anybody here has used the framework, and with what success. So please share ...
6
votes
4answers
488 views

backbone, javascript mvc - styling views with javascript

A few of my views need their textareas converted to rich text editors. I'm using jwysiwyg as the editor. It requires that the element it is being attached to is in the page when the editor is ...
4
votes
2answers
604 views

Using Selenium-IDE with a rich Javascript application?

Problem At my workplace, we're trying to find the best way to create automated-tests for an almost wholly javascript-driven intranet application. Right now we're stuck trying to find a good tradeoff ...
4
votes
11answers
519 views

Just In General: JS Only Vs Page-Based Web Apps

When a developing a web app, versus a web site, what reasons are there to use multiple HTML pages, rather than using one html page and doing everything through Javascript? I would expect that it ...
3
votes
1answer
515 views

javascriptMVC jqueryMX Controller VS. widgets - can we all get along?

We built a ajax website and are thinking of migrating to javascriptMVC. Our site has our own home-made controller which handles ajax calls for html and JS and the UI uses JQuery UI widgets ...
3
votes
1answer
396 views

Rails 3 - How to pass authentication token to client side framework like Sproutcore

I'm looking into developing a Sproutcore client-side webapp with a Rails 3 backend. One of the problems I'm envisioning is having to pass the authentication token along with the communication between ...
3
votes
3answers
2k views

Holistic Tutorial or Book for jQuery MVC

I'm already familiar with javascript, but am looking for a holistic tutorial or book that would teach me, from the very basics, how to create interfaces with mvc design pattern. It should use either ...
2
votes
3answers
28 views

How to access the function of different controller? - JavaScript MVC

Assume I have 2 controllers that handle 2 parts of the page - header and page content. Most of the actions happen in pagecontent.js (controller for page content). It has set of functions to load ...
2
votes
2answers
617 views

Node.js Express for REST? Are there controllers in Express?

I'm currently developing a community (like a lightweight "social network") for a limited (local) target. This is the first project where SEO doesn't matter and where I can happily exclude no-js users. ...
2
votes
2answers
318 views

How to write a modular JavaScript application?

I am planning to rewrite an existing Silverlight application using HTML, JavaScript and CSS. This will be a rich internet application connecting to a server only for data (JSON based web services) - ...
2
votes
1answer
421 views

Backbone.js - Adding keydown events when view is active?

I have a view called gallery that options. I want to listen and act on keydown events when the gallery is rendered (until it's closed). How do I do this in backbone events? I've tried all variations ...
2
votes
3answers
106 views

Why no semicolon at the end of js expression in javascriptmvc app?

I am starting to learn javascriptmvc, and in code samples, I see code without semicolons at the end of expressions. Does this count on automatic semicolon insertion or am I missing something? code ...
2
votes
1answer
203 views

JavaScriptMVC installation

I want to start my journey with JavaScriptMVC, but I really don't know how to install it properly. I mean I know, I may put it in public_html, but is it possible to place it in the system (like Rails ...
2
votes
1answer
2k views

JavaScriptMVC (JMVC) Tutorials

I'm interested in learning JavaScriptMVC. I've gone through Getting Started and a bunch of the official docs, but I learn best by looking at other people's code. I'm not finding much else in the way ...
2
votes
1answer
378 views

javascriptMVC and Rails folder strucuture

I've recently started working on an app that needs heavy scripting client-side and have been looking at integrating Rails with JavascriptMVC. found out that the folks at JupiterJS are doing the same, ...
2
votes
1answer
400 views

javascriptmvc folder structure with asp.net mvc

It seems to me the first biggest hurdle of fitting javascriptmvc into asp.net mvc, is the folder structure. Has anyone adapted the asp.net mvc folder structure to serve up content files from the ...
1
vote
1answer
33 views

Access MVC3 Model properties from Javascript in the View

I am trying to build out a google chart in an mvc app. Here is a snippet of google Chart javascript function drawChart() { var data = new google.visualization.DataTable(); ...
1
vote
1answer
35 views

Design Pattern: Using Javascript MVC to build a toolbar

So I am building a complex web app, part of this involves the building of a tools panel. The tools panel will be composed of buttons or subpanels. Each button should have an action attached - it can ...
1
vote
1answer
93 views

Load specific groups of data using Spine.js?

Spine.js takes the stance that all data should be loaded upon first request and operated on from within the browser as to avoid blocking the UI. I totally agree. But... what if I want to load all of ...
1
vote
1answer
198 views

How spine routing (spine js mvc) work?

I have tried Spinejs library for a few days, I have the document on Spinejs.com but till now, I still don't know how exactly Spine routing work. From the document, I know how to create a new route and ...
1
vote
1answer
145 views

How do I get started with JavaScriptMVC? [closed]

Are there any good resources to get started with JavaScriptMVC? Resources like tutorials, blogs or books? This is what I have found so far https://gist.github.com/989117 ...
1
vote
2answers
571 views

Backbone.js - Binding from one view to another?

I have a main app view, with a filter menu in the header. When it's clicked, I want to filter content in a seperate news-feed view. But I don't know how to bind events (and pass class data) from ...
1
vote
0answers
249 views

JavascriptMVC custom events

I have recently been experimenting with the Core parts of Javascript MVC, well the MC bit for the time being. When i fire a custom event from a model eg. this.publish('initialised'); the ...
1
vote
0answers
139 views

JavascriptMVC and RubyOnRail integration

I saw one question related to folder structure on JMVC and ROR. My question is different. I am new to both and I want to know how to integrate JMVC created files with RubyOnRail created files. Think ...
1
vote
1answer
173 views

Integrating jqGrid and JavaScriptMVC

Has anyone tried to integrate jqGrid and JavaScriptMVC, particularly using JMVC's model encapsulation to retrieve data instead of jqGrid? It seems easy to add jqGrid as a plugin, but trying to ...
1
vote
1answer
164 views

How to deploy JavascriptMVC?

I've started using javascriptmvc (http://javascriptmvc.com/index.html). The total size of javascriptmvc itself (without my app) is about 23mb. When I deploy my app with javascriptmvc, do i need all ...
1
vote
1answer
368 views

JavascriptMVC: localStorage example?

I'm trying to use JMVC's localStorage plugin to cache my models until I explicitly update them. The only example I've found is the following, that says that I have to manually store the models in the ...
1
vote
0answers
106 views

JavascriptMVC: does it cache models?

I'm a rank beginner with JMVC. I'm trying to figure out whether it stores models anywhere after they are retrieved from the server. For example, the Model docs have this code snippet: ...
1
vote
2answers
328 views

JavascriptMVC binding doesn't work

I just want to do a simple button-click. But nothing happens on click ;-( Controller: $.Controller.extend('Cookbook.Controllers.Extra', { onDocument: true }, { "{window} load": function() { ...
1
vote
1answer
201 views

Passing form data to controller method - child properties are not getting filled in

My app is using JavascriptMVC on the client side, and ASP MVC is basically functioning only as a REST service. Here's a typical controller method: public JsonResult Update(CustomerDto dto) { var ...
1
vote
1answer
757 views

Mac Terminal error '-bash: ./js: Permission denied'

I'm learning JavascriptMVC and I'm running the following command in the Terminal, which I got from here: ./js jquery/generate/app cookbook I'm new to the command line. All of my Googling is coming ...
1
vote
1answer
159 views

integrate yui with javascriptmvc

How to integrate yui with javascriptmvc? I want to use yui3.Tabview in my application based on javascriptMVC.
0
votes
1answer
19 views

Displaying the submitted javascriptMVC form Data in another Div

I am using javascriptMVC and the issue I have is this. I have a form with almost all the types of Input, and when I submit on the form I want the data displayed in another Div next to it. I don't ...
0
votes
1answer
52 views

How useful is EJS?

I've been looking into EJS and JavaScriptMVC. I see quite a bit of value through JVMC's controllers and their models (in some cases, namely 3rd party rest integration). However, I develop in PHP ...
0
votes
0answers
22 views

Dynamically loading a Controller in javaScriptMVC framework

I am using JavaScript MVC framework and the issue what i have is I have two links Login and Register and one Div in which the content is displayed when i click on a particular link i want the ...
0
votes
2answers
35 views

What is JavascriptMVC's assertEqual function?

I'm a total noob to JavascriptMVC so I'm going through the tutorials. But I have to say something that I'm sure is very simple is totally confusing me. In some of thier tutorials they reference a ...
0
votes
1answer
39 views

Startup issues with javascriptMVC

Ok, so this is a beginners question. I am trying to use the jQueryMX part of javascriptMVC. I have tried reading the docs, but I still have problems understanding the simplest things. So I want to ...
0
votes
1answer
59 views

Patterns to organize overal architecture of single page application

Good day! I'm getting started with client side MVC (looking on JavaScriptMVC, Knockout.js etc) and I have question about overal architecture. Say I have one-page application. It has a number of ...
0
votes
2answers
100 views

Backbone.js with php interaction

I have tried to create the user interaction page with backbone.js & php. But I can't able to call the function when i submit the html form. Anyone can assist me? Here are the code ...
0
votes
0answers
81 views

buildjs fails when EJS template is included in JavascriptMVC app

We just updated to JavascriptMVC 3.2 which was released a few days ago. We've had no problem updating the necessary steal() calls to load dependencies in development mode, but when it comes to ...
0
votes
1answer
74 views

Backbone.js highlighting broken with a lot of data on the page

So, I am using Backbone.js in an application. I am associating segments to urls. So a segment can contain many urls and a given url can be in any segment.There is a url pane and a segment pane. The ...
0
votes
2answers
154 views

SEO friendly javascript framework

At work I design web apps for internal use so seo is irrelevant. I usually use javascript mvc for the front end. I'm planning on building a public facing website where seo will be very important. Is ...
0
votes
2answers
50 views

How to invoke “{Model.Foo} updated” after model update?

I have a javascriptMVC Model /** * @class Hzfrontend.Models.Warmwasser * @parent index * @inherits jQuery.Model * Wraps backend warmwasser services. */ $.Model('Hzfrontend.Models.Warmwasser', ...
0
votes
1answer
92 views

How would an MVC guru handle these Model attribute changes and their Controller consequences?

I'm developing a JavaScript application that should render a visualization based on either settings in the URL hash or based on user interaction. (For the moment I'm using Backbone.js for MVC but I ...
0
votes
1answer
150 views

How do you call a function from a jQuery controller?

I'm using JavascriptMVC and have a controller of the form $.Controller.extend('AppName.Controllers.ControllerName', { onDocument: true } { initControllerName: function() { ... }, ...
0
votes
2answers
81 views

Javascript MVC: Object vs Model

What is the difference between a model as in the M in MVC javascript, and a simple object? Thank you!

1 2