Friday, July 4, 2008

WebSphere sMash aka Project Zero

 

IBM recently announced a official release of WebSphere sMash, a licensed version of Project Zero. Zero is a CDCD (Community based commercial development) project but the stable and licensed (IBM) version of it is sMash.

Also Project Zero is based on REpresentational State Transfer (REST). The good thing about it is the rapid development of web applications. This is actually intended for situational apps which are needed immediately. And after you developed a applications, you don't need the application server, you applications itself is a server .. umm sounds interesting.

But this is not it yet, it supports all the web 2.0 stuff like Ajax, Feeds, Json and all. Pretty good security support is also there  LDAP, file based, openID.

If you are a web developer and you want to get your hands dirty in web 2.0, you gotta check out this one. Nice work! (www.projectzero.org).

Friday, May 23, 2008

Windows Live Writer

Technorati Tags:

.. I really like this tool from Windows Live team ..

 

as usual I always like to try out new thing in technology and came across this windows live write tool .. its really amazing .. better than all the blogging tool I used so far .. it copies your blog theme and you can see how it will look while you are writing .. WindowsLiveWrite

Like you can see on left :-) .. I'm sure that I'll use this one for blogging .. the kind of usability and easiness is there in this tool is amazing .. and it gives you a feeling of your blog .. LIVE .. I would recommend it to all the blogging freak guys out there .. check it out here .. you goona like it .. thanks to Windows Live Team for this ..

Friday, May 9, 2008

Android

.. by Google..

Google has just launched a new SDK for mobile .. Android .. opensource .. and it has been put to developers all around the world to explore .. it comes with a simulater and eclipse plugin to ease the development effort .. check out more here .. you can develop cool apps for you mobile (coding in Java) .. I just finished "Hello Android" .. it looks good .. and the emulater is a nice one :-) ..

There is also a Android Developer Challenge launched .. motivating developer's to explore the sdk as much as they can .. and the motivating factor is .. this challenge will give $10 million in awards :-) .. Race is ON guys .. jump in and show your skills !!!

Can not see desktop icons neither can right click on desktop - Linux

.. I installed linux on my office desktop few months ago.. things were kewl and I was excited as I have a windows laptop and linux desktop .. so now I can enjoy working on both .. it went smoothly till I started facing this problem .. suddenly one day I can't see my desktop icons neither I can right click on my desktop .. also I can't browse any folder in GUI mode .. i have to have to use terminal :-(

Tried lot of things .. searched Google .. no luck :-( and today I found in one of our internal forum regarding "gconf-editor" :-) .. thats was my best shot .. i installed it and followed the steps:

Under apps/nautilus/desktop, ending with '=icon_visible" ..

and I can not see anything under apps/nautilus/desktop :-( :-( :-( .. then I searched for nautilus in our internal repository and installed few of the libs (few were already installed) .. now I can see something (infact many things :-D ) under apps/nautilus/desktop .. I just left things to default and restarted my box .. and bingo! it worked .. I can see desktop icons and all .. "Nautilus is a file manager for GNOME .. seems like it was currupted :-D" .. I heared people saying ur X is currupted etc etc .. but nothing like that .. my desktop is feeling much better now :-D .. c ya..

Sunday, March 23, 2008

Looks good in IE

I'm trying my hands on Dojo Toolkit from sometime and right now testing it with 1.0.2. After doing some dev, I found that dojo page looks very good in IE but not that successful with Firefox etc..

Below is the example of how a filtering selects looks in firefox and IE. See the difference..







(With Firefox)







(With IE)

Does anybody faced this issue before ..

Blogged with the Flock Browser

Friday, March 21, 2008

Flock .. a new Firefox..

a social browser ..

This is my first blog post from the new browser "Flock" .. its built on top of firfox .. with some new look and feel .. also some kewl features ..

Some of the feature I like was .. doing this blog post .. and web clipboard sidebar .. also it seems like it is pretty faster than the other browsers (atleast IE i'll say) ..

I hope we'll see more of these kinda sidebar's/widget's in Flock .. good luck guys .. nice work ..  

Blogged with the Flock Browser

Friday, February 8, 2008

.. do not use hammer ..

..

"All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use hammer." -- IBM maintenance manual, 1975

Tuesday, February 5, 2008

Thread dump analyzer.. WebSphere..

Many times we might wait for our app server to respond back to us for some action.. and it never comes back (might be it doesn't like our action ;) ..) .. I got stuck in same kind of problem yest.. after deploying an app to WebSphere and click the save button, to save the changes to master config.. server didn't liked my action/application I deployed and I kept on waiting for it to reply back..

next I thought of taking a thread dump .. infocenter describes it well that how to take a thread dump but it didn't tell u where the dump file will be created :D .. finally i got the dump file inside the profile directory :) .. and got to know that server is busy talking to Tivoli Access Manager on my action of saving the config :) ..

Then I also got to know about a nice utility on alphaworks (http://www.alphaworks.ibm.com/tech/jca/download) .. its "IBM Thread and Monitor Dump Analyzer for Java Technology".. its a pretty nice gui .. gives u some analysis of dump u have taken very quickly .. just start it up and open the dump file ..