4-2-17:06今天开始j2ee构架[5]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 pq5326 的 blog

 

web.xml

<resource-ref>

                   <description>connect mysql</description>

                   <res-ref-name>jdbc for mysql</res-ref-name>

                   <res-type>javax.sql.datasource</res-type>

                   <res-auth>container</res-auth>

</resource-ref>

 

 

<%@ page import="java.sql.*"%>

<%@ page import="javax.sql.*"%>

<%@ page import="javax.naming.*"%>

<%@ page session="false" %>

<html>

<head>

<meta http-equiv="content-type" content="text/html; charset=gb2312">

本文关键:4-2-17:06今天开始j2ee构架
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top