Examples of ForumDAO


Examples of org.jresearch.gossip.dao.ForumDAO

     * @param response DOCUMENT ME!
     */
    public void afterProcess(ActionMapping mapping, ActionForm form,
        HttpServletRequest request, HttpServletResponse response) {

        ForumDAO dao = ForumDAO.getInstance();

        try {
           

            dao.removeEntry(this.updatedLogin);
        } catch (SQLException sqle) {
            getServlet().log("Connection.process", sqle);
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
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.