the default action name InitializeAction(for some initialization) should get called and then from its execute method i will show the result (i.e login.jsp)
I dont want to use struts.xml and will use Annotation
I don't think there's any non-XML way to set the default action (but could be wrong). It'd be pretty inefficient at startup if there was, too; not a big deal, but still.