最新发布第1576页
WildFly Application Server: The Story Book-拾光赋

WildFly Application Server: The Story Book

WildFly Application Server: The Story Book,The best recipes to configure, deploy, and manage Java-based applications using WildFly application server. Key Features Manage your syst...
Setup your MacOS for Java Development with multiple Java Versions-拾光赋

Setup your MacOS for Java Development with multiple Java Versions

Setup your MacOS for Java Development with multiple Java Versions, Disclaimer This is my personal preference on how to setup my local environment for Java development with differen...
JAXB Swagger Plugin - my first contribution to the Open Source world-拾光赋

JAXB Swagger Plugin – my first contribution to the Open Source world

JAXB Swagger Plugin - my first contribution to the Open Source world, Introduction Hello everybody and welcome to my very first post on dev.to :) I have been almost here for one ye...
4 Ways to Learn Object-Oriented Design-拾光赋

4 Ways to Learn Object-Oriented Design

4 Ways to Learn Object-Oriented Design, Looking back over 2019 I realized I've had the privilege to work on a diverse set of software projects: Architecting and coding an Enterpris...
Adding users on WildFly 18-拾光赋

Adding users on WildFly 18

Adding users on WildFly 18,Step 1: Navigate to WildFly 18 into bin directory and open add-user.bat file. What type of user do you wish to add? a) Management User (mgmt-users.proper...
Fallacies of Async programming-拾光赋

Fallacies of Async programming

Fallacies of Async programming,Hi Guys, I want to share another fallacy of async programming where developers often think it is a synchronous program. This situation just happened ...
TextBlocks-拾光赋

TextBlocks

TextBlocks,In Java writing multi line strings is not a fun, you must have written code where requirement is to put HTML, JSON, XML or SQL query as String in your code. See below ex...
What's coming in JDK 14-拾光赋

What’s coming in JDK 14

What's coming in JDK 14,JDK 14 is due to release March 2020, feature supposed to part of this release has been frozen. A list of JEPs identified for inclusion: JEPs These JEPs can ...
Performing basic stats in Java 8-拾光赋

Performing basic stats in Java 8

Performing basic stats in Java 8,The Stream interface is introduced in Java 8 which supports parallel execution. The Stream interface supports the sorted, map, filter, reduce patte...
I made a chess library in Java-拾光赋

I made a chess library in Java

I made a chess library in Java,Hey guys, in this post I just wanted to share this project I've been working on for the past couple of weeks. It's basically a library written in Jav...
Type-Safety, it's pretty nice-拾光赋

Type-Safety, it’s pretty nice

Type-Safety, it's pretty nice,Okay, short one. I'm used to programming in Ruby where anything goes and you fix stuff later. The ultimate procrastination. That said, it's surprising...
kity的头像-拾光赋kity5年前
0289
Engineering Ideas #6-拾光赋

Engineering Ideas #6

Engineering Ideas #6, Will Project Loom obliterate Java Futures? Another great post by Adam Warski discussing the tradeoffs of different models of concurrent programming: futures, ...