* @throws ServletException
* @throws IOException
*/
@Override
protected void doPost( HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException {
bzb = new BooksZenBooks( "en", dbConfigResource ); // @TODO language should be a request param
String forwardUrl = jspPath + "home";
RequestDispatcher dispatcher;
User user = bzb.getAuthenticatedUser( request );
/* Load necessary lexicons */