
Chapter 7. Building a generic application 203
Example 7-25 shows a code snippet for the openWorklist method of
RBDocRouting.java.
Example 7-25 RBDocRouting.java - Code snippet for openWorklist() method
public static void openWorklist(HttpServletRequest request) throws
CMBException, Throwable {
CMBConnection connection = RBConnectionPool.getConnection(request);
HttpSession session = request.getSession(false);
// Get the name of the worklist we are opening
String worklist = request.getParameter("worklist");
Vector vector = new Vector();
CMBDocRoutingQueryServiceICM drQService =
connection.getDocRoutingQueryServiceICM();
// Get the work packages ...