본문 바로가기

eGovFrame9

[Java] 리스트 안의 값 모두 xss처리하기 Controller에서 Service호출List resultListRd = boarddbService.selectList(searchVO); 리스트를 List유틸로 보내고 다시 받자.List resultList = (List) XssUtil.requestToMap(resultListRd); public class XssUtil { protected static Logger log = Logger.getLogger(ListUtil.class.getName()); public static List convertMap(List requestList) { log.debug("### ListUtil 시작--------------------------------------------------------------.. 2017. 9. 2.
[Java] 리스트 안의 모든 값 확인 뭐하다가 이랬다. 저랬다. 헛소리다. 소스만 올리면, 보기 편할 뿐이다. 웹취약점 준비도 있고, 리스트처리를 앞으로 더 원활하게 하고자 만들었음. Controller에서 Service호출 List resultListRd = boarddbService.selectList(searchVO); 리스트를 List유틸로 보내고 다시 받자. List resultList = (List) ListUtil.requestToMap(resultListRd); package egovframework.com.cmm.util; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Set; import org.apa.. 2017. 9. 1.
[eGovFrame] 버전별 오픈소스 SW 구성 출처 http://www.egovframe.go.kr/EgovOSS.jsp?menu=1&submenu=2&leftsub=3 실행환경 전체선택 1.0 2.0 2.5 2.6 2.7 3.0 3.1 3.5 3.6 3.7 3.8 3.9 3.10 4.0 라이센스 비고 전체선택 Presentation layer Business Logic layer Persistent layer Integration layer Batch layer Foundation layer Mobile Presentation / Device API layer 적용 서비스별 오픈소스 명과 버전 업그레이드 비교표 서비스별 오픈소스명과 버전 업그레이드 비교표 서비스 그룹 서비스 명 오픈소스 명1.0 jdk1.5이상2.0 jdk1.5이상2.5 jdk1... 2016. 11. 27.
[eGovFrame] Dynamic Web Module 3.1 requires Java 1.7 or newer How to solve “Dynamic Web Module 3.1 requires Java 1.7 or newer” in Eclipse Last Updated on 20 June, 2015 by App Shah 15 CommentsHave you noticed above type of error in your Eclipse? When you’re creating a project with Dynamic Web Module 3.1 support, you should be using Java 1.7 or newer. Please follow below steps to resolve it.Step1:Make sure your Java Project is configured probably to use Java.. 2016. 11. 19.
[eGovFrame] Cannot change version of project facet Dynamic Web Module to 2.5. org.eclipse.wst.common.project.facet.core.xml --------------------------------------------------------------------\WEB-INF\web.xml 2016. 11. 18.