In this post, we feature a comprehensive Example on Play! Framework JSON & Scala. In my last two…
Meet Jib: Containerizing a Java application has never been easier – JAXenter
Containerizing Java applications is anything but simple. Jib is an open-source Java containerizer from Google that aspires to make a difference!
Meaning of inversion of control in Spring and Java: IoC explained
The popularity of Spring Boot has renewed interest in core Spring concepts, such as the meaning of inversion of control and the application of dependency injection. Here, we explore the concept of inversion of control in Spring and Java and examine the benefits of IoC.
Fluent Design Style Toggle Switch For Java, JavaFX
Hi, this time I’m going to talk about the new Toggle Switch style in the new version of JMetro.T…
Intermediate Java – A Learning Path | Part 1
Often, beginning Java developers struggle with the question ‘what project is next?’. In this fun guide you will build a mp3-archiving project from scratch, learning a whole lot of things along they way about Core Java, JDBC, servlets and much more!
New Version of ByteBuddy Fully Supports Java 11
The new release of ByteBuddy, the widely-used Java bytecode engineering library, now fully supports Java 11 and all new classfile and bytecode features introduced since Java 8.
Payara para principiantes: Añadir Payara Server a Eclipse IDE
Si estás creando un proyecto Java EE, es importante tener un servidor definido en Eclipse para poder probar fácilmente tus aplicaciones desde el IDE, lo que resulta en un flujo de trabajo más practico en lugar de construir el artefacto y desplegarlo manualmente en Payara Server.
Frameworks and toolkits to make Java reactive: RxJava, Spring Reactor, Akka and Vert.x overview
Today people want highly responsive, interactive applications with strong user experience, which oft…
Spring @PathVariable Annotation Example
In spring, the @PathVariable annotation is used to bind the URI template variables to the handler me…
Eliminating Java Update Confusion – Azul Systems, Inc.
Many Java developers and users are still not clear on how the JDK will be delivered and updated starting with JDK 11 later this year. Here we provide a concise summary of the changes with links to sources.
Fix SonarQube’s ‘jvm.dll is missing’ and ‘missing server JVM’ startup error – Coffee Talk: Java, News, Stories and Opinions
Hitting a ‘jvm.dll is missing’, ‘jvm.dll not found’ or a ‘missing server JVM’ error as you try to start Java apps such as Eclipse or SonarQube? Here’s the fix.
Why do I think String.hashCode() is poor
Peter Lawrey Most answers for Java and JVM on StackOverflow.com (~13K), “Vanilla Java” blog with four million views, founder of th….
Selenium Keyword Driven Framework Tutorial
This article is a tutorial about the Selenium Keyword Driven Framework. We will see how Keyword Driv…
Akka anti-patterns: Java serialization – JAXenter
The Akka documentation discourages the use of Java serialization but performance is just one reason to not use Java serialization. What to do instead?