Using Services and Messages to Share Data Between Controllers in AngularJS
August 21st, 2013
Using Services and Messages to Share Data Between Controller in AngularJS
Using Services and Messages to Share Data Between Controller in AngularJS
Discussion of Groovys Optional Typing system with benefits and drawbacks outlined.
Looking at the basic concepts of using D3 to manipulate the DOM.
The Angular.js JavaScript MVC framework has a powerful directive mechanism that can be used to create reusable HTML widgets.
A list of things that I wish were clearer to me when I started working with AngularJS
Demonstrates using the Groovy Meta Object Protocol framework to build a custom MetaClass implementation.
My experience converting a project to an ARC-enabled one. This post shares my discoveries going through an Automatic Reference Counting project conversion.
Describes how to use Gradle and its Shadow plugin to create a self contained, executable Jar. No more classpath management.
A tutorial with backing github project detailing how to build custom authentication solutions with the Grails Spring Security Core plugin.
Run Quartz jobs to fire only once per cluster, not once per server, while still providing beans from the Spring managed context and using the latest version of Quartz.
A demonstration of leveraging Project Tyrus with Groovy and Spring to build a WebSocket-driven application.
How to implement Advanced Process Control (APC) in a manufacturing facility to improve process capability and product quality
Grails 1.3.x has a nasty bug if you call the render method in a controller with the wrong signature
Demonstrating the use of Groovy Categories to redefine a traditional service layer implementation.
Demonstrating the use of Groovy Categories to redefine a traditional service layer implementation.
Using final can seem like overprotectiveness to some. It is certainly misunderstood by many.
Demonstrates using Spring property placeholders to access Grails configuration directives.
Information technology is moving faster all the time. But, if information technology is progressing rapidly, Why does it takes so long to do web development? How do intelligent technologists solve these problems? Share this infographic: http://www…
An introduction to the Poly Driver plugin.
It happens sometimes that a web page isnt using UTF-8, but theres a need to display UTF-8 data. Thankfully HTML offers encoding that allows displaying any arbitrary UTF-8 characters.
Sauce, which provides Remove WebDriver Browsers as a Service, or RWDBaaS. I may have just made up that acronym, but I am not making up this service. Its a great way to run automated Selenium-based tests against a large number of browsers. But automated cross-browser unit tests? Well, thats just one step removed and I would like to show you that.
When refactoring, be sure to check your application settings as they may no longer make sense.
How to dismiss both a modal and the current UIViewController in the same delegate, taking specific steps in order to avoid crashes.
Tired of boiler-plate code in GWT, wrapping your AsyncCallback interfaces can reduce that code; at least for AJAX calls.
When externalizing grails app configurations for multiple environments I want to ensure values are provided for all the required/expected properties. So I wrote a plugin to help.