MultipartRequest
Programmer
I`ve got a question. In a JSP file i need to run a process.
I can create a class(which has the process) and call the process from the JSP file, or I can create another JSP(which has the process) and include it in the other JSP file.
Which of these two methods gives me a best performance???
Thanks.
I can create a class(which has the process) and call the process from the JSP file, or I can create another JSP(which has the process) and include it in the other JSP file.
Which of these two methods gives me a best performance???
Thanks.