which technology to use for making a job hunting site struts1,struts2,spring or simple servlet,jsp which one runs faster as using a framework might slow you down.
struts1-> abstract class based -> so they should be faster than struts2 which are based on interfaces. (Anybody tested that if not how to test it.)
and about the spring i had no idea... it is said to be lightweight but what that terms actually means technically. faster bean resolution or lesse libraries in which terms ...that "term lightweight" holds.