Difference between revisions of "Template:Menu programming languages"
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
Since, I've used JavaFX2 in few projects at work and every-time I need to create a "heavy client". | Since, I've used JavaFX2 in few projects at work and every-time I need to create a "heavy client". | ||
+ | * [[ JavaFX2 Resources]] | ||
* [[JavaFX2 Maven]] | * [[JavaFX2 Maven]] | ||
+ | |||
+ | |||
+ | |||
+ | =Spring= | ||
+ | |||
+ | [[File:Icon spring.png|128px|caption|Spring]] | ||
+ | |||
+ | I've been working with Spring since version 2.1.x (2007). This is a wonderful framework that makes a lot of thing easier! :) However there are some catch that you need to know and never forget. | ||
+ | |||
+ | * [[Spring-integration error handling]] | ||
+ | * [[Spring 5 training (Spring guru) - personal notes]] |
Latest revision as of 20:06, 7 March 2018
Here you'll find a lot of small tips and hacks for daily coding.
Java FX
I discovered JavaFX2 beginning of 2013 at a local JUG conference in Brest, France.
Since, I've used JavaFX2 in few projects at work and every-time I need to create a "heavy client".
Spring
I've been working with Spring since version 2.1.x (2007). This is a wonderful framework that makes a lot of thing easier! :) However there are some catch that you need to know and never forget.