Planning to develop a SAP Enterprise Portal application with version 7.3 SP3 and above? wondering how and where to start? continue read on..
Monday, October 22, 2012
SAP Portal 7.3 Part I - How to Kickstart Developing a Customized Portal Application
Labels:
iView,
SAP,
SAP AFP,
SAP AJAX Framework Page,
SAP EP,
SAP Net Weaver Portal,
SAP Portal
Thursday, September 13, 2012
A Design pattern to avoid if-else ladder
Did you ever wrote a code that is having a long if else ladder? and did you ever thought of avoiding it? I am sure you would have written if else ladders atleast once. So what is wrong with it? Nothing special, one time I had to review a code that was having miles long if-else ladder and after scrolling so much and reviewing the code I had to put a plaster on my right hand index finger. [just kidding :) ]
Android Main thread says :I Still know what you did last summer
The latest version of android does not allow network activities on its main thread. It is a very good principle, so that the app will appear to load faster and you can do the costly operations in the background. So what would you do if you want to make a network connection when the app loads? One of the recommended solution android provides is the use of Async Task. This class is a wrapper over the java timer task and will do the processing in a seperate thread. This design provides an opportunity for the main thread to continue its job while the async task work in the background to finish the networking activities.
Friday, July 29, 2011
Is it an Issue with Strophe.js? I am not Sure
Strophe.js is a chat client that can be used to connect to any XMPP enabled chat server. I have observed below issue when I tried to integrate with an Openfire server.
Tuesday, July 19, 2011
Why Strophe.js & Openfire Doesn't work with BlackBerry OS 5?
Recently I have developed a social application on BlackBerry smartphone (9300 curve and 9800 Torch). I have used "Strophe" javascript chat client with Openfire XMPP server for the implementaiton. One of the interesting behaviour I found was the DOM Parser implementation difference between BlackBerry OS 5 and OS 6 versions.
Subscribe to:
Posts (Atom)