Struts 1.1 vs Struts 1.2
Struts 1.1 과 Struts 1.2 의 차이를 구조화된 비교 표에서 확인한 뒤, 관련 면접 질문, 퀴즈, 유사 비교로 이어가세요.
차이점 비교
Struts 1.1 vs Struts 1.2 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare Struts 1.2 and Struts 1.1 as very common job interview questions.
Struts 1.1 과 Struts 1.2 의 차이
Struts 1.1 vs Struts 1.2 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare Struts 1.2 and Struts 1.1 as very common job interview questions.
|
Struts 1.1
|
Struts 1.2
|
|---|---|
| In Struts 1.1, ActionError were not deprecated. | In Struts 1.2, ActionError were deprecated, needs to use ActionErrors or ActionMessages instead of ActionError. public ActionErrors validate(ActionMapping mapping,HttpServletRequest request) { ActionErrors errors = new ActionErrors(); if((userName == null) || (userName.length() < 1)) { errors.add("username", new ActionMessage("error.username.required")); } } |
| MappingDispatchAction was not available here. | Introducing to MappingDispatchAction (A new standard action that dispatches to a method name by having different actions in the action Mappings for each method. E.g you can do Add, Edit, Delete in same mapping.) |
| It is not available in this version. | Attribute 'module' has been introduced in the forward tag of action.Which will be used to link to another module when forward happens.Can be used when we work with SwithAction. |
| validWhen is not available in validation framework in this version. | Validation framework was fine tuned , including additon of new validation rule 'validWhen' |
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
관련 차이점
Struts 1.1 및 Struts 1.2 와 관련된 유사 비교를 살펴보며 더 넓은 맥락과 면접 준비에 도움을 얻어보세요.
아래에서 차이점 보기
아래의 모든 주제 비교를 살펴보거나, 위 검색창을 사용해 목록을 즉시 좁혀보세요.