Tuesday, March 29, 2011

Strange Point : Is it a turning point or a melting one

Do you ever have the feeling that inspite of all your achievements
and accolades and recognition that you are missing something. that creeping sinking feeling that something may not right at all, that there might be something that has been left empty and worse forgotten. Strangely for some days i have been having this feeling .And it is coming at a high point in my life. I sit and wonder at the karmic chakra of life. I seem to run after the bus, yeah u guessed it right the missed bus even though I know that the next one is coming right now OK may be 5 minutes later.

Monday, March 7, 2011

Life like a banquet laid
comes with all tastes
do not enjoy the main course such
that you dont savour the dessert much

He who lives in a day as first and last
lives a thousand life times in one
He who waits for that mirage of happiness
is dead before his time and gone

The shadows of past may be long
but the sun of the future is bright
Why do u weep for the extra furlong
when the end is in sight

Sunday, August 23, 2009

In Mumbai In Zycus Detailed

In this universe everything moves through God's will. By the grace of the same will I cracked a job in Zycus (a product company ) on 1st August 2009 and joined on 11th of the same month. It was a tough selection process as the Zycus HR's self descriptively called themselves choosy. However through the grace of Lord Ganesha I managed to float across the aptitude, technical written and two technical interviews (one telephonic and the other face to face). They asked a lot of puzzles and technical fine-points form patterns to a basic understanding of the systems.
Finally they asserted that they were happy to take me on board. I moved in with my things in mumbai with abhinav (a close friend) and joined them. Two weeks have passed and as per Lord Ganesha's supreme will everything is working out. Hoping for a long stay at Zycus

In Mumbai In Zycus

In this universe everything moves through GOD's will. By the grace of the same will I cracked a job in Zycus (a product company )

Friday, August 7, 2009

this may be the last post from pune ... what a week it was ... cracked my first freelancing job and also the my second job ... now with me joining mumbai zycus office on tuesday ... it is time to say good bye to pune and also to all my pune friends ... well called them up ... most of them up ... and the rest would get to know by the most famous broadcast of all ... word of mouth ... what say ... lets see and join the next company and see for ourselves what future holds for us ... I guess it is also time to say a temporary good bye to free lancing ... so that I can concentrate on my next job ... enough 4 today ... lets hope my next post ... if from mumbai is full of good news and surprises ... good bye ...

Tuesday, July 21, 2009

Unable to find request attributes on forward in struts

Cant find the request attributes after a forward from an Action(in struts app)? after hours of debugging and several minutes of googling the solution turns out to be simple. If you want your request attributes to be present in the request object after the forward you must set redirect="false" since redirect="true" will entail that the request (HttpServletRequest object) is flushed out on which the attributes are saved. So no wonder u are unable to get
the request attributes.

Monday, July 20, 2009

sqldialect problem in hibernate

got a sqldialect problem in hibernate ... it may be due to the unmatch in the sqldialect provided in the configuration in the xml(if you are configuring thru hibernate.cfg.xml) or in the properties (hibernate.properties) file with the database u r using ... say if u r using mysql and the dialect is for MS SQL or Oracle u cant expect it to work. sounds incrediblely foolish mistake isnt it ... ? but then that is the reason it is so difficult to point out.