Handle doGet and doPost. Default: This method has to be overwridden by any servlet. Servlets that require timing information do not override this method.
@param aReq The POST or GET request information.
@param aRes The HTTP response object.
@exception ServletException
@exception IOException
@see processRequest2
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.