Originally posted by java sree: so that you can have our own custom action like whatever method(GET,POST) comes, you can invoke our doGet() or doPost()...
for this purpose no need to go for override. already this stuff embedded in service()... commonly overriding the service is unlike
Hope This Helps [ September 08, 2008: Message edited by: seetharaman venkatasamy ]
yes seetharam .its really very unlike to override service method...i should have quote "regardless of which method(POST,GET) it comes..we can call doGet() (which you have all the implementations)"