As you all are aware that Google Plus is shutting down in March 2019 and so are all its services. I have had a legacy android app on play store that was using the GoogleApiClient for authentication with Google Plus services, alas, I had to upgrade the application to use the new GoogleSignInClient. And, I am glad that I did so for the following reasons:
GoogleSignInClient API is based on Task Api
It does not involve managing connection as with GoogleApiClient API's, so no callback...
ADF Examining memory leaks
Simply Read: A RSS/Atom Reader
Event Handlers in OIM 11g
Analyzing and Fixing memory leaks in Android
Driving security for ADF Essentials: Part1
Target Reconciliation Scheduler in OIM 11g
Using Lucene in Android
Better Charting with NVD3
ADF: Doing Runtime Entity Validations
ADF View Criteria Performance Impact
Dec 29, 2018
Dec 21, 2018
21
December
In this post, I will cover a tutorial that involves different moving pieces. It covers the following:
Java WatchService
Spring Boot
Initialization-on-demand holder idiom
Managing concurrency
RXJava
Lombok (because why type more?)
The example will expose a Spring Boot REST service that exposes csv file records from a directory. In addition, there is a WatchService that monitors the directory for changes, specifically only creation and removal of CSV files.
Let's start with the pieces
We want to access the records...
Posted on Friday, December 21, 2018 by Unknown
Dec 15, 2018
15
December
RXJava is an extremely useful streaming framework (here is an example application using it for parallel processing of restful calls to both uber and lyft (RT_UBER_NYC_TAXI)). However, In this post, I will cover how you can reactively stream and process a CSV file.
Firstly, you can create a Flowable of CSVRecord (commons-csv) by converting iterator to Flowable using the call Flowable.fromIterable(). Next, we want this to be safe resource usage i.e. we don't want to leave open file handles, so...
Posted on Saturday, December 15, 2018 by Unknown
Subscribe to:
Posts (Atom)
Subscribe to Feeds
About Me
Google Translate
Connect !
Categories
ADF
(30)
java
(21)
windows
(20)
Counter Strike 1.6
(13)
Android
(11)
Unix/Linux
(10)
ADF security
(8)
Apache Spark
(8)
Scala
(6)
Search engine Optimization
(6)
jdeveloper11g
(6)
rest
(6)
Computer Networking
(5)
Cool Tutorials
(5)
Retrofit
(5)
Security
(5)
Fortress
(4)
OIM11g
(4)
jsf
(4)
oracle 11g
(4)
Big Data
(3)
Hive
(3)
OPSS
(3)
OpenLDAP
(3)
Wordpress
(3)
javascript
(3)
sql
(3)
website on pc
(3)
Google
(2)
Programming Stuff
(2)
Songbird
(2)
Usenet
(2)
php
(2)
search engines
(2)
wallpapers
(2)
webserver
(2)
Dynamic Dns
(1)
ECM
(1)
Impala
(1)
Lucene
(1)
Softwares
(1)
apache
(1)
code coverage
(1)
firefox
(1)
jmeter
(1)
whitepaper
(1)
Total Pageviews
Popular Posts
-
Are you annoyed of motion blur that occurs in Need For Speed Most Wanted when the car goes at higher speeds ? Well if you are then there ...
-
In this post i am sharing the process to make your own custom reconciliation connector. The process flow of the scheduler is shown in the be...
-
As you all are aware that Google Plus is shutting down in March 2019 and so are all its services. I have had a legacy android app on p...
-
There is a caveat i wanted to highlight with respect to view criteria that has a performance impact. if you use a view criteria it is appli...