Welcome![Sign In][Sign Up]
Location:
Search - servlet applet

Search list

[ExploitJava Applet与Java Servlet的安全通信策略与实现

Description: Java Applet与Java Servlet的安全通信策略与实现-Java Applet with the Java Servlet secure communications strategy and implementation
Platform: | Size: 572207 | Author: 刘要强 | Hits:

[JSP/Javaapplet---servlet---applet

Description: 一个简单的severlet通讯实例,其中综合应用了java和数据库相关知识。
Platform: | Size: 1701 | Author: 李里 | Hits:

[Documentstutorial

Description: java的一些介绍:基础语法、基本概念、applet、servlet、javabean、2d的图等等/-definitely : basic grammar and basic concepts, applet, servlet, javabean, 2d plans, etc. /
Platform: | Size: 9603072 | Author: 刘言 | Hits:

[OS programJava Applet与Java Servlet的安全通信策略与实现

Description: Java Applet与Java Servlet的安全通信策略与实现-Java Applet with the Java Servlet secure communications strategy and implementation
Platform: | Size: 572416 | Author: 刘要强 | Hits:

[JSPsrJSP

Description: 讲述了怎样利用J5P构建完整的虚拟网站的全部技术与过程。全书共分为五个部分:第一部分是相关知识,包括JsP起源与构建JsP环境。第二部分是支持技术,包括HTML与DreMweaver。第三部分是继承者,包括指南、Java基础、JSP基本语法、servlet及其API、内部对象、JSP container、JsP核心API。第四部分是集成者.包括JDBC、JavaBeans、Applet、XML。第五部分是综合应用。-described how the use of J5P builds a complete virtual sites all the skills and processes. The book is divided into five parts : the first part is related knowledge, including the origin and Construction JsP JsP environment. The second part of the support technologies, including HTML and DreMweaver. The third part of the succession, including guidelines, based on Java, JSP basic grammar, and servlet API. internal targets, JSP container, JsP core API. The fourth part of the integrator. Including JDBC, JavaBeans, Applet, XML. The fifth part of the comprehensive application.
Platform: | Size: 7860224 | Author: 沈利 | Hits:

[JSP/JavaA-S

Description: 一个applet servlet之间通过序列化对象通讯的例子,very useful-an applet servlet between objects through the sequence of communication examples, very useful
Platform: | Size: 857088 | Author: 张超锋 | Hits:

[JSP/JavajavastuInfo

Description: java 学生管理系统 applet/servlet应用-java applet student management system/application servlet
Platform: | Size: 106496 | Author: 李渔 | Hits:

[JSP/JavaJWhiteBoard

Description: 一个用Java编程 Applet 实现的电子白板,嵌入在JSP页面中,服务器端是servlet实现。 -a Java Applet Programming realized Whiteboard, embedded in JSP pages, servlet server is achieved.
Platform: | Size: 163840 | Author: 张龙 | Hits:

[JSP/Javachap000007

Description: 第7章 Java B/S结构编程 实例76 简单的Servlet程序 实例77 简单的留言簿 实例78 JSP+Java Bean的计数器 实例79 数据库查询 实例80 文件的上传下载 实例81 收发E-mail 实例82 B/S结构的聊天室 实例83 网上选课 实例84 B/S结构的商业应用——购物车 实例85 通过JSP调用Applet程序 实例86 JSP与XML的结合-Java B/S structure, programming examples of a simple Servlet 76 procedures simple example 77 Guestbook 78 examples of JSP Java Bean Counter examples of the 79 examples of database query on the 80 documents Download examples- 81 Transceivers E-mail examples of 82 B/S structure of the examples Chat Room 83 84 examples of online classes B/S structure of the commercial applications-- to cars through 85 examples of JSP program is called Applet 86 JS P and the integration of XML
Platform: | Size: 209920 | Author: joker | Hits:

[BooksJbuilder_X_Manual

Description: 《Jbuilder X 实用技术手册》 本书由Borland公司技术团队精心编写,内容包括:JBuilder集成开发环境的全面介绍;JBuilder工程管理方式;JBuilder的高级选项设置;建构与运行程序;高效率的程序调试技巧;图形界面应用及菜单设计;利用JBuilder建立事件处理模型;JBuilder与UML;Ant的集成应用;对BeansExpress的深入探讨;Java应用程序的部署;Web Module与WAR文件的使用;Java Applet;Servlet与JavaServer Page的开发;程序代码的重构;单元测试以及Javadoc说明文件的撰写。 阅读本书,读者将学习到如何利用JBuilder开发高效率的Java应用程序。对于广大JBuilder开发人员来说,这是一本不可或缺的参考书籍。-"Jbuilder X practical technical manuals," the book by the company's technology team Borland elaborated write, including : JBuilder integrated development environment comprehensive presentation; JBuilder project management; JBuilder senior directives; Construction and operation procedures; highly efficient procedure debugging skills; GUI applications and menu design; establish the use of JBuilder incident model; JBuilder and UML; Ant integrated applications; BeansExpress the right to explore in depth; Java application deployment; WAR Module and Web documents; Java Applet; Servlet and JavaServer Page development; Reconstruction procedure code; Javadoc unit testing and documentation writing. Reading the book, readers will learn how to use high-efficiency JBuilder development of
Platform: | Size: 50298880 | Author: river_side | Hits:

[JSPServletJsp

Description: 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 的功能涉及范围很广 -err
Platform: | Size: 447488 | Author: zengji | Hits:

[JSP/Javachap07

Description: 第7章 Java B/S结构编程 253 实例76 简单的Servlet程序 254 实例77 简单的留言簿 256 实例78 JSP+Java Bean的计数器 258 实例79 数据库查询 260 实例80 文件的上传下载 262 实例81 收发E-mail 267 实例82 B/S结构的聊天室 269 实例83 网上选课 276 实例84 B/S结构的商业应用——购物车 282 实例85 通过JSP调用Applet程序 285 实例86 JSP与XML的结合 2-Chapter 7 Java B/S structure 253 Programming 76 simple Servlet example of 254 examples of 77 proceedings book of 256 examples of simple 78 JSP+ Java Bean counters 258 database query examples 79 examples of 80 documents 260 download 262 upload examples of 81 transceiver E-mail 267 examples of 82 B/S structure of the chat room 269 examples 276 examples of 83 online course 84 B/S structure of the business applications- Shopping Cart 282 examples 85 through JSP call 285 examples Applet procedures 86 JSP with XML a combination of 2
Platform: | Size: 194560 | Author: zmm | Hits:

[DocumentsJSP_code

Description: 许多 Web 站点都包括几种多媒体和交互程,如数字视频、数字音频文件、MacromediaFlash 影片和 Java applet。因,Java Web 站点通常将这种内容集成在Servlet 和 JSP(JavaServer Page)中。本文将解释在 Java Web 组件中嵌入多媒体的础。这个过程包括在组件的 HTML 输出中导入 object 和 embed 标记。-Many Web sites, including several multi-media and interactive way, such as digital video, digital audio files, MacromediaFlash films and Java applet. Because, Java Web site are usually integrated into such content Servlet and JSP (JavaServer Page) in. This article will explain in the Java Web Component embedded multimedia basis. This process included in the components into HTML output object and embed tags.
Platform: | Size: 462848 | Author: 罗炼 | Hits:

[JSP/Javaapplet2servlet

Description: applet to servlet use to change from applet to servlet -applet to servlet use to change from applet to servlet
Platform: | Size: 76800 | Author: | Hits:

[JSP/Javaapplet---servlet---applet

Description: 一个简单的severlet通讯实例,其中综合应用了java和数据库相关知识。-A simple example of severlet communications, including integrated application of java and database-related knowledge.
Platform: | Size: 1024 | Author: 李里 | Hits:

[JSP/Javajava+JDK+examples

Description: 本代码以J2SE 5.0为开发环境,选取Java应用的典型实例,循序渐进地介绍了Java语言的各种开发方法和技巧。共有19个章节,169个实例,内容涉及Java的语言基础、面向对象程序设计、数字处理、数组与集合、字符串、异常处理、文件操作、多线程、Swing编程、图形和多媒体编程、反射机制、网络程序设计、数据库编程、Applet、Java与XML、Java Mail、JSP与Servlet,并专门用一章介绍J2SE 5.0的新特性。-The code for the J2SE 5.0 development environment, select Java applications typical examples, step-by-step introduction of the Java language to develop a variety of techniques and skills. A total of 19 chapters, 169 examples, covering the language based on Java, object-oriented programming, data processing, array with a collection of strings, exception handling, file manipulation, multithreading, Swing programming, graphics and multimedia Cheng, reflex mechanisms, network programming, Database Programming, Applet, Java and XML, Java Mail, JSP and Servlet, and devotes one chapter J2SE 5.0 introduce new features.
Platform: | Size: 7097344 | Author: 郑勇 | Hits:

[Game Programweek13

Description: java 课件.Java编程 Applet 游戏 Jsp/Servlet JavaScript Ajax-Jsp/Servlet JavaScript Ajax
Platform: | Size: 29696 | Author: qqqq | Hits:

[JSP/JavaServlet

Description: 客户登录Servlet小程序的JAVA源码,供大家学习,希望有所帮助-Customer Login Servlet for JAVA applet source code for all to learn, want to be helpful
Platform: | Size: 78848 | Author: 李明 | Hits:

[JSP/JavaTestURLConnection

Description: applet-servlet 相互通信,参数传递-applet-servlet communication
Platform: | Size: 12288 | Author: 张磊 | Hits:

[JSP/Javaservlet

Description: 一个servlet小程序,用到j2ee里的一些框架模板,等多方面servlet功能。-A servlet, applet, used in some of the j2ee framework template, and many other servlet functionality.
Platform: | Size: 102400 | Author: 陈云 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net