=-=-=-=-=
Powered by Bilbo Blogger
Hey folks, here contains the binary bits of my mind thought + proven technology bits through my eyes
Saturday, January 16, 2010
Temporary-Post-Used-For-Style-Detection-Title-1822408328
Thursday, December 31, 2009
First blog post with Bilbo Blogger
Today I came across a new kde app which I can post to blogspot. I was searching for such kind of an app for a long time. When i did a yum search on google revealed me this rpm.
yum install bilbo
This will install is wonderfull app in your machine if you are a FC dude :)
=-=-=-=-=
Powered by Bilbo Blogger
Tuesday, December 22, 2009
Google and Charity
See Google's Gift
Sunday, November 15, 2009
Orkut New
Here is a ksnaphot and gimpify of my orkut homepage
Google has to definitely revisit this design. From an Orkut user perspective there should be lot of improvements needed in this page.
Monday, October 19, 2009
Websphere JSP Engine configuration parameters
Today I came across a very basic issue while doing a module in a webapp deployed in Websphere 6.1, Basically there was an error coming from the compiled JSP and I was unable to find out why the issue is happening due to the unavailability of compiled java class. After some googling around I figured out how we can keep generated java source of compiled JSP's by setting jsp engine configuration parameter in the file ibm-web-ext.xmi. Parameter to set is 'keepgenerated' - true
<jspAttributes xmi:id="JSPAttribute_1234" name="keepgenerated" value="true"/>
This will keep the generated java source under profiles/temp.
A detailed list of the configuration parameters can be found here - JSP engine configuration parameters