Framework
-
안녕하세요. 이사작전.com의 개발자 말랑고양입니다.request 안의 모든 parameter 확인하는 방법은 다음과 같습니다. 1. 소스코드 공개12345678Enumeration params = request.getParameterNames();System.out.println("----------------------------");while (params.hasMoreElements()){ String name = (String)params.nextElement(); System.out.println(name + " : " +request.getParameter(name));}System.out.println("----------------------------"); Colored by Color..
[Spring] request 안의 모든 parameter 확인하는 방법안녕하세요. 이사작전.com의 개발자 말랑고양입니다.request 안의 모든 parameter 확인하는 방법은 다음과 같습니다. 1. 소스코드 공개12345678Enumeration params = request.getParameterNames();System.out.println("----------------------------");while (params.hasMoreElements()){ String name = (String)params.nextElement(); System.out.println(name + " : " +request.getParameter(name));}System.out.println("----------------------------"); Colored by Color..
2019.03.17 -
안녕하세요. 이사작전.com의 플랫폼공작소입니다. 오늘은 There are No resources that can be added or removed from the server 오류를 해결하는 방법을 공유하려합니다. 1. 프로젝트 우클릭 -> Properties -> Project Facetstip) 혹시 Project Facets에 아무것도 뜨지 않는다면 링크를 클릭해보세요. 2. Dynamic Web Module을 체크한 후 Apply를 눌러보세요.그러면 톰캣이 프로젝트를 찾을 수 있을 것입니다.추가로 궁금한 점이 있다면 댓글남겨주세요. 감사합니다. #There are No resources #Project Facetsreference : https://stackoverflow.com/questio..
[solved] There are No resources that can be added or removed from the server안녕하세요. 이사작전.com의 플랫폼공작소입니다. 오늘은 There are No resources that can be added or removed from the server 오류를 해결하는 방법을 공유하려합니다. 1. 프로젝트 우클릭 -> Properties -> Project Facetstip) 혹시 Project Facets에 아무것도 뜨지 않는다면 링크를 클릭해보세요. 2. Dynamic Web Module을 체크한 후 Apply를 눌러보세요.그러면 톰캣이 프로젝트를 찾을 수 있을 것입니다.추가로 궁금한 점이 있다면 댓글남겨주세요. 감사합니다. #There are No resources #Project Facetsreference : https://stackoverflow.com/questio..
2019.02.11 -
안녕하세요. 이사작전.com의 플랫폼공작소입니다.오늘은 전자정부프레임워크를 다루면서 느낀점을 편하게 풀어보려합니다. 이 프레임워크를 다룰때 의문인 점이 있습니다."왜 공통컴포넌트 기능을 추가한 후 바로 실행이 되지 않는가?""왜 매번 빠진 java파일과 dependency를 개발자가 직접 고쳐서 동작시켜야하는가?" 표준프레임워크 강의에 의하면 기능을 추가하고 메이븐 update > install만 하면 동작한다고 하였는데, 저는 잘 모르겠습니다. 예를들어 통계 기능을 추가하고 싶어서, 공통 컴포넌트에서 선택해서 프로젝트에 설치한다고 가정합시다. 그러면 통계기능과 관련된 의존 파일들도 자동으로 설치되도록 공통 컴포넌트에서 강요한다고 배운 것 같은데 그런거도 아닌 것 같습니다. 막상 돌리면 에러나고, 에러를..
전자정부프레임워크 템플릿과 공통 컴포넌트 문제/충돌 이유안녕하세요. 이사작전.com의 플랫폼공작소입니다.오늘은 전자정부프레임워크를 다루면서 느낀점을 편하게 풀어보려합니다. 이 프레임워크를 다룰때 의문인 점이 있습니다."왜 공통컴포넌트 기능을 추가한 후 바로 실행이 되지 않는가?""왜 매번 빠진 java파일과 dependency를 개발자가 직접 고쳐서 동작시켜야하는가?" 표준프레임워크 강의에 의하면 기능을 추가하고 메이븐 update > install만 하면 동작한다고 하였는데, 저는 잘 모르겠습니다. 예를들어 통계 기능을 추가하고 싶어서, 공통 컴포넌트에서 선택해서 프로젝트에 설치한다고 가정합시다. 그러면 통계기능과 관련된 의존 파일들도 자동으로 설치되도록 공통 컴포넌트에서 강요한다고 배운 것 같은데 그런거도 아닌 것 같습니다. 막상 돌리면 에러나고, 에러를..
2019.02.06 -
Hello. This is pmsoft. I will teach you how to fix maven install (BUILD FAILURE)1. windows > preferences > java > installed JREs and click on add then locate the JDK installed directory. 2. And try Maven install again! 3. Build Success! good luck!#maven #install #build #failurereference : https://stackoverflow.com/questions/19074038/failed-to-run-maven-install
[Solved] How to fix maven install (BUILD FAILURE)Hello. This is pmsoft. I will teach you how to fix maven install (BUILD FAILURE)1. windows > preferences > java > installed JREs and click on add then locate the JDK installed directory. 2. And try Maven install again! 3. Build Success! good luck!#maven #install #build #failurereference : https://stackoverflow.com/questions/19074038/failed-to-run-maven-install
2019.02.06 -
안녕하세요. 이사작전.com의 플랫폼공작소입니다.오늘은 전자정부프레임워크의 eGovFrame 메뉴를 설명하려합니다. 우선 Perspective를 eGovframe으로 변경합니다. 당연히 아시겠지만, 아래의 사진에서 보라색 네모박스를 클릭하면 Perspective 변경 창을 띄울 수 있습니다. 1. Open Perspective > eGovFrame 선택 2. 메뉴 설명 3. 클래스 다이어그램, UseCase 다이어그램 등을 다룰 수 있으며, SVN Repositories View도 띄울 수 있습니다. 배치 프로젝트를 생성할 수 있으며 테스트까지 할 수 있는 기능을 제공하고 있습니다. 이상입니다. 추가로 궁금하거나 질문사항이 있다면 댓글에 남겨주세요. 감사합니다.#전자정부프레임워크 #eGovframe #메..
전자정부프레임워크 eGovFrame 메뉴 설명안녕하세요. 이사작전.com의 플랫폼공작소입니다.오늘은 전자정부프레임워크의 eGovFrame 메뉴를 설명하려합니다. 우선 Perspective를 eGovframe으로 변경합니다. 당연히 아시겠지만, 아래의 사진에서 보라색 네모박스를 클릭하면 Perspective 변경 창을 띄울 수 있습니다. 1. Open Perspective > eGovFrame 선택 2. 메뉴 설명 3. 클래스 다이어그램, UseCase 다이어그램 등을 다룰 수 있으며, SVN Repositories View도 띄울 수 있습니다. 배치 프로젝트를 생성할 수 있으며 테스트까지 할 수 있는 기능을 제공하고 있습니다. 이상입니다. 추가로 궁금하거나 질문사항이 있다면 댓글에 남겨주세요. 감사합니다.#전자정부프레임워크 #eGovframe #메..
2019.02.06 -
Hi There! This is pmsoft. I'll tell you where the Maven is stored. 1. Eclipse > Windows > Preferences 2. Maven > User Settings > Local Repository! Maven is stored where the Local Repository is written.Good luck! #Maven #Spring #where the Maven is stored
[Spring] How to find where the Maven is storedHi There! This is pmsoft. I'll tell you where the Maven is stored. 1. Eclipse > Windows > Preferences 2. Maven > User Settings > Local Repository! Maven is stored where the Local Repository is written.Good luck! #Maven #Spring #where the Maven is stored
2019.02.06