Struts 썸네일형 리스트형 초보 Java 웹 개발자들을 위한 학습 로드맵 자바 개발자가 공부해야할 학습 로드맵에 대해 정리해 놓은 글이 있어 가져왔다. 무엇을 공부하고 지금 시장에서 어떤 것들이 많이 쓰이는지에 대해 정리해 놓은 글로 학습에 참고하면 좋을것 같다. 손권남님께서 쓰신 글로 원문은 여기에 있다. OKJSP에 자주 가서 요즘 자바 개발자들이 어떻게 살아가나를 보는 편인데, 아주 많이 반복적으로 올라오는 질문이 "대체 뭘 공부해야 하나요? 프레임워크는 Spring을 해야 할까요? iBATIS를 해야 할까요?" 하는 식의 질문들이다(이 질문은 사실 말이 안된다. 왜 그런지 읽다보면 나온다). Java는 웹 관련 프레임워크들이 너무 다양하고, Ruby나 Python 같은 경우에는 RubyOnRails나 Django 처럼 하나의 프레임워크 안에 기능별 프레임워크들도 모두 .. 더보기 Exception - The server encountered an internal error () that prevented it from fulfilling this request. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception java.lang.IllegalArgumentException: Path ./board/detail.jsp does not start with a "/" character org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1062) org.apache.struts.action.RequestProcessor.processForwardConf.. 더보기 struts-config.xml 에 기술되는 내용 Struts의 Configuration File인 struts-config.xml에는 다음과 같은 내용이 기술되어 있다. 1. Data Sources 데이터베이스를 위한 DataSource의 설정. 2. Form Beans request에 의하여 전달되는 정보를 저장하는 FormBean의 설정. 3. Global Exceptions Application에서 발생하는 Exception의 설정. 4. Global Forwards Application에서 요청에 따른 작업을 끝낸후 Forward할 path에 대한 설정. 4. Action Mappings Model과 통신하는 BusinessLogic을 담고 있는 Action클래스의 설정. 5. Controller 스트러츠 Controller의 설정. 6. Me.. 더보기 이전 1 다음