Updated project structure, and created ant build file
This commit is contained in:
parent
09cce4d80a
commit
d1fbc1c50b
20 changed files with 125 additions and 62 deletions
|
|
@ -27,6 +27,7 @@ import zall.util.msg.UserMessage;
|
|||
import zall.util.msg.UserMessage.MessageType;
|
||||
import zutil.db.DBConnection;
|
||||
import zutil.db.bean.DBBean;
|
||||
import zutil.db.bean.DBBeanSQLResultHandler;
|
||||
import zutil.log.LogUtil;
|
||||
|
||||
public class Zallery extends HttpServlet{
|
||||
|
|
@ -78,7 +79,7 @@ public class Zallery extends HttpServlet{
|
|||
}
|
||||
|
||||
public void destroy(){
|
||||
DBBean.cancelGBC();
|
||||
|
||||
}
|
||||
|
||||
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue