servlet信息详情

servlet发音

意思翻译

n.(尤指Java语言中在服务器上运行的)小型应用程序;小服务程序

相似词语短语

bit browser───位浏览器

berserker soul───狂暴的灵魂

selfcleaning condenser───自清洁冷凝器

cruiser deck───巡洋舰甲板

user account───用户帐户,用户帐号;用户账单

conservational meaning───保守意义

religious services───宗教仪式;宗教服务

girdled road reservation───环形道路保留区

berserk manga───漫画喷雾

browsers for kindle fire───kindle fire浏览器

双语使用场景

Recompile the servlet.───再次编译这个servlet

Configuring the servlet filter.───配置servlet过滤器。

Select the servlet.───选择 servlet

You can bring it up in any servlet container and iterate over fragments of a page (bricks) or a larger composited page.───你可以在任何Servlet容器中运行Sitebricks并遍历页面(称作brick)或是更大的组合页面中的片段。

Just as you've seen in previous articles with servlets, JSP pages make it trivial to link between VXML pages.───在之前关于servlet的文章中已经提到,JSP页面使VXML页面之间的链接变得轻而易举。

At this point, I'm ready to deploy my dwr. xml to my Web application's WEB-INF directory, where the DWR servlet will pick it up.───现在,我准备把dwr.xml部署到Web应用程序的WEB-INF目录,在那里DWRservlet会读取它。

If the servlet were to access the database directly, the code would be very similar to the code in the session bean above.───如果servlet要直接访问数据库,那么代码就与上面会话bean中的代码非常相似。

The only time you even have to think about this servlet is when you are setting up Seam Remoting in your application.───您需要考虑使用这个servlet的惟一情况是在应用程序中设置SeamRemoting的时候。

Now that I've got a servlet to pump out a list of Retweets in JSON format, I'm ready to connect that data to my dashboard web page.───现在我已经获得了servlet以便用JSON格式导出一系列Retweet,我准备将此数据连接到我的仪表盘网页。

英语使用场景

PortletDocumentFilters are a normal servlet filters which implement javax.servlet.Filter and follow the servlet filter chain mechanism.

The Servlet 2.5 specification required by Java EE 5 is a maintenance release that includes minor improvements over the 2.4 release.

Listing 2. Global reference to the servlet.

When the JSP is translated into a servlet, a JSP useBean tag is translated into an object declaration where the object is of the bean type specified in the tag.

As a result, some basic functionality was implemented in the generic package in an abstract base class called javax.servlet.

It is served by the portal servlet but has exclusive control over the complete page.

Find servlet-mappings.xml and servlets.xml in the code tree, and see how the Struts Action Servlet is declared.

As each servlet thread processes requests under a load condition, you also have to account for the number of objects that are created during this activity.

The HTTP servlet handles inbound Web service requests, but it has no direct access to the associated state machine.