At last Google announced there gPhone.. or its was not a phone anyway but a mobile infrastructure called Android.
I have looked at it and I think it look very promising, when that is said I think its a problem that Google create there own JVM instead of using existing ones.
But anyway I will take it for a spin, actually I have downloaded it on my Linux and installed the IDE part and created my first application yesterday.
My plan is to run through all the tutorials and try to make an interesting application.. that maybe can be a part of the Google contest..
Thursday, 15 November 2007
Tuesday, 6 November 2007
WebSphere Portal action url
I been working today with creating action url from within WebSphere Portal using the excellent article from developerworks.
But i keept getting a classcast String exception when adding action parameter to my generated call.
The answer was that the provided map to the PortletAccessorController should contain item if type String and String[]
like this:
Hash map = new HashMap();
map.put("test",new String[] {"myTestItem"})
Hope this help someone outthere
But i keept getting a classcast String exception when adding action parameter to my generated call.
The answer was that the provided map to the PortletAccessorController should contain item if type String and String[]
like this:
Hash map = new HashMap();
map.put("test",new String[] {"myTestItem"})
Hope this help someone outthere
Monday, 5 November 2007
Open social
I've just seen the presentation of the opensocial created by Google and the concept is really good. If you had asked me a month ago I would have thought that the FaceBook platform was the right approach for creating social apps.. but I think with Google and MySpace backing the OpenSocial.. FaceBook has to go that way .
I have played around with FaceBook and a Think it was nice but I still the value add of using a shared API for Social apps us an important point.
I hope to get some time trying out the opensocial.
I have played around with FaceBook and a Think it was nice but I still the value add of using a shared API for Social apps us an important point.
I hope to get some time trying out the opensocial.
Subscribe to:
Posts (Atom)