Improve Your Career with Tomcat and Aspire
OReilly OnJava - 2006-02-28 07:31:37.477
Relational teams tend to be the more stable part of IT, giving them the added benefit of exposure to the business over a longer time. Coupled with their understanding of the data model, this experienc...
|
HP-AS JDBC连接Oracle配置
JavaResearch - 2006-02-28 07:31:23.79
编写时间:2002-12-10 参考文章:HP Application Server Developer`s guide version 8.0 操作系统:Windows 2000 Server HP-AS:version 8.0 Oracle:version 8i<...
|
理解cocoon
JavaResearch - 2006-02-28 07:29:33.227
作者:nouse 来源:downsky cocoon是一个基于XML的Web发布框架,提供了一套机制真正实现了内容,逻辑,和表现形式的分离 cocoon具有高效的可配置性和复杂的缓存机制. 1.cocoon的安装 cocoon本身是一个web application,需要在有...
|
cocoon 2是如何工作的?
JavaResearch - 2006-02-28 07:29:22.163
author:cocoonhome 虽然cocoon是一个强有力的XML发布框架,但他其实还是一个Servlet。他的职责如同其他Servlet一样,接收请求(Request)、执行处理、生成响应(Response)。Cocoon 工作时,首先捕捉到请求(Request),去匹配相应的管道(Pipeline),按管道定义执行处理,最后将处理结果返回。
|
web.xml 常用结点说明[1]
JavaResearch - 2006-02-28 07:29:01.493
web.xml文件的根结点元素为<web-app> , DTD指定为<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j...
|
servlet中的几个路径有关的方法
JavaResearch - 2006-02-28 07:28:50.663
在编写JSP/Servlet应用时常常需要从传入的链接中提取一些信息。HttpServletRequest提供了多个方法,这些方法之间容易混淆。总结并举例如下,希望能对大家有所帮助。 举例: http://localhost:7001/...
|
学习笔记:ServletContext接口
JavaResearch - 2006-02-28 07:28:19.163
安装在一个服务器中的一个特定URL名字空间(比如,/myapplication)下的所有Servlet,JSP,JavaBean等Web部件的集合构成了一个Web的应用,每一个Web应用(同一JVM),容器都会有一个背景对象,而javax.servlet.ServletContext接口就提供了访问这个背景对象的途径。你可以通过一个Servlet实例的getServletContext方法得到该S...
|
Using Hierarchical Data Sets with Aspire and Tomcat
OReilly OnJava - 2006-02-28 07:28:15.57
The question you're probably asking is "What good are these
Hierarchical Data Sets?" Although they can't rival the salutary effects
of large expensive pieces of Carbon on your most certainly deserv...
|
JSWDK环境安装与配置
天极java - 2006-02-28 07:28:04.837
一 安装
1 首先要安装的是JDK。以Windows...
|
Handling Multiple Submits
OReilly OnJava - 2006-02-28 07:27:44.603
Readers unfamiliar with URL rewriting are directed to lines 15 and 23. An
HttpServlet object has the ability to rewrite a URL. This
process inserts a session ID into a URL. The under...
|
Reading and Writing Excel Files with POI
OReilly OnJava - 2006-02-28 07:27:07.757
HSSF
Our implementation of the Excel 97 file format is called "HSSF," which stands
for, you guessed it, Horrible SpreadSheet Format. (We admire their method of
making simple things compl...
|
How Java Web Servers Work
OReilly OnJava - 2006-02-28 07:26:19.07
The Application
Our web server application is part of the ex01.pyrmont package
and consists of three classes:
HttpServer
Request
|
Creating Richer Hyperlinks with JSP Custom Tags
OReilly OnJava - 2006-02-28 07:26:10.023
This article presents a simple approach to achieving multi-destination
hyperlinks using a combination of JavaServer Pages (JSP) custom tags and XML.
JSP Tags
JSP tags provide a ...
|
How Servlet Containers Work
OReilly OnJava - 2006-02-28 07:25:23.43
The init , service , and destroy
methods are the servlet's lifecycle methods. The init method is
called once by the servlet container after the ser...
|
类和类装入
IBM developerWorks - 2006-02-28 07:24:43.71
本文是这个新系列文章的第一篇,该系列文章将讨论我称之为
Java 编程的动态性 的一系列...
|
Dynamically Creating PDFs in a Web Application
OReilly OnJava - 2006-02-28 07:23:03.523
I prefer technique B to technique A because the application does not write
to the server's filesystem, and the application is guaranteed to work in a
clustered server environment. Technique A can ...
|
Introducing JavaServer Faces
OReilly OnJava - 2006-02-28 07:12:29.79
We'll build a simple JSF application that can add two numbers. To run this
application, you need Tomcat 5 and JSF v1.0 EA4 (included in the |
|