Hello to everyone i have done a project titled Timesheet management and i would like to know the MVC architecture for it so please can u help me out
Latest Answer : hello sir,i want to know how to read the array of elements in java servlets ...
Latest Answer : The answers provided in this thread focus more on the current implementations of MVC1 and MVC2 and therefore are only partially correct.The real difference between MVC models 1 and 2 is that in model 2 the Model, View and Controller should be coded as ...
In Struts Programming which is the controller,which is the model(interms of action class,form bean,struts-config.xml,Jsp page)and which is the view exactly.
Latest Answer : Hello friend,Plz see this following linkhttp://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.htmli too learnt from this itselfbyecontact me at kynathk@yahoo.co.in ...
Can any tell me Validator Framework is used forprimitive type or it can be used to validate the object also If not than how object can be validate using struts
Latest Answer : pl refer this . you will get the solution using saveToken() and generated unique id . its available in struts itself.http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=58&t=003395 ...
Latest Answer : It is not necessary to have ActionForm in the struts application if you are not using a form in ur html or jsp page but its is handy to have one if ur are submitting some data to the server using form. ...
What is the similarities and differences between the following?ArchitectureProgramming modelFrameworkSpecification