appfuse
-
AppFuse 's implementation of many security-related features was nice in the beginning .
AppFuse对很多与安全性相关的特性的实现从一开始都是非常优秀的。
-
The application uses several libraries from the Appfuse project to implement the service and DAO layers .
该应用程序使用若干Appfuse项目库来实现服务层和DAO层。
-
AppFuse integrates many open source projects , and dependency injection allows easy integration of your application 's layers .
AppFuse集成了很多开放源码项目,依赖注入允许对应用程序层进行简单的集成。
-
By using AppFuse to start new projects , it 's possible to eliminate the usual first week or two of development time .
通过使用AppFuse启动新项目,我们通常可以减少一到两周的开发时间。
-
In addition , AppFuse does not lock you into any particular API .
另外,AppFuse并不会将我们限定到任何特定的API上。
-
Besides simplifying the development of Web applications , AppFuse allows you to integrate Web services into your projects easily .
除了可以简化Web应用程序的开发之外,AppFuse让我们还可以将Web服务简单地集成到自己的项目中。
-
The code that exists in AppFuse handles this integration and implements AppFuse 's basic security and usability features .
AppFuse中的代码可以处理这种集成,并实现了AppFuse的基本安全性和可用性特性。
-
The tool has a similar approach to bootstrapping applications as the AppFuse project available for more traditional Java web tier frameworks .
该工具启动应用程序开发的方式与AppFuse项目类似,后者可用于更传统的JavaWeb层框架。
-
Like Maven , Rails , and AppFuse , Grails scaffolds out a standard directory structure for you .
同Maven、Rails和AppFuse一样,Grails会建立一个标准的目录结构。
-
The aforementioned frameworks , as well as AppFuse , allow you to generate master / detail pages from database tables or existing model objects .
上面提到的这些框架,以及AppFuse,都让我们可以从数据库表或现有的模型对象中生成主页/细节页。
-
Now that you have a sense of what AppFuse is , in the remainder of this article , I 'll cover seven simple reasons to use it .
现在我们对AppFuse是什么已经有一点概念了,在本文剩下的部分中,我们将介绍使用AppFuse的7点理由。
-
When you first start using AppFuse , you 'll probably read the QuickStart Guide and Tutorials available on the project Web site ( see Resources for links ) .
当我们首次开始使用AppFuse时,我们可能需要阅读这个项目Web站点上提供的快速入门指南和教程(请参看参考资料中的链接)。
-
At its core , AppFuse is a project skeleton , similar to the one that 's created by your IDE when you click through a wizard to create a new Web project .
从核心上来说,AppFuse是一个项目骨架,类似于通过向导创建新Web项目时IDE所创建的东西。
-
As we 've integrated Acegi over the course of the last year , we 've found that we 've customized many bean definitions to hook into AppFuse more closely .
正如我们已经通过去年的课程对Acegi进行集成一样,我们已经发现对很多bean的定义进行定制可以更加紧密地与AppFuse建立联系。