|
Advertisement
|
Forum posts by justin cater:Posted in Java Buzz Forum, Sep 21, 2017, 10:26 AM
No, there is not a missing whitespace in the title. It’s not about any secure login, it’s about the SecureLogin protocol developed by Egor Homakov, a security consultant, who became famous for committing to master in the Rails project without having permissions. The SecureLogin protocol is very interesting, as it does not rely on...
Posted in All Buzz Forum, Sep 21, 2017, 8:25 AM
A User-Friendly Introduction The Java Documentation of String formatting is not the easiest to read and understand if you are not familiar with String formatting or just want a quick solution. Although it is complete, it is not very user-friendly, so I thought I would try and write a clearer version. This article is as ...
Posted in Java Buzz Forum, Sep 21, 2017, 8:25 AM
A User-Friendly Introduction The Java Documentation of String formatting is not the easiest to read and understand if you are not familiar with String formatting or just want a quick solution. Although it is complete, it is not very user-friendly, so I thought I would try and write a clearer version. This article is as ...
Posted in All Buzz Forum, Sep 21, 2017, 5:04 AM
Last week I talked about using SMS to activate your application which is a pretty powerful way to verify a user account. I left a couple of things out though. One of those things is the ability to grab the incoming SMS automatically. This is only possible on Android but it’s pretty cool for the ...
Posted in Java Buzz Forum, Sep 21, 2017, 5:04 AM
Last week I talked about using SMS to activate your application which is a pretty powerful way to verify a user account. I left a couple of things out though. One of those things is the ability to grab the incoming SMS automatically. This is only possible on Android but it’s pretty cool for the ...
Posted in All Buzz Forum, Sep 20, 2017, 1:04 PM
Hibernate Session provide different methods to fetch the data (or a single record) from the database. Two of them are – get() and load(). The functionality is similar but there is a difference between the ways they work. In this tutorial, we will demonstrate the use of load() method in Hibernate using the annotation based ...
Posted in Java Buzz Forum, Sep 20, 2017, 1:04 PM
Hibernate Session provide different methods to fetch the data (or a single record) from the database. Two of them are – get() and load(). The functionality is similar but there is a difference between the ways they work. In this tutorial, we will demonstrate the use of load() method in Hibernate using the annotation based ...
Posted in All Buzz Forum, Sep 20, 2017, 11:05 AM
The Difference Between Two Methods? The Java Enum has two methods that retrieve that value of an enum constant, name() and .toString(). The toString() method calls the name() method which returns the string representation of the enum constant. In listing 1, the value returned by calling the name() and toString() on an...
Posted in Java Buzz Forum, Sep 20, 2017, 11:04 AM
The Difference Between Two Methods? The Java Enum has two methods that retrieve that value of an enum constant, name() and .toString(). The toString() method calls the name() method which returns the string representation of the enum constant. In listing 1, the value returned by calling the name() and toString() on an...
Posted in All Buzz Forum, Sep 20, 2017, 9:04 AM
Caching is crucial for today’s high-performance hungry applications. Adding Caching in a spring based application is rather trivial. In this tutorial, we will show you how to enable the data caching in a spring application by integrating the application with the popular EhCache framework. Table Of Contents 1. Introduction 1.1 Spring...
Posted in Java Buzz Forum, Sep 20, 2017, 9:04 AM
Caching is crucial for today’s high-performance hungry applications. Adding Caching in a spring based application is rather trivial. In this tutorial, we will show you how to enable the data caching in a spring application by integrating the application with the popular EhCache framework. Table Of Contents 1. Introduction 1.1 Spring...
Posted in All Buzz Forum, Sep 20, 2017, 7:04 AM
Reactor Core implements the Reactive Streams specification and deals with handling a (potentially unlimited) stream of data. If it interests you, do check out the excellent documentation it offers. Here I am assuming some basic familiarity with the Reactor Core libraries Flux and Mono types and will cover Reactor Core...
Posted in Java Buzz Forum, Sep 20, 2017, 7:04 AM
Reactor Core implements the Reactive Streams specification and deals with handling a (potentially unlimited) stream of data. If it interests you, do check out the excellent documentation it offers. Here I am assuming some basic familiarity with the Reactor Core libraries Flux and Mono types and will cover Reactor Core...
Posted in All Buzz Forum, Sep 19, 2017, 12:52 PM
Optimising Enterprise Java for Microservice Architecture The Eclipse MicroProfile initiative was launched at JavaOne 2016, the brainchild of server vendors and Java user groups, in order to address the shortcomings in the Enterprise Java microservices space. The pace of Java EE releases slowed to a point where it was unable to meet the...
Posted in Java Buzz Forum, Sep 19, 2017, 12:52 PM
Optimising Enterprise Java for Microservice Architecture The Eclipse MicroProfile initiative was launched at JavaOne 2016, the brainchild of server vendors and Java user groups, in order to address the shortcomings in the Enterprise Java microservices space. The pace of Java EE releases slowed to a point where it was unable to meet the...
|