본문 바로가기

Spring MVC7

삽질일기 - 지독한 오타 ERROR - FrameworkServlet.initServletBean(227) | Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'boardController' defined in ServletContext resource [/WEB-INF/action-servlet.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'boardManager' of bean cl.. 2007. 11. 8.
스프링 예제 설명되어있는 블로그 http://blog.empas.com/ahnyounghoe/ http://younghoe.info/ 이리로 이전하신듯 ㅎ 이분이 차근차근 설명 잘해놓으신것같아요~ 많은 도움이 될듯... 자주 들릴께요 ㅋ 2007. 10. 24.
step by step2-2 자 이제 드디어 .do 바꾸는것과 둥둥떠댕기는 bean객체에서 뭐좀 가져와보고, 프로퍼티 파일도 좀 건드려 봅시다. 또 경로 다쓰는것도 귀찮으니 고놈도 좀 바꾸고... springTest/WEB-INF/springTest-servlet.xml springTestController springTestController org.springframework.web.servlet.view.JstlView /WEB-INF/jsp/ .jsp 오렌지 색 보이시죠~ htm을 do로 바꾼부분입니다! ㅋㅋㅋ 이 이전에 web.xml에 보면 springTest *.htm *.do 이부분이 있는데 오렌지 색 부분 추가 ㅋㅋ 이로서 .do진입 -_-; 위에 보면 갈색으로 bean 되어있는부분 보이시죠 이부분이 쓰잘데없는 경로를.. 2007. 10. 4.
step by step2-1 자자 엉터리 또 시작합니다. 이번에는 .do로 접근하는법과 bean을 사용 시간을 나타내어 보겠습니다.(저번 포스트에서는 .htm으로 접근하고 걍 hello~하는 거 했으니 이제 좀더 해봅시다 -_-;) step by step2 에 나오는 시간 꺼내서 뿌려주는것 부터~ 참고로 여기서는 jstl이 사용됩니다 -_-; 쉽게 보라고 만들어놓은게 더 어렵게 보이는 이윤머죠 ;;; We will make use of JSP Standard Tag Library (JSTL) so I will start by copying the JSTL files we need to our WEB-INF/lib directory. Copy jstl.jar from the 'spring-framework-1.2/lib/j2ee' d.. 2007. 10. 4.