Skip to content

Commit

Permalink
added link to the angularjs plugin for IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jul 5, 2013
1 parent 5039f7c commit b06b807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPERS.md
Expand Up @@ -22,6 +22,7 @@ For those interested in [contributing](http://hawt.io/contributing/index.html) o
* [AngularJS](http://angularjs.org/) is the web framework for performing real time two-way binding of HTML to the model of the UI using simple declarative attributes in the HTML.
* [jolokia](http://jolokia.org/) is the server side / JVM plugin for exposing JMX as JSON over HTTP. It's awesome and is currently the only server side component of hawtio.
* [TypeScript](http://typescriptlang.org/) is the language used to implement the console; it compiles to JavaScript and adds classes, modules, type inference & type checking. We recommend [IntelliJ IDEA EAP 12 or later](http://confluence.jetbrains.net/display/IDEADEV/IDEA+12+EAP) for editing TypeScript--especially if you don't use Windows or Visual Studio (though there is a Sublime Text plugin too).
* [AngularJS plugin for IDEA](http://plugins.jetbrains.com/plugin/?id=6971) if you use [IDEA](http://www.jetbrains.com/idea/) then this plugin really helps work with Angular JS
* [angular ui](http://angular-ui.github.com/) is a library of AngularJS additions and directives
* [d3](http://d3js.org/) is the visualization library used to do the force layout graphs (for example the diagram view for ActiveMQ)
* [cubism](http://square.github.com/cubism/) implements the real-time horizon charts
Expand Down

0 comments on commit b06b807

Please sign in to comment.