1. public ActionForward execute(
ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
2.var url=".do?command=Edit&state=Query&windowFlag=reado nly&applnId="+aId+"
I am new in J2EE.I came across the above coding in my work. The coding 1 is inside a class with communicate with jsp file.What does the coding above mean?
2.The coding 2 is actually getting the url of a particular page.What does it mean for .do?command=Edit&state=Query&windowFlag=readonly..
2.I see also <%=reguest.getparameter()%=>in both the java file and jsp file.What does it mean.....
I am new in j2ee and looking forward to purchase a book.Does anyone have any book or web site to recommend?
:)