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
ConcurrentHashMap in Java 8
This overview of ConcurrentHashMap covers its use in parallel programming and the various methods you can implement to make use of it.
March 9, 2017
by Arun Pandey DZone Core CORE
· 88,033 Views · 40 Likes
article thumbnail
Capturing AJAX API Requests From Arbitrary Sites With a Chrome Extension
There were no suitable Chrome extensions to monitor HTTP requests from AJAX calls — so we decided to create one ourselves.
March 8, 2017
by Derric Gilling DZone Core CORE
· 15,384 Views · 1 Like
article thumbnail
Using Random Generator to Hit the Powerball Jackpot
As we continue to explore weights and randomness, see how an open source library tackles winning the biggest prize of them all: the lottery.
March 7, 2017
by John Vester DZone Core CORE
· 127,117 Views · 1 Like
article thumbnail
Monitoring Out-Of-Memory Errors in Your Servers
Out-of-memory errors happen when your machines run into very low memory somehow. There are a lot of things you can do to avoid OOM.
March 7, 2017
by Denny Zhang
· 11,013 Views · 4 Likes
article thumbnail
Calling a Java Method From XSLT in Mule
The Xalan extension in our XSL file can call any Java method and get the value returned to it—which it can use to fill any node or attribute value.
March 7, 2017
by Anirban Sen Chowdhary
· 15,020 Views · 4 Likes
article thumbnail
Benchmarking Java Lists Performance
LinkedList is slightly slower than ArrayList with adding items to the end of the list. It is also slower when retrieving items with an index (random access).
March 7, 2017
by Jay Sridhar
· 21,770 Views · 10 Likes
article thumbnail
ChartistJSF: A Responsive Chart Library for Java Server Faces (JSF) Apps
ChartistJSF offers a wonderful library of interactive charts that offer a responsive interface for your users. Learn how to create these charts here!
March 6, 2017
by Sam Sepassi
· 21,248 Views · 5 Likes
article thumbnail
Using sun.misc.Unsafe in Java 9
This quick guide will take you through Unsafe in Java 9, saved from the trash heap by a public campaign, all while using the recent Java 9 EA release.
March 6, 2017
by Greg Luck
· 28,970 Views · 11 Likes
article thumbnail
Custom Annotation in Java for SQL Injection Safe Parameters
How to verify if incoming data strings are safe from SQL Injection issues.
Updated March 3, 2017
by Ramakrishna Punjal
· 44,827 Views · 20 Likes
article thumbnail
Unit Testing Self-Invoking JavaScript Functions
Using QUnit and Sinon.js achieves the possibility of unit testing — and using the Google closure compiler with hard optimization enabled minifies code efficiently.
March 3, 2017
by Bendix Saeltz
· 12,301 Views
article thumbnail
Invoke Java Method in Mule Flow
By using the Invoke component, we can invoke a specified method of an object defined in a Spring Bean. Mule has a strong ability to do this.
March 3, 2017
by Harish Kumar
· 36,868 Views · 7 Likes
article thumbnail
This Week in Spring: Spring 5, Spring Cloud, and Reactor Aluminium
In this installment of This Week in Spring, we'll look at the new milestone of Spring 5, Reactor Aluminium and even more Spring Cloud capabilities.
March 2, 2017
by Josh Long
· 11,876 Views · 5 Likes
article thumbnail
Log (CRLF) Injection with SLF4J
Investing too much in security tools can lead your company to paranoia. See how "dangerous" one such risks is - Log Injection with SLF4J.
March 2, 2017
by Caleb Cushing
· 34,537 Views · 13 Likes
article thumbnail
The Trouble With Enums
Java has provided native enum types from version 1.5 onwards. Some issues arise with the use of enums in Java code, which this article attempts to address.
March 1, 2017
by Jay Sridhar
· 32,588 Views · 27 Likes
article thumbnail
Advanced Microservices Security with Spring and OAuth2
The main purpose of this article is to show a sample security architecture for microservices and an authorization server behind API gateways.
March 1, 2017
by Piotr Mińkowski
· 80,992 Views · 26 Likes
article thumbnail
The Factory Pattern Using Lambda Expressions in Java 8
The factory pattern is one of the best known patterns in Java. If you're using lambda expressions, you can use those to implement the pattern, though beware scaling.
March 1, 2017
by Monika Goel
· 89,367 Views · 57 Likes
article thumbnail
Why Try? Better Exception Handling in Java With Try
Concurrency and streams put up special challenges for exception handling, particularly checked exceptions. Fortunately, you can try to improve your lot with Try.
February 28, 2017
by Reinout Korbee
· 34,718 Views · 15 Likes
article thumbnail
Mockito Mock vs. Spy in Spring Boot Tests
If you're loading your Spring context for every test, you have integration tests, not unit tests. These are slow! See, how to deal with the problem using Mockito.
February 28, 2017
by John Thompson
· 166,509 Views · 16 Likes
article thumbnail
A Look at Java Collections
In a kickoff to a series on the Java Collections framework, we look at the hierarchy and an overview of uses. It's more than just generic lists, maps, and sets!
February 27, 2017
by Jay Sridhar
· 31,689 Views · 50 Likes
article thumbnail
How to Set Up a Continuous Delivery Environment
Jenkins' Pipeline Plugin offers a simple way to configure all steps in the same place. You can do almost everything inside your pipeline without any additional plugins.
February 27, 2017
by Piotr Mińkowski
· 36,860 Views · 25 Likes
  • Previous
  • ...
  • 479
  • 480
  • 481
  • 482
  • 483
  • 484
  • 485
  • 486
  • 487
  • 488
  • ...
  • 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
×