[JSMentors] Re: Multiple phone web-based application framework

2011-02-02 Thread jmulligan
I've got a PhoneGap/Build beta account which I haven't had the time to play with. However, I did just make a Hello World app with my lib (http:// abaaso.com) and it compiled for everything except BlackBerry without issue. Win? On Feb 1, 6:27 am, Ivan S ivan.sku...@gmail.com wrote: Hello

[JSMentors] Re: JavaScript must die

2011-01-31 Thread jmulligan
I have no issues enforcing security in a RESTful app by using the HTTP protocol property. By logic SOAP is as flawed. Use RBAC, and the ETag to determine when something can happen, then enforce the authentication before the operation is executed. On Jan 30, 6:46 pm, cancel bubble

[JSMentors] Re: When we'll have a good IDE for JavaScript?

2011-01-28 Thread jmulligan
Actually I know only two IDEs for javascript comparable to VS2010 for C#: .. Check out Komodo IDE. It's XULRunner based so it's on every platform, extremely lightweight and you can choose which APIs auto-complete. It does the standard IDE stuff like custom test plans, etc. I like it's visual

[JSMentors] Re: When we'll have a good IDE for JavaScript?

2011-01-27 Thread jmulligan
I like Komodo from ActiveState. The free version (Edit) is pretty awesome. The Uploader addon makes my workflow super simple. -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/jsmentors@jsmentors.com/ To search via a non-Google archive, visit

[JSMentors] Re: Feedback on namespace pattern implementation

2011-01-20 Thread jmulligan
You create infinite loops by touching the Function.prototype object, you should never do that. -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/jsmentors@jsmentors.com/ To search via a non-Google archive, visit here:

[JSMentors] Re: What do you think of my implementation of HATEOAS?

2011-01-11 Thread jmulligan
Hi, So this morning marks my start of removing the extra try/catches and correcting regressions such as el.clear(). I'm expecting to have the documentation system for abaaso.com in place this weekend or next, and that will have some samples to start. More would follow as time passes and I build

[JSMentors] What do you think of my implementation of HATEOAS?

2011-01-02 Thread jmulligan
Hi, I'm currently working on a library that focuses on REST/HATEOAS for GUIs built purely on JS/CSS/Web Services; and that implies tying a state machine to an observer. I did this with the observer.replace() method and a hook in client.response() that looks for a user defined header, ideally set