import java.io.IOException; import java.sql.*; import javax.inject.Inject; import javax.servlet.ServletException; import javax.servlet.http.*; import oracle.dbtools.plugin.api.di.annotations.Provides; import oracle.dbtools.plugin.api.http.annotations.*; import oracle.dbtools.plugin.api.routes.*; /** * This example plugin {@link HttpServlet} demonstrates: * * *

Testing the Servlet

Invoke the servlet with the following URL: * *
 *  http://server/ords/schema/demos/plugin?who=somebody
 * 
* * where: *