Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Java Code Geeks programming Blog  > 

Java Code Geeks Blog


javacodegeeks.com
Java 2 Java developers resource center, Java tutorials, Java news, Java How-To and more
2018-03-01 08:00
We had centralized applications. We introduced with distributed applications. Now, we have decentralized applications. Will it replace the whole system? I remember the emerge of NoSQL databa… Read More
2018-03-01 05:00
Spock is a testing and specification framework for Java and Groovy applications.  Spock is: Extremely expressive Facilitates the Given / When / Then syntax for your tests compatible wit… Read More
2018-02-28 17:00
Because Java-based applications are often used in a wide variety of operating systems and environments, it is not uncommon for Java developers to run into issues related to character-based i… Read More
2018-02-28 11:02
Overview The purpose of the executable model is to provide a pure Java-based representation of a rule set, together with a convenient Java DSL to programmatically create such model. The mode… Read More
2018-02-27 13:59
Course Overview Docker is a computer program that performs operating-system-level virtualization also known as containerization. It is developed by Docker, Inc. Docker is primarily developed… Read More
2018-02-26 23:00
Previously we talked about the single responsibility principle. The open/closed principle is the second principle in the row regarding the solid principles acronym. “Software entities… Read More
2018-02-26 14:07
Java 9 brings various improvements to the Process API, used for controlling and managing operating system processes. Getting information about a process There is a new ProcessHandle class wh… Read More
2018-02-23 20:00
Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines. Using one of the open source Beam SDKs, you build a program that define… Read More
2018-02-23 17:00
Writing asynchronous code is hard. Trying to understand what asynchronous code is supposed to be doing is even harder. Promises are a common way to attempt to describe the flow of delayed-ex… Read More
2018-02-23 14:00
Apache Gearpump is a real-time big data streaming engine. It conceived at Intel in mid-2014 as an open source project on GitHub from start and entered Apache incubation on March 8t… Read More
2018-02-23 11:00
There is some documentation on how to add JRebel to a Spring Boot app that uses Gradle as the build tool. It is basic but works fine. All you have to do is to add a few lines to build.gradle… Read More
2018-02-22 17:00
I’ve felt for a long time that, for most Java classes that have distinguishing attributes, developers should take the time to override Object.toString(), even if it’s just with a… Read More
2018-02-22 11:00
RabbitMQ is one of the popular message broker solutions and provides client libraries to be used from various programming languages including Java, Scala, .NET, Go, Python, Ruby, PHP et… Read More
2018-02-21 17:00
1. Overview In this tutorial, we will be exploring the basics of how to use Selenium with Java. We will use Selenium to open Google, search, and click a URL. The code is available on Github… Read More
2018-02-20 20:10
JDK-8197594 (“String#repeat”) includes the following it its “Description”: “A String method for repeating sequences of characters has been long requested with n… Read More
2018-02-20 17:00
JDK 10 introduces a Javadoc tag {@summary} via issue JDK-8173425 (“Javadoc needs a new tag to specify the summary.”). This new tag allows the developer to explicitly specify what… Read More
2018-02-20 11:00
Although the total number of acronyms in the programing industry has probably already exceeded the number of stars observable on the moonless night sky, only a subset has gained popularity a… Read More
2018-02-15 14:00
During the recent months I’ve been helping a company improving their automated testing practices. Besides doing coaching on TDD I also had the chance to work on a project consisting of… Read More
2018-02-15 11:00
I was on vacation last week, thinking about value. Depending on my role, I might think of value as: Delivery of a feature or story, assuming it’s the right level of quality and when I… Read More
2018-02-13 14:00
With Java 8 you are able to repeat the same annotation to a declaration or type. For example, to register that one class should only be accessible at runtime by specific roles, you could wri… Read More
2018-02-13 11:00
In the blog post “JDK 10 Release Candidate Phase“, I looked at the twelve new features that are likely to be part of JDK 10. In this post, I look at some of the APIs that appear… Read More
2018-02-12 20:00
Here’s the latest MQTT.fx release: MQTT.fx 1.6.0!                     Support for Google Cloud IoT! A few weeks ago some guys fro… Read More
2018-02-12 17:00
What does trust mean? Should I trust you or not? What if I cannot trust you? Who owns my data? Should I trust the entity which holds my data? These are the questions that should be answered… Read More
2018-02-12 14:00
Integration is boring. And also inevitable. But I won’t be writing about enterprise integration patterns. Instead, I’ll explain how to create an app for integration with Zapier… Read More
2018-02-08 17:02
Open source software is everywhere in your daily life. You may or not realise it but you use it when you use your smartphone, purchase something from a shop or even in your car. According to… Read More
2018-02-08 11:00
“The effect you have on others is the most valuable currency there is.” — Jim Carrey At some point in your programming career so far, you might have been asked to “co… Read More
2018-02-07 17:00
A bug is something we find in a software product that “doesn’t look right” (this is my personal definition). A bug can be hidden or visible; it can be “already fixed… Read More
2018-02-07 14:00
As a product manager or product owner, you guide and lead the development team and stakeholders. But you usually don’t have the authority to tell people what to do. Creating alignment… Read More
2018-02-07 11:00
Device only bugs are the worse. You need to go through a device build and reproduce/rinse/repeat. Thankfully these bugs are rare but sometimes they just hit you smack in the face. One such p… Read More
2018-02-06 17:00
Stephen Colebourne‘s post “Java 9 has six weeks to live” starts, “Java 9 is obsolete in just six weeks.” Colebourne references the Mark Reinhold blog post &ldqu&hell…Read More
2018-02-02 14:00
In the race of container orchestrators, Kubernetes is surging ahead. But much like when I wrote my post on Docker hosting, people are often stuck on the step of getting their infrastructure… Read More
2018-02-01 11:00
I am creating a series of video tutorials for PACKT about network programming in Java. There is a whole section about Java NIO. One sample program is to copy a file via raw socket connection… Read More
2018-01-30 05:00
Last week I was in Holland helping a client with their agile adoption and digital transformation. When the subject of teams came up I started talking about Minimally Viable Teams. Yesterday… Read More
2018-01-29 14:00
Open Liberty is an interesting new OSS Java EE application server that originated from WebSphere Liberty. You can configure Open Liberty to use PostgreSQL as its default data source as follo… Read More

Share the post

Java Code Geeks

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×