Changes between Version 4 and Version 5 of waue/2010/0805


Ignore:
Timestamp:
Aug 5, 2010, 11:45:46 AM (14 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/0805

    v4 v5  
    1212 * sun java jdk 6
    1313 * tomcat 6
    14 = 使用 Eclipse 開發 =
     14= 內容 =
    1515
    16 
    17 web.xml (可參考附件)
     16 * web.xml (可參考附件)
     17 || 一般   ||    ||
     18 || Eclipse || /WebContent/WEB-INF/web.xml   ||
    1819
    1920{{{
     
    3940}}}
    4041
    41 index.jsp
     42 * index.jsp
     43 || 一般   ||    ||
     44 || Eclipse || /WebContent/index.jsp   ||
     45
    4246{{{
    4347#!java
     
    4650import="java.io.*,java.text.*,java.util.*,javax.servlet.jsp.*" %>
    4751<%@ taglib uri="http://jakarta.apache.org/taglibs/i18n-1.0" prefix="i18n" %>
    48 
    49 
    50 
    5152<HTML>
    5253<HEAD>
     
    5556</HEAD>
    5657<BODY>
    57 
    5858This page displays all key/value pairs in the bundle.
    59 
    6059locale = <b><%= pageContext.getResponse().getLocale() %></b><br>
    6160charset = <b><%= pageContext.getResponse().getCharacterEncoding() %></b><br>
     
    6968 <TR> <TD>2</TD><TD> <i18n:message key="test2"/></TD> </TR>
    7069</TABLE>
    71 
    72 
    7370</BODY>
    7471</HTML>
    7572}}}
    7673
    77 taglibs-i18n.tld  [http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0805/taglibs-i18n.tld (可下載附件)]
     74 * taglibs-i18n.tld 
     75 || 一般   ||    ||
     76 || Eclipse || /WebContent/WEB-INF/taglibs-i18n.tld    ||
     77
     78[http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0805/taglibs-i18n.tld (可下載附件)]
    7879
    7980
     81 * taglibs-i18n.jar
     82 || 一般   ||    ||
     83 || Eclipse || /WebContent/WEB-INF/lib/taglibs-i18n.jar    ||
    8084
     85[http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0805/taglibs-i18n.jar (可下載附件)]
    8186
    82 taglibs-i18n.jar  [http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0805/taglibs-i18n.jar (可下載附件)]
     87 * i18n_en.properties
     88 || 一般   ||    ||
     89 || Eclipse || /Java Resource:src /org.mytest/   ||
    8390
    84 
    85 i18n_en.properties
    8691{{{
    8792#!text
     
    9297
    9398
    94 i18n_zh_TW.properties
     99 * i18n_zh_TW.properties
     100 || 一般   ||    ||
     101 || Eclipse || /Java Resource:src /org.mytest/   ||
     102   * utf8 轉碼工具 [http://www.tool.la/UTF-8/]
     103
    95104{{{
    96105#!text