First of all, wish you a very Happy New Year 2018. May God bless you to fulfill all your dreams. From last a couple of weeks, many of my re…
Category: Articles
What’s new in IntelliJ IDEA 2018.3 EAP3? | IntelliJ IDEA Blog
Posted on September 19, 2018 by Zlata Kalyuzhnaya The fresh IntelliJ IDEA 2018.3 EAP build that we have released today comes with ….
Do you Need to Pass OCAJP before taking OCPJP – Java Certification for SE 8 (1Z0-808 and 1Z0-809)
Even though we are now waiting for Java 11, the latest Java certification you can do is Java SE 8 Programmer 1 and 2, also known as OCAJP 8…
From Java 8 to Java 11
Moving from Java 8 to Java 11 is trickier than most upgrades. Here are a few of my notes on the process. (And here are a couple of other …
Crafting Java policy files, a practical guide
In one of my previous posts, I described how to create a custom policy file for one’s application. The process was manual and incremental. Because of that, it was painstakingly long, and hence not really useful. Since I wrote the post, I found a way to write the policy file
Stackwalking in Java with StackWalker and Stream API
One of the coolest (and totally impractical for most developers) features added to Java recently, is the StackWalking API. In this short article, we’ll see…
Java 8 Convert Instant to ZonedDateTime Example
In this post, we feature a comprehensive Example on Java 8 Convert Instant to ZonedDateTime. We will…
Fine Tuning Payara Server in Production
See a set of optimizations to apply when preparing production environment using Payara Server; and how to fine tune the critical aspects related to these optimizations.
[8.6 Preview] New Layout Component: Organigram
The ZK Blog provides useful information on ZK and all of ZK products, such as ZK Calendar, ZK Studio and ZK Mobile!
OpenID Connect in the Payara Platform 5.183
OpenID Connect is a security mechanism for an application to contact an identity service, verify the identity of the End-User based, and obtain End-User information using REST API’s in a secure way.
JDK 12 News (13 September 2018)
With General Availability of JDK 11 planned for later this month (25 September 2018), it’s a good ti…
Java: Streaming a JDBC ResultSet as JSON
This post shows how you can convert a java.sql.ResultSet to JSON and stream it back to the caller. T…
Meaning of lambda () -> { } in Java
I am looking at the following Stack Overflow answer:How to change Spring's @Scheduled fixedDelay at runtimeAnd in the code there is the following line:schedulerFuture = taskScheduler.sched…
Java String intern() method example – HowToDoInJava
The Java String intern() return the reference of a equal string literal present in string pool. String literals are automaically interned in Java.
eclipse-ee4j/jakartaee-tck
Jakartaee-tck. Contribute to eclipse-ee4j/jakartaee-tck development by creating an account on GitHub.