Posts

Showing posts from November, 2016

REST with Spark

"Spark focuses on being as simple and straight-forward as possible, without the need for cumbersome (XML) configuration, to enable very fast web application development in pure Java with minimal effort..." http://sparkjava.com/documentation.html

Java Type Inference

"Type inference is a Java compiler's ability to look at each method invocation and corresponding declaration to determine the type argument (or arguments) that make the invocation applicable. The inference algorithm determines the types of the arguments and ..." http://docs.oracle.com/javase/tutorial/java/generics/genTypeInference.html

Java9 Jigsaw

"So what is a module? Describing a module is actually quite simple – it is a unit of software that declares the answers to three questions about itself in a file named module-info.java : What is its name? What does it export? What does it require?" More info here: https://blog.codecentric.de/en/2015/11/first-steps-with-java9-jigsaw-part-1/

Domain Driven Design and REST

Image

Java8 Streams Sheet

http://files.zeroturnaround.com/pdf/zt_java8_streams_cheat_sheet.pdf

NativeScript

Image
Build iOS and Android Apps with Angular2:   https://www.nativescript.org/

Angular CLI

command line utility for Angular2:  https://cli.angular.io/