Create Spring XML data files that will be transformed into the response objects.
生成springXML数据文件,此文件将会被转换成响应对象。
The script command is useful in that you can utilize it as a template to create Spring-managed projects.
script命令很有用,因为可以将它用作一个模板来创建Spring托管的项目。
Roo project lead Ben Alex recently posted a blog entry about the new release of Roo with a sample application on how to install the framework and create Spring applications using Roo.
Roo的项目领导BenAlex最近发表了一篇关于这一新版本的博文,其中带一个例子应用,解释了如何安装框架并用Roo创建Spring应用。
By doing so, the industry will create conditions conducive for more shoots to spring up and thrive.
这么做,行业能够创造更多的有利条件,令更多的嫩芽破土而出,蓬勃生长。
Both systems use the spring or plunger instability against its counterpart to create the bias effect.
两种系统都使用弹簧或顶针相对于其配对体的不稳定性来形成偏置效果。
From next spring, if all goes according to plan, ICANN will accept bids from anyone who wants to create a new generic suffix.
明年开春,若一切按计划进行,ICANN就会受理任何想要创建新通用后缀名的竞标。
Freezing at night, baking during the day, ice storms after spring thaw, all create a rugged habitat.
夜晚的严寒,白昼的酷热,春天融冰过后的暴风雪,都造就了恶劣的栖息环境。
From next spring, if all goes according to plan, ICANN will accept bids from anyone who wants to create a new generic suffix. Those that are accepted could be in use by 2011.
明年春天,如果按照计划,ICANN将接受所有希望注册新后缀名的申请,获得通过后将在2011年投入使用。
You can use these languages to create components and let Spring inject them into the appropriate places in your application.
您可以使用这些语言来创建部件并让Spring将其注入到您应用程序的合适位置。
I also showed how to create an application from an existing database using the Spring Roo database reverse-engineering feature.
我还演示了如何使用SpringRoo数据库反向工程特性根据现有数据库创建应用程序。
In Listing 9, Spring is configured to create and inject the ArrayList implementation of the bike store into CommandLineView before returning an instance of CommandLineView.
在清单9中,配置Spring是为了在返回一个CommandLineView实例前,创建并将自行车商店的ArrayList实现注入CommandLineView中。
Whereas the EJB spec constraints the approach, Spring provides numerous technology interfaces, allowing you to choose the one that's best for your application scenario or create your own if need be.
虽然EJB规范限制了这种方式,但是Spring提供了大量技术接口,使您可以选择最适合应用程序要求的接口,或者在需要时创建自己的接口。
During or after import — but before you add to a business level application — create a dependency on the Spring run time asset, SpringSharedLibAsset.jar.
导入过程中或完成后,但在将其添加到业务级应用程序之前,在Spring运行时资产SpringSharedLibAsset . jar上创建一个依赖项。
Spring enables you to create an application context that includes definitions for these dependencies.
Spring让您能够创建包含这些依赖项定义的应用程序上下文。
Spring provides significant support for using the or mapping layer of your choice to create data-access applications.
Spring为使用选择的OR映射层来创建数据访问应用程序提供了支持。
The Spring framework provides an interface named BeanPostProcessor, which represents an extensibility mechanism to allow applications to write their own logic to create bean proxies.
Spring框架提供了BeanPostProcessor接口,它提供了一种可扩展机制,允许应用程序编写自己的逻辑来创建bean代理。
You also saw the Grails Bean Builder, which is a completely different way to create a Spring application context from what most Spring applications use.
您还看到了GrailsBeanBuilder,它以完全不同的方式创建大多数Spring应用程序使用的Spring应用程序上下文。
This is a simple application, but it shows how easily you can create a new Spring-based web application from scratch in minutes.
这是一个简单的应用程序,但是它展示如何在数分钟内从头轻松创建一个新的基于Spring的web应用程序。
In this step, you will create a local clone of Spring Roo by checking out the latest source using Git.
在这一步中,您将使用Git签出最新源代码,从而创建SpringRoo的本地克隆。
To enable third-party developers to create abilities that extend the capabilities of Spring roo.
为了让第三方开发人员能够创建扩展SpringRoo的功能的能力。
The Spring beans were defined to create the session and a simple DRL file was written.
SpringBean被定义出来创建会话,简单的drl文件也被书写了出来。
To use this method you typically need to create an EJB-specific Spring bootstrap configuration file called beanRefContext.xml (by default), that in turn loads a set of other bean configuration files.
要使用此方法,您通常需要创建名为 beanRefContext.xml(缺省文件名)的特定于EJB 的Spring引导配置文件,该配置文件又加载一组其他Bean 配置文件。
A Spring object (ApplicationContext or BeanFactory) can use this configuration file to create the beans, inject the dependencies and many other things not shown here.
Spring对象(ApplicationContext或BeanFactory)可以使用此配置文件来创建Bean,注入依赖项,以及执行许多其他此处未显示的操作。
Spring takes care of all the cumbersome and complex code and logic needed to create a PDF.
Spring将处理创建p DF时所需的全部麻烦而复杂的代码和逻辑。
Let's look specifically at how to create an order-processing Web service and then register it as a Spring bean using a JAX-WS front end.
下面让我们深入地研究一下如何使用JAX - WS前端创建订单处理Web服务,然后将其注册为SpringBean。
A NamespaceHandler processing a Spring 2.0 extension tag can create any number of bean definitions from an extension tag.
处理Spring 2.0扩展标签的NamespaceHandler可以从一个扩展标签创建任意数目的bean定义。
When you create a Spring MVC-based web application using Spring Roo, you can add support for different languages using the web mvc language command.
当您使用SpringRoo创建基于 SpringMVC 的Web应用程序时,您可以使用 Webmvclanguage命令添加对不同语言的支持。
By the end of this article, you'll be able to quickly and easily create your own add-ons for Spring Roo.
到本文的最后,您将能够快速、轻松地创建您自己的SpringRoo附加组件。
Once we have added the pom.xml dependency, we need to create a separate Spring configuration, web-jamon-config.xml, which will contain the bean definition for JamonPerformanceMonitorInterceptor.
在添加了 pom.xml依赖项之后,我们需要创建一个单独的Spring配置,即 web-jamon-config.xml,它包含 JamonPerformanceMonitorInterceptor 的 bean 定义。
Once we have added the pom.xml dependency, we need to create a separate Spring configuration, web-jamon-config.xml, which will contain the bean definition for JamonPerformanceMonitorInterceptor.
在添加了 pom.xml依赖项之后,我们需要创建一个单独的Spring配置,即 web-jamon-config.xml,它包含 JamonPerformanceMonitorInterceptor 的 bean 定义。
应用推荐