Development Buzz Words

Complete Frameworks React React.js Starter Kit helps you build fast, robust, and modular web apps. Kick-start your project with the latest and greatest development tools and technological stack, the same front-end stack used at Facebook. Node.js Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that […]

Read More »

Javascript Frameworks

This is just a brief post of the frameworks as and when I come across them. Understanding MVVM A Guide For Javascript Developers Full Frameworks (MVC,MVVM,MVW) The-M-Project UI is based on jQuery Mobile Uses a build tool – Espresso AJAX & accessing remote services via JQuery AngularJS By Google Backbone.js Knockout Ember Uses Handlebars for […]

Read More »

Terminal Mac OS X Tweaks

Make all hidden files visible defaults write com.apple.Finder AppleShowAllFiles YES There is also a handy keyboard shortcut to show hidden files in an open or save dialog box. All you need to do is press the following to show and hide them. Command + Shift + .

Read More »

ERROR: [Agent.cpp:164] JDWP error in VM_INIT: TransportException [510/201] binding to port failed (error code: -212)

ERROR: [Agent.cpp:164] JDWP error in VM_INIT: TransportException [510/201] binding to port failed (error code: -212) This is due to you having a clash with the debug settings on another JVM within process definitions on IBM WebSphere. Either change the settings of untick the debug radio button and then restart the server.

Read More »

Developing a JMX MBean – Part 1

Im going to take you through the process of creating, packaging, deploying and using, a java managed bean otherwise know as an MBean. MBeans are regular java beans which implement some interface with the suffix MBean First, create your interface, this is going to expose the methods you can call on your MBean. Now create […]

Read More »