Chennai expensive than Bangalore
And is expensive than the moon !
Read this article on IBN
I am pretty darn sure this is a bubble and is going to burst soon. Look what happened to the real estate bubble in US. India follows the trend in US whatever it may be , like dot com boom, bust, stock market crash, real estate bubble. The bubble should burst as it did in the US. Not that I would love for that to happen, but it does need a correction. If a Software engineer working in US for 10 years can’t afford to buy land, then I think something is wrong.
We’ll see !
RichFaces
There were a couple of times RichFaces was mentioned in some JavaOne sessions on JSF, so I decided to take a quick look at it and try it out. The Online demo looked impressive, there are some really cool AJAX components like Drag n Drop, Auto Complete, Ajaxed Tabbed pane, Tree etc. Very quickly I was able to get the demo running in Sybase EAServer 6.0.1
Ofcourse, from my experience before, there are a couple of hacks to make it work in EAServer. The load-on-startup for the Faces Servlet had to be set to 0 in web.xml.
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>0</load-on-startup>
</servlet>
This is because, EAServer calls servlet init() before the ServletContextInitializer. Not an EAServer bug, this is in Servlet 2.3 spec.
In a few minutes, I was able to use these RichFaces components in my web app. Great job Exadel, you rock.
-
Archives
- May 2008 (3)
- April 2008 (2)
- July 2007 (2)
- June 2007 (5)
-
Categories
-
RSS
Entries RSS
Comments RSS