虫虫首页|资源下载|资源专辑|精品软件
登录|注册

servlets

  • Idea to tell how we can connect servlets and applets with examples

    Idea to tell how we can connect servlets and applets with examples

    标签: examples servlets applets connect

    上传时间: 2013-12-23

    上传用户:dapangxie

  • Building Java HTTP servlets

    Building Java HTTP servlets

    标签: Building servlets Java HTTP

    上传时间: 2017-07-14

    上传用户:jeffery

  • Online booking system using servlets (netbeans application)

    Online booking system using servlets (netbeans application)

    标签: application servlets netbeans booking

    上传时间: 2013-12-18

    上传用户:cuibaigao

  • Core servlets and JavaServer Pages

    Core servlets and JavaServer Pages,学习servlet和JSP的权威书籍。

    标签: JavaServer servlets Pages Core

    上传时间: 2013-12-14

    上传用户:lxm

  • Java 的servlets和jsp的软件开发包。支持jsp1.0以及servlet2.1。版本比较旧

    Java 的servlets和jsp的软件开发包。支持jsp1.0以及servlet2.1。版本比较旧,不过用它学服务端的应用开发还是比较容易,特点是配置比较简单。 在LINUX和WINDOWS下都可以简单地安装和使用。

    标签: jsp servlets servlet Java

    上传时间: 2013-12-25

    上传用户:笨小孩

  • servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applica

    servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and servlets 2.4. servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. In addition to built-in security, portability, and a Web server, they offer developers the freedom to work with any operating system that supports Javabe it Linux, Windows, OSX, or Solaris. This authoritative book begins by explaining how to set up a Servlet and JSP development environment, including a discussion of containers, Java support, and installing and configuring Tomcat. The authors then thoroughly explore servlets and JSP, including significant coverage of custom tag libraries, newly available filters, and popular servlet and JSP design patterns. Readers can then test-drive the knowledge gained by constructing a book-support Web site.

    标签: JavaServer Java-based servlets complete

    上传时间: 2014-01-01

    上传用户:zsjzc

  • 基于网络的MIDlets简介 通过这个简介以及网络MIDlet和servlet的范例

    基于网络的MIDlets简介 通过这个简介以及网络MIDlet和servlet的范例,你将有能力开发自己的网络MIDlets和相应的servlets。在诺基亚论坛的《一个基于网络的MIDlet范例:老虎机》[FRUITMAC]一文中,介绍了使用这种技术(甚至部分源码相同)的更为复杂的例子。

    标签: MIDlets servlet MIDlet 网络

    上传时间: 2015-04-20

    上传用户:diets

  • JBoss, one of the leading java Open Source groups, integrates and develops these services for a full

    JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides JBossMQ, for JMS messaging, JBossTX, for JTA/JTS transactions, JBossCMP for CMP persistence, JBossSX for JAAS based security, and JBossCX for JCA connectivity. Support for web components, such as servlets and JSP pages, is providedby an abstract integration layer. Implementations of the integration service are provided for third party servlet engines like Tomcat and Jetty. JBoss enables you to mix and match these components through JMX by replacing any component you want with a JMX compliant implementation for the same APIs.

    标签: integrates develops services leading

    上传时间: 2014-11-03

    上传用户:wsf950131

  • 本文阐述了J2EE 平台的所有主要技术

    本文阐述了J2EE 平台的所有主要技术,围绕J2EE 规范所定义的四个层次: 客户端层(Client Tier)、Web 层(Web Tier)、业务层(Business Tier)及企 业信息系统层(Enterprise Information System Tier),介绍J2EE 所定义的丰 富的技术标准及符合这些标准的开发工具和API,这些技术涵盖了组件技术、 servlets 和JSP、EJB 技术、数据库访问、分布式通信技术(Java RMI、Java IDL、 JNDI、JMS)、安全等;本文试图给出J2EE 平台技术概念理解上的一个较为清晰 的完整的思路,帮助大家掌握各技术间的相互关系和重要的思想。

    标签: J2EE

    上传时间: 2014-01-21

    上传用户:xiaoxiang

  • Servlet是使用Java Servlet 应用程序设计接口(API)及相关类和方法的 Java 程序。除了 Java Servlet API

    Servlet是使用Java Servlet 应用程序设计接口(API)及相关类和方法的 Java 程序。除了 Java Servlet API,Servlet 还可以使用用以扩展和添加到 API 的 Java 类软件包。Servlet 在启用 Java 的 Web 服务器上或应用服务器上运行并扩展了该服务器的能力。Java servlet对于Web服务器就好象Java applet对于Web浏览器。Servlet装入Web服务器并在Web服务器内执行,而applet装入Web浏览器并在Web浏览器内执行。Java Servlet API 定义了一个servlet 和Java使能的服务器之间的一个标准接口,这使得servlets具有跨服务器平台的特性。 Servlet 通过创建一个框架来扩展服务器的能力,以提供在 Web 上进行请求和响应服务。当客户机发送请求至服务器时,服务器可以将请求信息发送给 Servlet,并让 Servlet 建立起服务器返回给客户机的响应。 当启动 Web 服务器或客户机第一次请求服务时,可以自动装入 Servlet。装入后, Servlet 继续运行直到其它客户机发出请求。Servlet 的功能涉及范围很广

    标签: Servlet Java API 应用程序

    上传时间: 2013-12-25

    上传用户:libinxny