Speedment is a Java Stream ORM Toolkit and Runtime that allows you to view database tables as standa…
Category: Articles
Java Batch Tutorial
In today’s world internet has changed the way we live our lives and one of the major reasons for tha…
Why you need to learn these automated testing tools for Java
There’s no be-all and end-all or one magic Java testing tool. If you want your Java projects secure, you’ll need a variety of options. Check out our list of automated testing tools for Java unit testing, integration testing, load testing and more.
Java Weekly, Issue 229 | Baeldung
This week, Spring Boot 2.0 and metrics, a deep insight into Gradle performance testing, and a cool write-up about problems related to running Java in Docker.
Java Comments – HowToDoInJava
Java comments, as name suggests, are notes you write between the programs for various reasons. For example, you may write comments to – write information or explanation about the variable, method, class or any statement. write text to be available in Java docs. hide program code for specific time, etc. Types of Java Comments There …
Automating Production in Payara Server 5
Here, we’ll look at two ways to configure the Payara Platform for different environments, whether in or outside of Docker.
In Production
In Production Payara Platform Production Resources Use the following resources and guides to evaluate Payara Platform’s production….
Java Quiz 17: Working With Arrays – DZone Java
See the answer to our previous quiz on garbage collection eligibility and try your hand at today’s quiz, which deals with arrays.
GraphQL on Wildfly swarm
“GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing …
More on Java 8 Optional Functionality – DZone Java
If you’re new to Java 8, learn the basics of using the Optional API and get some advice for dealing with empty strings and using the functional syntax.
5 Production Features in Payara Server 5 You Might Not Know About
5 Production Features in Payara Server 5 You Might Not Know About
Java and Docker, the limitations
TLDR;Java and Docker aren’t friends out of the box. Docker can set memory and CPU limitations that Java can’t automatically detect. Using…
Connecting Java mobile apps to AWS cloud services – Gluon
Java developers are using Gluon Mobile and Gluon CloudLink to bind mobile apps to cloud services and to leverage functionality offered in enterprise environments. We have been writing about integrations with a number of cloud services before. Today, we will show how you can integrate your Java mobile apps with the Amazon AWS Mobile Hub. …
Mobile, Cloud, and Heroku – 100% pure Java – Gluon
With Gluon Mobile, Java developers can easily create Java apps that run on mobile and embedded devices, and by using Gluon CloudLink, these same developers can connect their apps to cloud systems, leveraging the services provided by a whole range of cloud providers. We are very proud of our work integrating into various cloud services …
What’s new in Java EE Security API 1.0?
The Java EE Security API 1.0 is a new spec for Java EE 8 that aims to bridge some of the gaps that have traditionally been left unspecified …