We are using this open source api. Check it out for the full set of features it provides
Archive for September, 2006
launch of domainresidential
09.22
One of my good friend & my ex manager has started a business in Chicago area. Check out his site if you guys are in the real estate market in the Chicago area.
Spring dependency injection
09.16
The other day while coding some spring beans I had a question. Which method of depedency injection should be used (constructor or setter). One of my coworker had a good reasoning.
If you feel that something is absolutely needed then inject them through a constructor. If it is optional then user a setter injection. In Spring the default way is to use setters for dependency injection.