Error while deploying MAF app to android - Cannot run program...
In case, if you hit the below error while deploying MAF application to android device, this post is for you.[12:11:31 PM] Cannot run program...
View ArticleExposing View Objects from ADF Library as Web Service
While working on large projects, you may split business components among multiple projects to improve the modularity and re-usability of the code. Obviously you can share business components between...
View ArticleEnabling CDI in ADF Applications targeting WLS 12C
If you had tried using Contexts and Dependency Injection (CDI) in your ADF app targeting WLS 12C, you might have already noticed the issue that I'm mentioning here - CDI things are not working in the...
View ArticleA good tutorial on Node.js, Express, Jade
If you really want to get a feel of Node.js, Express, Jade , then check out the following tutorial- simple and easy to follow : http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/
View ArticleFree Real World ADF Architecture and Design Principles Course for Oracle...
Announcing yet another round of 'free' ADF architecture training for oracle employees and partners in India, Bangalore June 01 - June 04. Details are listed here...
View ArticleA book on RESTful Java Web Services
My second book is getting ready ( RESTful Java Web Services ). Check it out here: https://www.packtpub.com/application-development/restful-java-web-services-second-editionMore updates soon....
View ArticleConfiguring JNDI Data Source connecting to Oracle DB in GlassFish Server
This post shows how to configure JNDI data source connecting to Oracle database in GlassFish server. Although this post is written to help readers of RESTful Java Web Services - Second Edition to run...
View Article'RESTful Java Web Services - Second Edition' is published !
My book on RESTful Java Web Services - Second Edition is published in Sep 2015.Title: RESTful Java Web Services - Second EditionPublisher: Packt PublishingISBN-10: 1784399094ISBN-13: 978-1784399092More...
View ArticleHappy New Year 2017 !
Have a wonderful, prosperous New Year 2017 ! New Year has brought another chance for us to set things right. Carry all leanings from the past and make a new beginning !!!It has been a while since I...
View ArticleBrowserify
I always wondered how the browserify tool works. Here is good tutorial from Ben:https://benclinkinbeard.com/posts/how-browserify-works/
View ArticleSpeaking at JavaOne 2017
I am speaking at JavaOne 2017 after a few years gap. I was in power saving mode during these days, and bored of being so lazy ;) http://bit.ly/2wcIZLm
View ArticleHappy New Year 2018 !
We can't go back and change the beginning, but we always can start where we are and change the ending. Believe in yourself and you will be unstoppable!Wishing you and your family a very happy new year...
View ArticleBuilding a Polyglot GraphQL Server
This week I got an opportunity to present in Oracle Code One 2018 on leveraging Kuberenets ecosystem for building polyglot GraphQL server. Link to the session that I had for Oracle Code One is...
View ArticleBuilding a Simple Java Microservice Using Helidon MicroProfile APIs and JPA
You can read this post here.
View ArticleA Simple Helidon MicroProfile Microservice Demonstrating Many of the Commonly...
You can read this post here.
View ArticleSetting up Istio on Minikube for Running Bookinfo Demo Application
You can read this post here.
View ArticleFrequently Used Docker Commands
Here is the list of frequently used docker commands:(You can find the full list in the official documentation )List All Imagesdocker image ls -aRemove All imagesdocker rmi $(docker images -q)List All...
View ArticleThe Top 50 Tools of 2018
Let me share a couple of interesting survey results:This looks very interesting, check it out: https://stackshare.io/posts/top-developer-tools-2018You may like this as well:...
View ArticleSecurity Measures for Your Single Page Application
Building a secured application is always a puzzle for many of us. This is so true when you need to secure a Single Page Java Web application where many things are happening on the browser which is not...
View Article