DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

The Latest Java Topics

article thumbnail
How to Build Custom Image Classifiers in Java With Minimal ML Experience
Look at how to create a training project, add classification tags, upload images, train the project, obtain the endpoint URL, and use the endpoint to test an image.
Updated August 21, 2018
by Ruth Yakubu
· 12,666 Views · 4 Likes
article thumbnail
Spring Hibernate With EhCache
Learn how to implement EhCache, an open-source caching solution, to boost performance in Spring applications by offloading the database.
August 21, 2018
by Dev Bhatia
· 13,487 Views · 9 Likes
article thumbnail
Continuous Releasing of Maven Artifacts
Want to get your Maven projects better integrated with your continuous deployment and CI pipelines? Here's how to set up continuous releasing for Maven.
August 20, 2018
by Marcus Martina
· 15,811 Views · 5 Likes
article thumbnail
PySpark: Java UDF Integration
The main topic of this article is the implementation of UDF (User Defined Function) in Java invoked from Spark SQL in PySpark.
August 17, 2018
by Kiran Kumar
· 28,415 Views · 5 Likes
article thumbnail
Top 25 Java Interview Questions and Answers
Want to be sure to ace your next Java interview? Check out this post to learn more about common Java interview questions, as well as interview tips!
August 17, 2018
by Pramod Kumar Srivastava
· 161,122 Views · 15 Likes
article thumbnail
Effectively Sealed Classes in Java
Sealed classes are extremely helpful in class implementation in Java. Check out this post on using sealed classes and the Option class in Java.
August 16, 2018
by Grzegorz Piwowarek
· 27,806 Views · 20 Likes
article thumbnail
Spring Cloud Config Server Without RabbitMQ/Kafka
Time to improvise. Take a look at how you can build and configure the Spring Cloud Config server if you don't have access to RabbitMQ or Kafka. Or both.
August 16, 2018
by Rajesh Bhojwani
· 11,500 Views · 6 Likes
article thumbnail
Evolution of Interfaces in History of Java
Want to learn more about how interfaces have changed over the course of Java's history? Check out this post on the interface changes over the years.
August 16, 2018
by Pravin Jain
· 30,022 Views · 63 Likes
article thumbnail
Java EE/Jakarta EE Support for NetBeans 9
Having trouble enabling Java EE and Jakarta EE support for you NetBeans 9 platform? Check out this tutorial to learn how to fix this on your app server.
Updated August 15, 2018
by Víctor Orozco
· 42,901 Views · 14 Likes
article thumbnail
Efficiently Producing and Consuming CSV in Java Using HTTP-RPC
Want to learn how to produce and consume a CSV in Java? Check out this tutorial on producing CSVs, using HTTP-RPC.
August 14, 2018
by Greg Brown
· 14,073 Views · 2 Likes
article thumbnail
Building a Web App Using Spring Boot, Angular 6, and Maven
Spring Boot and Angular are a popular combo when building a web app. Let's take a quick look to see just how easy it is to set such a project up.
August 14, 2018
by Swathi Prasad
· 289,900 Views · 38 Likes
article thumbnail
Reactive Spring Security For WebFlux REST Web Services
Let's take a dive into how to configure Spring Security for reactive and stateless WebFlux REST APIs. Click here to learn more.
August 14, 2018
by Sanjay Patel DZone Core CORE
· 31,478 Views · 2 Likes
article thumbnail
How to Create a Project With JavaFX on JDK 11
There were a variety of mixed feelings towards the decoupling of JavaFX from JDK 11. Check out this post to learn how to create a project with JavaFX on JDK11.
August 12, 2018
by Hossein Rimaz
· 116,299 Views · 20 Likes
article thumbnail
How to Avoid Deadlock in Java Threads
Want to learn how you can avoid deadlocks in Java? Check out this post to learn more about the conditions for creating a deadlock in Java threads.
August 10, 2018
by Javin Paul
· 76,926 Views · 11 Likes
article thumbnail
Writing Microservices With msf4j (Microservices Framework for Java)
Learn how to write and test microservices with Java in the Microservices Framework for Java, also known as msf4j, in this tutorial.
August 9, 2018
by Madhuka Udantha
· 6,198 Views · 7 Likes
article thumbnail
What Is HAPI FHIR Server? How Do We Deploy It?
Want to learn more about the HAPI FHIR Server? Check out this tutorial to learn more about how to deploy the HAPI FHIR Server with the built-in class RESTful Server.
August 8, 2018
by Kayleigh Davis
· 17,471 Views · 3 Likes
article thumbnail
Fluent Design Style ComboBox and Scroll Bar for Java, JavaFX
Want to learn more about the newest JMetro release? Check out this post to learn more about using the latest version of JMetro with Java, Java FX, and a fluent design.
August 8, 2018
by Pedro Duque Vieira
· 13,282 Views · 3 Likes
article thumbnail
Java Code Bytes: Be Resourceful With Try-With-Resources
When implementing a business case, we have to deal with resources. Check out this post to learn how to manage resources with the try-with-resources method in Java!
Updated August 7, 2018
by Gautam Deb
· 33,046 Views · 16 Likes
article thumbnail
Java vs. Kotlin: Lambdas and Functions
Want to learn more about the differences between threads and coroutines in Java and Kotlin? Click this post to learn more about the changes Kotlin brings to the JVM.
Updated August 7, 2018
by Diego Ojeda
· 13,989 Views · 3 Likes
article thumbnail
Race Condition vs. Data Race in Java
Race conditions and data races may seem similar, but they are very different. Check out this post for more on the differences between race conditions and data races in Java.
Updated August 7, 2018
by Valentin Kovalenko
· 28,365 Views · 11 Likes
  • Previous
  • ...
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • ...
  • Next

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: