简体   繁体   English

Netbeans的Grails Paypal插件

[英]Grails Paypal plugin with Netbeans

I downloaded and installed the paypal plugin http://www.grails.org/PayPal+Plugin using netbeans. 我使用netbeans下载并安装了Paypal插件http://www.grails.org/PayPal+Plugin Though the website mentioned there will be a controller and domain class created. 尽管提到的网站将创建一个控制器和域类。 However, I don't see it. 但是,我看不到。 Can someone advice if I installed correctly? 有人可以建议我安装是否正确吗?

The Controller and domain class are located within the plugin itself. Controller和domain类位于插件本身内。 Browse the source of the plugin to see them. 浏览插件的源代码以查看它们。

The plugin is probably located in a hidden directory under your profile. 该插件可能位于您个人资料下的隐藏目录中。 Not the Netbeans project folder. 不是Netbeans项目文件夹。 For instance on grails 2.0 on Linux: /home/user/.grails/2.0.0.M2/projects/testapp/plugins/paypal-0.6.4. 例如,在Linux上的grails 2.0上:/home/user/.grails/2.0.0.M2/projects/testapp/plugins/paypal-0.6.4。 Each plugin is like a complete project with directory structure. 每个插件就像一个具有目录结构的完整项目。 Your project has use of the plugin when it's installed, and includes it when you build it. 项目在安装时会使用该插件,并且在构建时会包括它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM