grails

英 [greɪlz] 美 [greɪlz]

n.  (耶稣在最后的晚餐上所用的)圣杯; 渴望得到的东西; 努力追求的目标
Grail的复数



双语例句

  1. Like Maven, Rails, and AppFuse, Grails scaffolds out a standard directory structure for you.
    同Maven、Rails和AppFuse一样,Grails会建立一个标准的目录结构。
  2. Restart Grails and make sure that you can successfully add a new Entry through the HTML form.
    重新启动Grails,确保可以通过HTML表单成功地添加新的Entry。
  3. If you have more trips to display, Grails creates previous and next pagination links automatically.
    如果有更多的trip要显示,Grails会自动创建上一页和下一页的分页链接。
  4. Last month's inaugural Mastering Grails article introduced you to a new Web framework named Grails.
    在上个月开篇的精通Grails文章中,介绍了名为Grails的新Web框架。
  5. In this article you have seen how easy it is to create a Web service with Grails.
    在这篇文章中,您看到了使用Grails创建Web服务有多么简单!
  6. Most important, this is where Grails discovers the URL for the ZIP file that actually contains the plug-in.
    更重要的是,在这里,Grails可以发现实际包含这些插件的ZIP文件所对应的URL。
  7. Everything you need to run a Grails application is included in a single ZIP file.
    运行Grails应用程序所需的一切都在一个ZIP文件中。
  8. This example shows how to use the filters in Grails.
    本例显示了如何使用Grails内的这些过滤器。
  9. In this article you will build a Web application using Grails and Flex.
    在这篇文章中,您将使用Grails和Flex构建Web应用程序。
  10. The Plug-in Developers Guide: Here's the online documentation for Grails plug-in developers.
    插件开发人员指南:这是针对Grails插件开发人员的在线文档。
  11. However, the problem with that approach is that you must migrate your customizations each time you upgrade Grails.
    不过,使用此方法的问题是:每次升级Grails时都必须迁移自定义内容。
  12. This list contains required plug-ins& functionality that Grails cannot run without.
    这个列表包含了必需插件&Grails运行所不能或缺的功能。
  13. Now that the database pool has been created, we just need to access it from our Grails application.
    现在已经创建了数据库池,我们只需要从Grails应用程序访问它。
  14. It's time to install Grails and create your first Web application.
    现在,让我们来安装Grails,并创建第一个Web应用程序。
  15. This directory is where the compiled classes are stored when you type grails run-app.
    这个目录内保存了在键入grailsrun-app时被编译的那些类。
  16. Grails gives you a place to store commonly used methods that transcend any single domain class: services.
    Grails为您提供了保存常用方法的位置,并且超越了任何单个的域类:即服务。
  17. Much as SiteMesh merges two GSPs into one, plug-ins effectively merge two or more Grails applications into one.
    就像SiteMesh将两个GSP合并成一个一样,插件可以将两个或多个Grails应用程序合并成一个。
  18. The trouble with this implicit constraint is that you usually interact with Grails via an HTML form.
    这项隐含限制的问题在于,您通常会通过HTML表单与Grails交互。
  19. First of all, a lot of Grails and Groovy books are targeted at Java Developers.
    首先,有很多关于Grails和Groovy的书籍只针对Java开发人员。
  20. Then, enter grails run-app, and we're ready to test the validation.
    然后,再输入grailsrun-app,我们准备开始测试验证了。
  21. Fortunately, Grails offers a very convenient declarative validation mechanism.
    幸运的是,Grails提供了非常方便的声明性验证机制。
  22. The BootStrap file located in grails-app/ conf folder runs every time Grails starts and stops.
    在Grails每次启动和停止时,位于grails-app/conf目录中的引导文件都会运行。
  23. Many Grails plugins also provide DSLs to interact with the libraries or frameworks they wrap.
    很多Grails插件还提供了DSL用来与这些插件所包装的库或框架进行交互。
  24. DK: Tool support for Groovy and Grails is constantly improving.
    DK:工具对Groovy和Grails的支持一直在改进。
  25. Without it we would not have Grails: Groovy metaprogramming makes convention over configuration possible.
    没有它就没有Grails:Groovy元编程(metaprogramming)让“惯例优于配置”成为了可能。
  26. DK: Grails borrows many principles and ideas from Rails, as does Lift.
    DK:Grails借用了很多Rails的原则和想法,Lift也一样。
  27. The latest improvements in this area added support for Groovy and Grails applications.
    最近的改进中添加了对Groovy和Grails应用程序的支持。
  28. Well, Grails doesn't require that you have an EJB3 application as your starting point.
    Grails并不需要你以一个EJB3应用作为起点。
  29. Grails produces a standard JEE WAR that can be deployed to their existing application servers.
    Grails可以产生能部署到他们现有应用服务器的标准JEEWAR。
  30. Grails uses this feature to provide DSLs for ORM mapping, wiring Spring beans, and other configurations.
    Grails使用这个特性提供了ORM映射、装配SpringBean,以及其他配置的DSL。