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
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,653 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
· 81,112 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,504 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,787 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,683 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,815 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,918 Views · 25 Likes
article thumbnail
An Introduction to Functional Programming in Java 8 (Part 3): Streams
Streams are an important functional approach that can impact performance via parallelism, augment and convert data structures, and add new tools to your kit.
February 27, 2017
by Niklas Wuensche
· 22,590 Views · 44 Likes
article thumbnail
Upload Files or Images to Server Using Node.js
In this post, we tackle the question of how to quickly and easily upload files to a server using Node.js, without writing a single line of server side code.
February 24, 2017
by Sibeesh Venu
· 290,527 Views · 22 Likes
article thumbnail
Editable Tables in JavaFX
This comprehensive guide will walk you through every step you need to take to create and configure editable tables in JavaFX, including handling a bug in the code.
February 24, 2017
by Dan Newton
· 86,308 Views · 19 Likes
article thumbnail
Interface Enhancement in Java 8
Interfaces have seen massive improvements since they were first brought out. Combined with method definitions, you've got a lot of flexibility on your hands.
February 23, 2017
by Arun Pandey DZone Core CORE
· 55,146 Views · 23 Likes
article thumbnail
RuleBook: A Simple Rules Engine That Leverages Java 8
Want to incorporate a rules engine into your work? Drools might be more than you need, and Easy Rules might have too much ceremony for you. Enter RuleBook.
February 22, 2017
by Clayton Long
· 87,671 Views · 26 Likes
article thumbnail
Java Scanner: Text Parsing Made Easy
Java's Scanner class, and the occasional bit of RegEx, makes parsing text trivial. You can put this to good use in a number of ways, which we'll dive into here.
February 22, 2017
by Jay Sridhar
· 52,178 Views · 8 Likes
article thumbnail
Multi-Tenancy Using JPA, Spring, and Hibernate (Part 2)
If you want to support multi-tenancy with Spring in your stack, you should know how Spring actually knows the tenants, then dive right in.
February 21, 2017
by Jose Manuel García Maestre
· 33,149 Views · 9 Likes
article thumbnail
Feed-Forward Neural Networks With mxnetR
mxnetR is a Deep Learning package that works with all Deep Learning flavors, including feed-forward neural networks. FNNs have simple processing units with hidden layers.
February 21, 2017
by Sibanjan Das
· 8,105 Views · 4 Likes
article thumbnail
JWT Authentication with Play Framework
In this post, we'll go over using JWT Authentication with the Play Framework for front-end web development to help make your site more secure.
February 21, 2017
by Teena Vashist
· 18,598 Views · 7 Likes
article thumbnail
Load XML Into MySQL Using Java
If you like XML's handy hierarchical style and the familiarity of Java, you're in luck: You can quickly parse your XML data and put it into a MySQL database with ease.
February 21, 2017
by Jay Sridhar
· 56,349 Views · 11 Likes
article thumbnail
The Modern Application Stack – Part 4a: Building a Client UI Using Angular 2 (formerly AngularJS) and TypeScript
This is the fourth in a series of blog posts examining technologies such as Angular that are driving the development of modern web and mobile applications.
February 20, 2017
by Andrew Morgan
· 8,691 Views · 4 Likes
article thumbnail
4 Useful JavaScript Libraries for Data Analysis and Visualization
In this article, we will bring you a handpicked list of 4 useful JavaScript libraries that can be extremely useful for data analysis and visualization.
February 20, 2017
by Jack dson
· 51,935 Views · 15 Likes
article thumbnail
Java 8 Lambda Limitations: Closures
Java doesn't rely on closures the way functional programming languages and JavaScript do, but they're a loose thread in the implementation of lambda expressions.
February 20, 2017
by Miro Mannino
· 91,262 Views · 32 Likes
  • Previous
  • ...
  • 489
  • 490
  • 491
  • 492
  • 493
  • 494
  • 495
  • 496
  • 497
  • 498
  • ...
  • 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
×