Description: J2EE(Java 2 Platform,Enterprise Edition)是SUN公司定义的一个开发分布式企业级应用的规范。它提供了一个多层次的分布式应用模型和一系列开发技术规范。多层次分布式应用模型是指根据功能把应用逻辑分成多个层次,每个层次支持相应的服务器和组件,组件在分布式服务器的组件容器中运行(如Servlet组件在Servlet容器上运行,EJB组件在EJB容器上运行),容器间通过相关的协议进行通讯,实现组件间的相互调用。遵从这个规范的开发者将得到行业的广泛支持,使企业级应用的开发变得简单、快速。-J2EE (Java 2 Platform, Enterprise Edition), Sun is the definition of a development of distributed enterprise applications and standards. It provides a multi-layered model of distributed application development, and a series of technical standards. Distributed multi-level application model is defined features to the application logic into several layers, each corresponding to support the servers and components, server components of the Distributed Component packaging operation (such as components in Servlet Servlet containers running on the EJB EJB containers run), containers between Qualcomm all relevant agreements communications components to achieve the mutual call. To comply with the norms of the development will be a broad industry support to enable enterprise-class application develop Platform: |
Size: 250389 |
Author:孙财 |
Hits:
Description: 用jsp编写的网上测试系统。
(1)以“Windows身份验证模式”连接SQL Server数据库。
(2)需要安装SQL Server 的补丁SP3。
(3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。
(4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。
(5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp
(6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp
(7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改
将以下代码:
Class.forName(\"com.microsoft.jdbc.sqlserver.SQLServerDriver\")
String driver = \"jdbc:microsoft:sqlserver://localhost:1433\"
Connection conn = DriverManager.getConnection(driver,\"\",\"\")
修改成:
Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\")
String driver = \"jdbc:odbc:try\"
Connection conn = DriverManager.getConnection(driver,\"sa\",\"\")
//如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http : / / localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo Platform: |
Size: 11861 |
Author:fly |
Hits:
Description: Application & Integration Services are at the heart of any Service Oriented Architecture (SOA). Sun Java System Application Server and integration services provide a highly scalable and reliable platform for the standards-based deployment of Java applications and web services. Sun s offerings may be used by small organizations and large enterprises that require a services-based foundation to rapidly unlock the business value of their IT investment.-Application Platform: |
Size: 1653 |
Author:陈都 |
Hits:
Description: J2EE(Java 2 Platform,Enterprise Edition)是SUN公司定义的一个开发分布式企业级应用的规范。它提供了一个多层次的分布式应用模型和一系列开发技术规范。多层次分布式应用模型是指根据功能把应用逻辑分成多个层次,每个层次支持相应的服务器和组件,组件在分布式服务器的组件容器中运行(如Servlet组件在Servlet容器上运行,EJB组件在EJB容器上运行),容器间通过相关的协议进行通讯,实现组件间的相互调用。遵从这个规范的开发者将得到行业的广泛支持,使企业级应用的开发变得简单、快速。-J2EE (Java 2 Platform, Enterprise Edition), Sun is the definition of a development of distributed enterprise applications and standards. It provides a multi-layered model of distributed application development, and a series of technical standards. Distributed multi-level application model is defined features to the application logic into several layers, each corresponding to support the servers and components, server components of the Distributed Component packaging operation (such as components in Servlet Servlet containers running on the EJB EJB containers run), containers between Qualcomm all relevant agreements communications components to achieve the mutual call. To comply with the norms of the development will be a broad industry support to enable enterprise-class application develop Platform: |
Size: 249856 |
Author:孙财 |
Hits:
Description: 用jsp编写的网上测试系统。
(1)以“Windows身份验证模式”连接SQL Server数据库。
(2)需要安装SQL Server 的补丁SP3。
(3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。
(4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。
(5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp
(6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp
(7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改
将以下代码:
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver")
String driver = "jdbc:microsoft:sqlserver://localhost:1433"
Connection conn = DriverManager.getConnection(driver,"","")
修改成:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver")
String driver = "jdbc:odbc:try"
Connection conn = DriverManager.getConnection(driver,"sa","")
//如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http :// localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo Platform: |
Size: 11264 |
Author:fly |
Hits:
Description: Application & Integration Services are at the heart of any Service Oriented Architecture (SOA). Sun Java System Application Server and integration services provide a highly scalable and reliable platform for the standards-based deployment of Java applications and web services. Sun s offerings may be used by small organizations and large enterprises that require a services-based foundation to rapidly unlock the business value of their IT investment.-Application Platform: |
Size: 1024 |
Author:陈都 |
Hits:
Description: miniServer4J 是一个简洁小巧的 HTTP WEB 应用服务器。 其底层基于 JRE6.0 Networking 模块的 com.sun.net.httpserver 工具包提供对 HTTP 协议层提供支持, 在此基础上对上层应用程序提供标准的 Java Servlet 支持。-miniServer4J is a simple and compact HTTP WEB application server. Based on its bottom JRE6.0 Networking toolkit module com.sun.net.httpserver provide HTTP protocol layer to provide support, based on this application on the upper provides a standard Java Servlet support. Platform: |
Size: 1239040 |
Author:1111 |
Hits:
Description: JDK 是整个Java的核心,包括了Java运行环境(Java Runtime Envirnment),一堆Java工具和Java基础的类库(rt.jar)。不论什么Java应用服务器实质都是内置了某个版本的JDK。因此掌握 JDK是学好Java的第一步。最主流的JDK是Sun公司发布的JDK,除了Sun之外,还有很多公司和组织都开发了自己的JDK,例如IBM公司开发的JDK,BEA公司的Jrocket,还有GNU组织开发的JDK等等。其中IBM的JDK包含的JVM(Java Virtual Machine)运行效率要比Sun JDK包含的JVM高出许多。而专门运行在x86平台的Jrocket在服务端运行效率也要比Sun JDK好很多。但不管怎么说,我们还是需要先把Sun JDK掌握好。-JDK is the core of Java, including Java runtime environment (Java Runtime Envirnment), a pile of Java tools and Java-based class library (rt.jar). Java application server regardless of the substance of what is a built-in version of the JDK. Grasp the JDK are therefore the first step to learn Java. JDK most mainstream companies are Sun' s JDK, except Sun, there are a lot of companies and organizations have developed their own JDK, such as IBM to develop the JDK, BEA' s Jrocket, also developed by GNU and so on JDK . IBM' s JDK contains one of the JVM (Java Virtual Machine) operating efficiency than the Sun JDK contains much higher than the JVM. Specifically x86 platform running on the server running Jrocket efficiency much better than the Sun JDK. But in any case, we still need to better grasp the Sun JDK first. Platform: |
Size: 14336 |
Author:yang hua yuan |
Hits:
Description: The Java EE 5 Tutorial中文版电子书(chm格式)-The Java EE 5 Tutorial is an introduction to programming server-side Java applications. This book takes a task-oriented, example-driven approach to show you how to build applications for the Java EE 5 platform. This book also describes the features and functionalities available with NetBeans 5.5.
What s new in this edition? The author team have updated the existing chapters to reflect the changes to JSP, EJB, Servlets, and more. Also, the authors have added new chapters on the Sun Java System Application Server 9 as a deployment environment for server-side technologies. The web-tier technology chapters cover the components used in developing the presentation layer of a Java EE 5 or stand-alone web application. The web services technology chapters cover the APIs used in developing standard web services. The Enterprise JavaBeans (EJB) technology chapters cover the components used in developing the business logic of a Java EE 5 application. The Persistence technology chapters cover the Platform: |
Size: 5081088 |
Author:ryan |
Hits:
Description: Tomcat是一个可以运行JSP和Servelet应用软件、基于Java和Web的容器,Tom是Apache Jarkarta项目中的一个子项目。Tom是一个小型的轻量级的应用服务器。在中小系统和并发系统用户不是很多的清狂下被普遍使用,是开发JSP程序的首选服务器。Sun大力推荐。-Tomcat is a run the JSP and Servelet application software, Java and Web-based containers, Tom is a sub-project of the Apache Jarkarta project. Tom is a small, lightweight application server. Is widely used in small and medium-sized systems and concurrent users of the system is not clear mad, is preferred server JSP development program. The Sun strongly recommended. Platform: |
Size: 6144 |
Author:rubdish |
Hits:
Description: Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中得到体现,Tomcat 5支持最新的Servlet 2.4 和JSP 2.0 规范。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。(Tomcat is a core project in the Jakarta project of the Apache Software Foundation (Apache Software Foundation), developed jointly by Apache, Sun and some other companies and individuals. With the participation and support of Sun, the latest Servlet and JSP specifications are always available in Tomcat, and Tomcat 5 supports the latest Servlet 2.4 and JSP 2 specifications. Because Tomcat technology is advanced, the performance is stable, and free of charge, it is loved by Java lovers, and has been recognized by some software developers. It has become a more popular Web application server.) Platform: |
Size: 10576896 |
Author:HMAX_VIP
|
Hits:
Description: Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中得到体现,Tomcat 5支持最新的Servlet 2.4 和JSP 2.0 规范。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。(Tomcat is a core project in the Jakarta project of Apache Software Foundation (Apache). It was developed by Apache, Sun and some other companies and individuals. With the participation and support of Sun, the latest Servlet and JSP specifications can always be reflected in Tomcat, and Tomcat 5 supports the latest Servlet 2.4 and JSP 2 specifications. Because Tomcat technology is advanced, the performance is stable, and free, it is loved by the Java enthusiasts, and has been recognized by some software developers, become the more popular Web application server.) Platform: |
Size: 10002432 |
Author:LoveMD
|
Hits:
Description: Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中得到体现,Tomcat 5支持最新的Servlet 2.4 和JSP 2.0 规范。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器(Tomcat is a core project of Jakarta project of Apache Software Foundation (Apache Software Foundation), developed by Apache, Sun and other companies and individuals. With the participation and support of Sun, the latest Servlet and JSP specifications can always be reflected in Tomcat. Tomcat 5 supports the latest Servlet 2.4 and JSP 2 specifications. Because Tomcat technology is advanced, stable and free, it is loved by Java fans and has been recognized by some software developers. It has become a popular Web application server.) Platform: |
Size: 10500096 |
Author:斯温
|
Hits:
Description: Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中得到体现,Tomcat 5支持最新的Servlet 2.4 和JSP 2.0 规范。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。(Tomcat is a core project of Jakarta project of Apache Software Foundation (Apache Software Foundation), developed by Apache, Sun and other companies and individuals. With the participation and support of Sun, the latest Servlet and JSP specifications can always be reflected in Tomcat. Tomcat 5 supports the latest Servlet 2.4 and JSP 2 specifications. Because Tomcat technology is advanced, stable and free, it is loved by Java enthusiasts and has been recognized by some software developers. It has become a popular Web application server.) Platform: |
Size: 8005632 |
Author:于小鱼111
|
Hits: