All you're doing is specifying a name for your Web application, setting the compliance level to the Servlet specification, and identifying the server you want to deploy to.
你所要作的全部只是指定你的web应用程序的名称,设置对Servlet规范的遵从级别,并确定你希望部署程序的服务器。
The name of the Servlet is WeatherForecastClientServlet, and the package is com.ibm.gcl.i18nservices. client, as shown in Figure 19.
指定Servlet名字为WeatherForecastClientServlet,包名为com . ibm .gcl . i18nservices .client,如图19所示。
Explicitly specify a unique name for this parameter so that inside the widget you can use /%contentRoot%/abc to refer to any servlet or resource that the widget might use.
显式地为这个参数指定一个唯一的名称,这样就可以在小部件内部使用 /%contentRoot%/abc 引用小部件可能会使用的任何servlet或资源。
On the next dialog (Figure 7), you can name the SIP servlet and select the project it is associated with.
在下一个对话框(图7)中,您可以命名SIPServlet,并选择与其关联的项目。
If this base URL starts with a forward slash, then a servlet context name will be prepended.
如果这个基本url以一个斜杠开始,那么会在它前面加上servlet的上下文名称。
The SimpleJNDI servlet stores the datasource name (jdbc/SimpleDB) in a local variable.
SimpleJNDIservlet 将数据源名称(jdbc/SimpleDB )存储在一个局部变量中。
Prepending the name of the current servlet context.
在前面附加当前servlet上下文的名称。
In the first dialog enter the name and optionally the description of the servlet.
在第一个对话框中输入名字及任意的servlet描述。
A Web application (the WAR component) containing an HTML "front page" and a servlet that enables the user to enter a name string in a browser.
一个Web应用程序(WAR组件),其中含有一个HTML“首页”和一个servlet,使用户可以在浏览器中输入一个名称字符串。
This package must correspond to the directory name that the servlet resides in.
这个包必须与servlet所在的目录名称相符。
The parameter passed to this servlet is the user's screen name.
传递给此servlet的参数是用户的屏幕名称。
If this attribute is omitted, then the name of the current servlet context will be used.
如果省略该属性,那么就使用当前servlet上下文的名称。
When you run the PurchaseOrder.xfdl document on the server, you get the advantage of making the URL the same as the servlet name.
当在服务器上运行PurchaseOrder. xfdl文档时,可以得到与servlet名称相同的URL,这是一个优点。
It maps the GreetingService servlet under the name /simplegwtapp/greet so that the SimpleGWTApp can load it and make calls to it.
它在 /simplegwtapp/greet名称下映射 GreetingServiceservlet,这样 SimpleGWTApp 就可以加载它并对它发起调用。
The getHighScore() method will retrieve the PlayerScore object from the servlet context and fetch the name and score from it.
getHighScore()将从servlet上下文获取PlayerScore对象,然后从该对象获取名字和分数。
Click on the Servlets TAB, and change the name of the servlet from action to Struts.
单击servlets选项卡,然后将Servlet的名称从action更改为Struts。
In order to distinguish between different request handlers, you require an additional service property servlet.name, which is expected to match the servlet name for the incoming request.
为了区分不同的请求处理程序,您需要一个额外的服务属性servlet .name,该属性预计会匹配传入请求的servlet名称。
In this case, there is probably a request parameter that is sent along with the servlet invocation that has the city name or zip code for the forecast.
既然这样,这里可能就需要一个随同servletinvocation一起发送的请求参数,可能是要获取的天气预报的城市名或是邮编区号。
As in any other Web application, this descriptor just maps a servlet to a name.
像在其他Web应用程序中一样,部署描述符只是把servlet映射到名称。
It selects the target HttpRequestHandler based on the servlet name and the bean name (which are expected to match exactly).
它基于servlet名称和bean名称(预计会完全匹配)选择目标HttpRequestHandler。
When a servlet, or other client, wants to use a connection, it looks up a data source by name from a JNDI server.
当servlet(或其他客户机)想要使用一个连接时,它会根据名称从JNDI服务器上查找一个数据源。
When a servlet or other client wants to use a connection, it looks up a data source object by name from a JNDI server.
当servlet或其他客户机需要使用连接时,它就通过JNDI服务器中的名称查找数据源对象。
When the servlet is invoked, a lookup is performed against the servlet's context and the datasource object that matches the name is returned.
当调用servlet时,对servlet的上下文中执行查找并返回匹配该名称的数据源对象。
This invokes our XAExampleServlet servlet with a single parameter whose name is data and whose value is "hello world." If everything runs successfully, the browser will display this result.
这将使用一个参数调用我们的XAExampleServletservlet,该参数的名称为data,值为“hello world”。
The name of the servlet class is JSServlet.
servlet类的名称是JSServlet。
In a servlet container that's considered non-JAX-RS aware, the Application subclass name should be supplied as an init-param within the servlet definition.
在一个被认为是不能感知JAX - RS的servlet容器内,应该作为servlet定义内的init - param提供application子类名。
The two main components of WTE are the servlet engine and the name server.
WTE 的两个主要组件是servlet引擎和名称服务器。
The project name Hamlets used in this publication refers to an internal project for the development of a servlet-based framework for separation of content and presentation in Web-based applications.
本文中所使用的项目名称hamlet指的是可用来开发基于servlet的框架的一个内部项目名,该框架可以分离基于Web的应用程序中的内容和表示。
In a servlet container that's considered JAX-RS aware, the Application subclass name can be supplied as the value of the servlet-class element within the servlet definition.
在一个被认为是能感知JAX- RS的servlet容器内,必须作为servlet定义内的servlet类元素的值提供application子类名。
In a servlet container that's considered JAX-RS aware, the Application subclass name can be supplied as the value of the servlet-class element within the servlet definition.
在一个被认为是能感知JAX- RS的servlet容器内,必须作为servlet定义内的servlet类元素的值提供application子类名。
应用推荐