Introduction - If you have any usage issues, please Google them yourself
Packet : witaskDemo.rar filelist
witaskDemo/.classpath
witaskDemo/.myhibernatedata
witaskDemo/.mymetadata
witaskDemo/.mystrutsdata
witaskDemo/.project
witaskDemo/.settings/org.eclipse.jdt.core.prefs
witaskDemo/.settings/org.eclipse.jdt.ui.prefs
witaskDemo/.springBeans
witaskDemo/src/ApplicationResources.properties
witaskDemo/src/com/runwit/common/dao/BaseDAOHibernate.java
witaskDemo/src/com/runwit/common/dao/HibernateQueryBuilder.java
witaskDemo/src/com/runwit/common/dao/IDAO.java
witaskDemo/src/com/runwit/common/dao/QueryBuilder.java
witaskDemo/src/com/runwit/common/util/PageUtil.java
witaskDemo/src/com/runwit/witask/action/PointGradeAction.java
witaskDemo/src/com/runwit/witask/action/QuesTypeAddAction.java
witaskDemo/src/com/runwit/witask/action/QuesTypeDeleteAction.java
witaskDemo/src/com/runwit/witask/action/QuesTypeListAction.java
witaskDemo/src/com/runwit/witask/action/QuesTypeModifyAction.java
witaskDemo/src/com/runwit/witask/action/QuesTypeUpdateAction.java
witaskDemo/src/com/runwit/witask/action/SysConfigAction.java
witaskDemo/src/com/runwit/witask/action/web/ActionUtils.java
witaskDemo/src/com/runwit/witask/action/web/AddQuesAttachAction.java
witaskDemo/src/com/runwit/witask/action/web/AddQuestionAction.java
witaskDemo/src/com/runwit/witask/action/web/AnswerQuesAction.java
witaskDemo/src/com/runwit/witask/action/web/CheckLoginAction.java
witaskDemo/src/com/runwit/witask/action/web/CloseQuestionAction.java
witaskDemo/src/com/runwit/witask/action/web/GoAddQuestion.java
witaskDemo/src/com/runwit/witask/action/web/GoQuesDetails.java
witaskDemo/src/com/runwit/witask/action/web/IndexAction.java
witaskDemo/src/com/runwit/witask/action/web/MemberLoginAction.java
witaskDemo/src/com/runwit/witask/action/web/MemberLogoutAction.java
witaskDemo/src/com/runwit/witask/action/web/MemberRegister.java
witaskDemo/src/com/runwit/witask/action/web/QuesQueryAction.java
witaskDemo/src/com/runwit/witask/action/web/SearchAnswerAction.java
witaskDemo/src/com/runwit/witask/action/web/SetOkAnswerAction.java
witaskDemo/src/com/runwit/witask/dwr/DwrConfigService.java
witaskDemo/src/com/runwit/witask/dwr/DwrMemberService.java
witaskDemo/src/com/runwit/witask/form/IndexForm.java
witaskDemo/src/com/runwit/witask/form/MemberForm.java
witaskDemo/src/com/runwit/witask/form/PointGradeForm.java
witaskDemo/src/com/runwit/witask/form/QuesQueryForm.java
witaskDemo/src/com/runwit/witask/form/QuestionForm.java
witaskDemo/src/com/runwit/witask/form/QuesTypeForm.java
witaskDemo/src/com/runwit/witask/form/SysConfigForm.java
witaskDemo/src/com/runwit/witask/po/TbAnswers.hbm.xml
witaskDemo/src/com/runwit/witask/po/TbAnswers.java
witaskDemo/src/com/runwit/witask/po/TbConfig.hbm.xml
witaskDemo/src/com/runwit/witask/po/TbConfig.java
witaskDemo/src/com/runwit/witask/po/TbMembers.hbm.xml
witaskDemo/src/com/runwit/witask/po/TbMembers.java
witaskDemo/src/com/runwit/witask/po/TbPointGrade.hbm.xml
witaskDemo/src/com/runwit/witask/po/TbPointGrade.java
witaskDemo/src/com/runwit/witask/po/TbQuestions.hbm.xml
witaskDemo/src/com/runwit/witask/po/TbQuestions.java
witaskDemo/src/com/runwit/witask/po/TbQuestionsAttach.hbm.xml
witaskDemo/src/com/runwit/witask/po/TbQuestionsAttach.java
witaskDemo/src/com/runwit/witask/po/TbQuesType.hbm.xml
witaskDemo/src/com/runwit/witask/po/TbQuesType.java
witaskDemo/src/com/runwit/witask/service/ConfigCache.java
witaskDemo/src/com/runwit/witask/service/IAnswersService.java
witaskDemo/src/com/runwit/witask/service/IIndexService.java
witaskDemo/src/com/runwit/witask/service/IMemberService.java
witaskDemo/src/com/runwit/witask/service/impl/AnswersService.java
witaskDemo/src/com/runwit/witask/service/impl/BaseService.java
witaskDemo/src/com/runwit/witask/service/impl/IndexService.java
witaskDemo/src/com/runwit/witask/service/impl/MemberService.java
witaskDemo/src/com/runwit/witask/service/impl/PointGradeService.java
witaskDemo/src/com/runwit/witask/service/impl/QuestionsService.java
witaskDemo/src/com/runwit/witask/service/impl/QuesTypeService.java
witaskDemo/src/com/runwit/witask/service/impl/SysConfigService.java
witaskDemo/src/com/runwit/witask/service/IPointGrade.java
witaskDemo/src/com/runwit/witask/service/IQuestionsService.java
witaskDemo/src/com/runwit/witask/service/IQuesType.java
witaskDemo/src/com/runwit/witask/service/ISysConfig.java
witaskDemo/src/com/runwit/witask/service/ServiceFactory.java
witaskDemo/src/com/runwit/witask/servlet/SetCharacterFilter.java
witaskDemo/src/com/runwit/witask/servlet/SpringLoaderServlet.java
witaskDemo/src/com/runwit/witask/servlet/SysInitServlet.java
witaskDemo/src/hibernate.cfg.xml
witaskDemo/WebRoot/admin/inc/head.jsp
witaskDemo/WebRoot/admin/pointgrade/index.jsp
witaskDemo/WebRoot/admin/pointgrade/list.jsp
witaskDemo/WebRoot/admin/pointgrade/modify.jsp
witaskDemo/WebRoot/admin/questype/index.jsp
witaskDemo/WebRoot/admin/questype/list.jsp
witaskDemo/WebRoot/admin/questype/modify.jsp
witaskDemo/WebRoot/admin/sysconfig/index.jsp
witaskDemo/WebRoot/admin/sysconfig/list.jsp
witaskDemo/WebRoot/admin/sysconfig/list2.jsp
witaskDemo/WebRoot/images/ok.gif
witaskDemo/WebRoot/images/Thumbs.db
witaskDemo/WebRoot/index.html
witaskDemo/WebRoot/index.