Affichage des articles dont le libellé est button. Afficher tous les articles
Affichage des articles dont le libellé est button. Afficher tous les articles

lundi 16 septembre 2013

Lambda and JavaFX 8.0

Updating my Mac with:
Now, let's try to play with Lambda …  and JavaFX 8.0

My first try is a classical replace of the ActionEvent of a button by a Lambda and a less classical call of an existing method by using method references.
And my second try is to rewrite Duke Anim with Lambda.

jeudi 18 avril 2013

Navigation in AngularJS

I continue my exploration of AngularJS, and this time on the navigation part.
To do that, I wrote a little application, to show how to:
  • use $routeProvider to handle the navigation by creating new routes with the necessary parameters to construct the view which will be render by ng-view.
  • navigate from a html link
  • navigate from a html button