I got 1 day delivery by amazon prime today of the below book. Java 8 in Action: Lambdas, Streams, and functional-style programming by Raoul-Gabriel Urma et al. Link: http://amzn.com/1617291994 Youtube Video: https://www.youtube.com/watch?v=Rd-sqHjmfB0&feature=youtu.be Manning Page: http://www.manning.com/urma/ Source Code from Github: https://github.com/java8/Java8InAction/
Month: June 2015
Spring with Maven using Spring Boot
I started playing around Spring after a long time. I needed to quickly get ramped up and hence used Spring Boot module to get spring,maven, embedded tomcat up and running. The sample files in this example I have committed to my public github repository here - https://github.com/ashikuzzaman/springchecks You can use the below steps so hat you… Continue reading Spring with Maven using Spring Boot
