Jolie Programming Language – The first language for Microservices – Jolie crystallises the programming concepts of microservices as native language features: the basic building blocks of software are not objects or functions, but rather services that can always be relocated and replicated as needed. Distribution and reusab
JUniversal – Native, cross platform, mobile apps in Java #java #android #mobile – Simply put, I wanted a cross platform language & toolset that would be comfortable to typical mobile devs who today build for Android in Java and iOS in Objective-C or Swift. That meant supporting something they already use. And of those three languages, J
JUniversal: A new, Java-based approach to cross-platform – Several options have been created to address this need, including Xamarin and Cordova. I’d like to specifically mention JUniversal as another alternative, which allows you to write shared, cross platform code in Java.
Spring Security for a REST API #REST #Security – This tutorial shows how to Secure a REST Service using Spring and Spring Security 3.1 with Java based configuration. The article will focus on how to set up the Security Configuration specifically for the REST API using a Login and Cookie approach.
Spring 4 and Java 8 – If you are using Java 8 you will be able to make use of lambda expressions to write cleaner more compact code anywhere there is a functional interface. Since Spring uses a lot of functional interfaces there are a lot opportunities for using lambda expressi