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
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

The Latest Popular Topics

article thumbnail
Creating Your First Elm App: From Authentication to Calling an API (Part 2)
In the first part of this tutorial, we introduced the Elm language by building a simple Elm Application that called an API. Now we'll authenticate with JSON Web Tokens to make protected API requests.
September 1, 2016
by Kim Maida
· 7,390 Views · 4 Likes
article thumbnail
A Brief Overview of Popular JS Frameworks: React, Angular, Bootstrap, and Polymer
There are multiple front-end development frameworks out there... so, what are some of the basic differences between them? Author Tim Wenger briefly dips into four of the most popular ones currently out there to provide us with a basic understanding of each.
Updated August 30, 2016
by Tim Wenger
· 84,803 Views · 19 Likes
article thumbnail
Best Practices for Code Documentation in Java
How to use JavaDoc effectively to communicate to your teammates what your code is supposed to do.
August 29, 2016
by Damian Wolf
· 107,576 Views · 24 Likes
article thumbnail
Spring Data, MongoDB, and Java 8
Utilizing the latest Spring frameworks to convert Java 8 dates inside of MongoDB, simplifying a once difficult conversion task. Great concise NoSQL and Java tutorial.
August 29, 2016
by Yong Mook Kim
· 32,607 Views · 15 Likes
article thumbnail
Memory Leaks and Java Code
When you aren't using objects, but they aren't touched by GC, a memory leak happens. Here are six ways memory leaks happen to look for and avoid.
August 29, 2016
by Shaamik Mitraa
· 69,610 Views · 43 Likes
article thumbnail
Optional Parameters Handling Strategy in Java
A detailed comparison of six different ways of handling optional parameters in Java.
August 28, 2016
by Shaamik Mitraa
· 29,774 Views · 20 Likes
article thumbnail
Understand Java Callable and Future
A tutorial to help you understand how to use Callable and Future in Java.
August 28, 2016
by Shaamik Mitraa
· 230,097 Views · 22 Likes
article thumbnail
The Java Synchronizers
Java is chock-full of thread synchronization primitives. But which do you use when? Find out here.
August 26, 2016
by Carlos Morera
· 28,708 Views · 24 Likes
article thumbnail
Introducing Redisson Live Objects (Object Hash Mapping)
An in-depth explanation of live objects and how Redisson Live objects map all fields within a Java class.
August 26, 2016
by Rui Gu
· 29,523 Views · 8 Likes
article thumbnail
Integrating with Rabbit MQ Using Spring Integration Java DSL
Here's how to integrate RabbitMQ messaging using Spring Integration's Java language DSL for connecting complex enterprise systems.
August 25, 2016
by Biju Kunjummen
· 17,850 Views · 2 Likes
article thumbnail
JUnit 5 Dynamic Tests — Generate Tests at Runtime
Knowing the difference between static and dynamic tests, and how to generate them at run-time.
August 25, 2016
by Michael Pham
· 34,185 Views · 10 Likes
article thumbnail
Regular Expression to Validate a Comma-Separated List of Email Addresses
Need to validate a CSV-formatted list of email addresses? Check out this regular expression and how to use it!
August 24, 2016
by Greg Brown
· 40,399 Views · 5 Likes
article thumbnail
Load Balancing: How to Quickly Boost the Performance of Your Apps
Want to boost the performance of your website and applications, allowing more people to use your systems at the same time? Load balancing might just be the answer you are looking for.
August 22, 2016
by Darren Perucci
· 5,193 Views · 5 Likes
article thumbnail
Functional Default Arguments, Part One
The most widely-known workaround for defining default arguments for methods and constructors in Java uses method overloading, though varargs, null values, the builder pattern, and even maps have been used as well. Here we propose a new approach based on functional constructs.
August 22, 2016
by Federico Peralta Schaffner
· 54,446 Views · 20 Likes
article thumbnail
Spring Cloud Netflix: How Service Registration and Discovery Work
See how to integrate some of Netflix's toys into your own Spring Boot project with examples of service registration and discovery.
August 22, 2016
by Rafael Salerno
· 29,922 Views · 14 Likes
article thumbnail
Design a Fluent API in Java
Learn how to design an API that invokes a series of methods, making it fluent, while using Java.
August 22, 2016
by Shaamik Mitraa
· 72,645 Views · 36 Likes
article thumbnail
Eight Tools Every Java Developer Should Know (and Love)
The Stormpath team uses eight tools for daily tasks on their Java SDK team. Here's the full list with detailed descriptions of each.
August 21, 2016
by Mario Antollini
· 38,308 Views · 47 Likes
article thumbnail
Smells in Java Code: Do You Recognize Them?
A look at ten common code smells, or code that violates design principles, in Java. Recognize any in your applications?
August 18, 2016
by Ganesh Samarthyam
· 54,273 Views · 37 Likes
article thumbnail
Understanding the Java Memory Model and Garbage Collection
Are you cavalier with your data allocations? Don't worry, Java has a built-in recycling plant. It has strange places like (the Garden of) Eden. All of this is convenient and nicely explained. It also makes clear to C++ programmers why Java is never used in critical, real-time systems such as aerospace ;-)
August 18, 2016
by Siva Prasad Rao Janapati
· 247,264 Views · 91 Likes
article thumbnail
How to Debug WebDriver JavascriptExecutor in Java
JavascriptExecutor requires us to learn JavaScript, use the Browser Console, and check our locator assumptions using FirePath.
August 18, 2016
by Alan Richardson
· 5,032 Views · 1 Like
  • Previous
  • ...
  • 494
  • 495
  • 496
  • 497
  • 498
  • 499
  • 500
  • 501
  • 502
  • 503
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

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 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×