Stephen Colebourne's blog
Thoughts and Musings on the world of Java and beyond
Tuesday, 9 May 2017
Java SE 9 - JPMS automatic modules
›
This article in my series on the Java Platform Module System (JPMS) is focussed on automatic modules . JPMS was previously known as Project...
8 comments:
Monday, 24 April 2017
Java SE 9 - JPMS modules are not artifacts
›
This is the next article in a series I'm writing to help make sense of the Java Platform Module System (JPMS) in Java SE 9. JPMS was de...
4 comments:
Thursday, 20 April 2017
Java SE 9 - JPMS module naming
›
The Java Platform Module System (JPMS) is soon to arrive, developed as Project Jigsaw . This article follows the introduction and looks at...
13 comments:
Monday, 17 April 2017
Java 9 modules - JPMS basics
›
The Java Platform Module System (JPMS) is the major new feature of Java SE 9. In this article, I will introduce it, leaving most of my opin...
16 comments:
Tuesday, 7 February 2017
Java Time (JSR-310) enhancements in Java SE 9
›
The java.time.* API (JSR-310) was added to Java SE 8, but what has been going on since then? Java Time in Java SE 9 There are current...
10 comments:
Monday, 26 September 2016
Code generating beans - mutable and immutable
›
Java has long suffered from the pain of beans. To declare a simple data class takes far too much code. At JavaOne 2016, I talked about code...
2 comments:
Tuesday, 20 September 2016
Private methods in interfaces in Java 9
›
Java SE 9 is slowly moving towards the finishing line. One new feature is private methods on interfaces. Private methods on interfaces in...
‹
›
Home
View web version