static {
   Dao dao = (Dao) SpringUtil.getBean("dao");
   sourceList = dao.loadAllSource();
 }