Tagged Questions
The joose tag has no wiki summary.
5
votes
2answers
180 views
Perl: Javascript::V8 templates - from the perl
Looking for template engine like HTML::Mason (or Mason), so what "compiles" source components into perl code, but instead of perl-code will "compile" components into JavaScript code and after ...
3
votes
2answers
231 views
How do you use asynchronous ORMs without huge callback chains?
I'm using the relatively immature Joose Javascript ORM plugin (project page) to persist objects in an Appcelerator Titanium (company page) mobile project. Since it's client side storage, the ...
2
votes
2answers
158 views
How to dynamically set a function/object name in Javascript as it is displayed in Chrome
This is something which has been bugging me with the Google Chrome debugger and I was wondering if there was a way to solve it.
I'm working on a large Javascript application, using a lot of object ...
2
votes
1answer
275 views
Joose singleton initialization arguments
I have a singleton class based on Joose and I would like to add initialization arguments to it like this:
var programs = Programs.getInstance({
tabContainer: '#tab'
});
tabContainer is also ...
0
votes
0answers
29 views
joose/javascript based mason2 like server side templates
Exists something like Perlish Mason2 templates for the node.js? Mean something with the following functionality:
component based architecture (!!!) (with autohandlers, dhandlers (Base.mc))
on the ...