Declarative Hyperlinking using @InjectLink - Part 1
Declarative hyperlinking is one of the features introduced in Jersey 2.x. This feature is powerful, in that it enables you to create hyperlinks on the fly, thereby helping you in making your REST...
View ArticleDeclarative Hyperlinking using @InjectLink - Part 2
In my previous post, I talked about the set-up required to use declarative hyperlinking feature provided by Jersey 2.x. This post is a continuation to that post. In this post, we will create links to...
View ArticleGoogle API Getting OAUTH2 Access Token (Part 1 Create Project and Get Access...
This post is aimed at exploring the Google API access through an access token. In order to do so one needs to get the access token and the steps to do so is detailed below.Step 1: Register An App in...
View ArticleAdd Web Service Policy Reference for JEE clients - Explored
While working on something, I recently bumped into this cool feature in JDeveloper whereby you can easily consume secure web services through servlets. As usual, Jdevloper takes care of a lot of things...
View Article"GraphMethodException - No node specified" Error on accessing Facebook API
Sometimes on hitting the methods provided by Facebook API, you may see an error such as below:Cause:The code 100 with this error indicates that there is an invalid parameter that is being passed in the...
View ArticleObtaining the name of the key in fasterxml
In this blog, I have just presented a simple sample of using fasterxml API to parse JSON data. This shows you how you can get the name of the key within a JSON object.Suppose, you have a JSON sample as...
View ArticleCreating ADFBC REST services - A new feature in Oracle JDeveloper 12.2.1
With the release of JDeveloper 12.2.1, a number of new features have come in. One particular feature w.r.t web services that has been introduced in this release is the ability to create RESTful...
View ArticleReact-Native DrawerLayoutAndroid - How to Open the Menu on Click of an Menu Icon
Recently had a chance to develop an app using the react native. On of my requirement for the app was a hamburgur menu. While the DrawerLayoutAndroid available does the job, to a great extend, had a...
View ArticleConsuming REST service through JavaScript Client in JDeveloper
Purpose:This blog is intended to give you a basic idea on the application and usage of the new JavaScript client feature introduced in JDeveloper 12.2.1.0.0.Usecase:This usecase talks about using the...
View ArticlePreparing for the PMP exam - The Journey, The Experience
Its been a while since Ganaraj and me blogged. Both of us have been slightly busy for the past few months and hence couldn't take time out for this. Finally, I have decided to sit down and just blog!!...
View Article