머.. 주었으니 감사히 ㅋㅋㅋ
'게임 > 오리진&스팀&유플레이' 카테고리의 다른 글
| 스팀 여름할인! (0) | 2014.06.28 |
|---|---|
| 식물 vs 좀비 끝(스샷 없음) (0) | 2014.05.25 |
| MDK 할인! (0) | 2014.03.19 |
| 몰라 걍 질러 (0) | 2014.03.10 |
| 간만에 지름!! 험블번들 X (1) | 2014.01.16 |
| 스팀 여름할인! (0) | 2014.06.28 |
|---|---|
| 식물 vs 좀비 끝(스샷 없음) (0) | 2014.05.25 |
| MDK 할인! (0) | 2014.03.19 |
| 몰라 걍 질러 (0) | 2014.03.10 |
| 간만에 지름!! 험블번들 X (1) | 2014.01.16 |
| 데이터베이스 순환참조 (0) | 2017.05.20 |
|---|---|
| 데이터베이스 1:n 관계 구현 (0) | 2016.02.29 |
| 데이터베이스 - 키 관련 (0) | 2014.04.28 |
| 카티젼 프로덕트, join (0) | 2014.04.26 |
| database 1:N 구성? (0) | 2014.04.15 |
| Chain Result | Used for Action Chaining |
| Dispatcher Result | Used for web resource integration, including JSP integration |
| FreeMarker Result | Used for FreeMarker integration |
| HttpHeader Result | Used to control special HTTP behaviors |
| Redirect Result | Used to redirect to another URL (web resource) |
| Redirect Action Result | Used to redirect to another action mapping |
| Stream Result | Used to stream an InputStream back to the browser (usually for file downloads) |
| Velocity Result | Used for Velocity integration |
| XSL Result | Used for XML/XSLT integration |
| PlainText Result | Used to display the raw content of a particular page (i.e jsp, HTML) |
| Tiles Result | Used to provide Tiles integration |
| struts2 action에 파라미터 넘기기 (0) | 2014.05.22 |
|---|---|
| struts2 result type input (0) | 2014.05.19 |
| struts2 / tiles 연동시 에러 (0) | 2014.05.16 |
| tiles xml 설정(상속) (0) | 2014.05.15 |
| struts2 .action 확장자 변경하기 (2) | 2014.05.14 |
| 심각: Exception starting filter struts2
Error building results for action indexAction in namespace - action - file:/D:/monk/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/struts2_board/WEB-INF/classes/struts.xml:8:56
|
| <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<package name="board" extends="struts-default, tiles-default">
<action name="indexAction" class="board.indexAction">
<result type="tiles">home</result>
</action>
</package>
</struts>
|
| struts2 result type input (0) | 2014.05.19 |
|---|---|
| struts2 result type (0) | 2014.05.17 |
| tiles xml 설정(상속) (0) | 2014.05.15 |
| struts2 .action 확장자 변경하기 (2) | 2014.05.14 |
| strtus2 레퍼런스 (0) | 2014.04.30 |
| 호의는 호의일 뿐이려나.. (2) | 2014.08.10 |
|---|---|
| atc 2급 자격증 도착! (0) | 2014.05.20 |
| 벨킨 홈페이지 오류? (0) | 2014.04.25 |
| 왜 학원을 다니는걸까.. (0) | 2014.04.22 |
| 끄아아아아아아앙 ㅠㅠ (0) | 2014.03.24 |
| <?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN"
"http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
<tiles-definitions>
<!-- Default Main Template -->
<definition name=".mainTemplate" template="/WEB-INF/templates/main.jsp">
<put-attribute name="title" value="Simple Tiles 2 Example" type="string" />
<put-attribute name="header" value="/WEB-INF/templates/header.jsp" />
<put-attribute name="footer" value="/WEB-INF/templates/footer.jsp" />
<put-attribute name="menu" value="/WEB-INF/templates/menu.jsp" />
<put-attribute name="body" value="/WEB-INF/templates/blank.jsp" />
</definition>
<definition name="index" extends=".mainTemplate">
<put-attribute name="body" value="/WEB-INF/jsp/index.jsp" />
</definition>
<definition name="info/about" extends=".mainTemplate">
<put-attribute name="body" value="/WEB-INF/jsp/info/about.jsp" />
</definition>
</tiles-definitions>
[링크 : http://www.springbyexample.org/examples/simple-tiles-spring-mvc-webapp-tiles-xml-config.html] |
| struts2 result type input (0) | 2014.05.19 |
|---|---|
| struts2 result type (0) | 2014.05.17 |
| struts2 / tiles 연동시 에러 (0) | 2014.05.16 |
| struts2 .action 확장자 변경하기 (2) | 2014.05.14 |
| strtus2 레퍼런스 (0) | 2014.04.30 |
| 부트스트랩 - 웹개발 프레임워크 (0) | 2014.07.07 |
|---|---|
| jsp / php 기본 문법 비교 (0) | 2014.07.07 |
| sql designer(web) (0) | 2014.05.11 |
| 호스팅어 / 무료 웹 호스팅 (4) | 2014.04.27 |
| ie8 과 크롬의 html 태그 파싱 차이점 (0) | 2014.04.10 |
| 1) Unchecked Exception
The exceptions that are not checked at compile time are called unchecked exceptions, classes that extends RuntimeException comes under unchecked exceptions. Examples of some unchecked exceptions are listed below.
2) Checked Exceptions
Exceptions that are checked at compile-time are called checked exceptions, in Exception hierarchy all classes that extends Exception class except UncheckedException comes under checked exception category.
|
| A checked exception is an exception that must be either caught or declared in a method where it can be thrown. For example, the java.io.IOExceptionis a checked exception. To understand what is a checked exception, consider the following code: |
| Unchecked, uncaught or runtime exceptions are exceptions that are not required to be caught or declared, even if it is allowed to do so. So a method can throw a runtime exception, even if this method is not supposed to throw exceptions. For example, ConcurrentModificationException is an unchecked exception.
The unchecked exceptions can only be the RuntimeException and its subclasses, and the class Error and its subclasses. All other exception classes must be handled, otherwise the compiler gives an error.
Sometime it is desirable to catch all exception for logging purposes, then throw it back on. For example, in servlet programming when application server calls the server doPost(), we want to monitor that no exception even runtime exception happened during serving the request. The application has its own logging separate from the server logging. The runtime exceptions would just go through without detecting it by the application. The following code would check all exceptions, log them, and throw it back again.
|
| predefined annotation /java (0) | 2014.06.27 |
|---|---|
| JUnit tutorial (0) | 2014.06.27 |
| Class.forName (0) | 2014.05.09 |
| JDNI - Java Directory & Naming Interface (0) | 2014.05.09 |
| jdk 1.5 - annotation / @ (0) | 2014.05.08 |
| CSS / JS 파일 용량 줄이기 (0) | 2015.09.18 |
|---|---|
| css selector (0) | 2015.09.14 |
| css 관련 (4) | 2015.09.08 |
| 크롬과 IE에서 CSS 차이점 - body / background-color (2) | 2011.03.09 |
| CSS Naked day! (2) | 2009.04.09 |
| win7 / vista usb 설치 (1) | 2014.06.14 |
|---|---|
| Visual C++ Runtime / Buffer overrun detected (0) | 2014.05.18 |
| vhd 사용시 winsat / superfetch 레지스트리 차이점 (0) | 2014.05.09 |
| winsat (0) | 2014.05.08 |
| 레디 부스트 관련 레지스트리 (0) | 2014.05.07 |