Main points: Secure properties are encrypted using a command line toolSpecial prefix used to identify encrypted propertiesThe Secure Config Properties module must be added to [...]
The New Security API Probably, the single most significant new feature added to Java EE 8 is the new security API. The primary motivations for this new API were to simplify, [...]
The much-anticipated release of Java Enterprise Edition 8 boasts two exciting new APIs (JSON-Binding 1.0 and Java EE Security 1.0) and improvements to current APIs (JAX-RS [...]
My new book Java EE 8: Only What’s New covers all the new features of Java EE 8 and explains each one with code examples. Let’s have a look at some of the [...]
To configure your Java EE application to communicate over HTTPS requires a few lines of XML in the web.xml file. The web.xml file is located in the WEB-INF directory of your [...]