Sunil's Notes
My notes for things that i am learning about
ElasticSearch Java Client
›
How Scala code gets compiled into Java
›
For last few days i am learning Scala + play framework. Since i have been using Java for long time now, one that always helps is to convert ...
2 comments:
Using AngularJs in Worklight/PhoneGap application
›
Angular.js is a JavaScript MVC framework, that makes development of HTML applications easy. I wanted to figure out how to use it for develo...
203 comments:
Book review IBM Websphere Portal 8: Web Experience Factory and the Cloud
›
It seems that IBM is investing a lot in IBM Web Experience factory in last few years. I wanted to learn about WEF but the problem is i was ...
6 comments:
Securing REST service created using WEF
›
In the Exposing REST + JSON endpoint using WEF i blogged about how to create a REST + JSON endpoint using WEF, but problem with that servic...
2 comments:
Exposing REST + JSON endpoint using WEF
›
I wanted to figure out how to create a REST + JSON end point using WEF. So i decided to create a simple Java class that has sayHello(name) ...
1 comment:
Using portletHelper linked java object
›
The Web Experience factory tries to hide the portlet request phases from you. But some time you might be interested in knowing what phase yo...
2 comments:
Use Worklight to encrypt the data stored in window.localStorage
›
In the Reading data stored in localStroage by Android Device or Google Chrome Browser entry i talked about how easy it is to read data stor...
4 comments:
Reading data stored in localStroage by Android Device or Google Chrome Browser
›
While working on my Using localStorage/sessionStorage in PhoneGap application example i was trying to debug a issue on the Android device w...
4 comments:
Using localStorage/sessionStorage in PhoneGap application
›
The HTML 5 specification introduced 2 objects that can be used for storing data in key-value format on the client side, i wanted to try this...
4 comments:
‹
›
Home
View web version