Tip/Spring16 Jackson library 이용하여 date format 변경하기 보호되어 있는 글 입니다. 2013. 7. 8. Spring Security 를 이용하여 로그인여부 화면에 표시하기 Spring Security 3.1 에서 아래와 같은 코드를 화면에 적용하여 로그인 여부를 구분할 수 있습니다. Login Logout 2013. 4. 18. web.xml 에서 classpath 사용시 주의사항 contextConfigLocationclasspath*:**/META-INF/spring/root-context.xml..... [생략] .... 위와 같은 App을 여러개 설정후 한 서버에 올릴경우 다른 App에 영향을 줄 수 있으므로 주의!!! contextConfigLocationclasspath:/META-INF/spring/root-context.xml..... [생략] .... 2013. 4. 16. jxls + excel download + Spring 스프링에서 엑셀 다운로드 기능을 만들어보자. 이때 템플릿파일과 데이터를 이용하여 최종 산출물을 만들어 보자. 이때 JXLS 를 이용할 것이다. 필요한 파일과 설정은 다음과 같다. pom.xml org.apache.poi poi 3.7 org.apache.poi poi-ooxml 3.5-beta5 net.sf.jxls jxls-core 1.0 servlet-context.xml views.xml UserExcelView public class UserExcelView extends AbstractExcelView { @Override protected void buildExcelDocument(Map model, HSSFWorkbook workbook, HttpServletRequest request, H.. 2012. 2. 20. 이전 1 2 3 다음