问题标签 [griffon]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
486 浏览

model-view-controller - How to make a new window open inside main view in griffon?

I use new version of griffon, 1.2.0. Is there a way to open new window (second view) inside the main app window by clicking button or something?

0 投票
1 回答
199 浏览

jpa - Griffon & JPA:persistence.xml 中的环境配置

使用 Griffon 1.2 和 JPA 有没有办法使用环境属性配置 persistence.xml - 所以我可以为 dev/test/prod 使用不同的 jdbc.url ?

即conf/metainf/persistence.xml

我希望这样的事情可以在 JpaConfig.groovy

我可以创建多个重复的持久性 xml 文件,并且我相信我可以在 JpaConfig.groovy 中指定活动的持久性单元。或者是否有其他方法来参数化每个环境的 JPA 配置?

谢谢

0 投票
1 回答
211 浏览

groovy - Griffon:为 JInternalFrame 执行代码时出错

我最近只是在谷歌搜索,想尝试下面的代码在 Griffon 1.2.0 中工作,但是当我运行它时,它给了我这样的错误:

这是代码,这是最初由 aalmiray 制作的

我需要你的帮助。

问候,亨德拉

0 投票
0 回答
2291 浏览

model-view-controller - Griffon: Error when running report with JasperReports

I tried to run this code but it give me error like this:

Here's the code:

--ReportController.groovy--

--ReportView.groovy--

--report.jrxml-- (I put this file in /staging folder)

I don't quite know about .jrxml, i got this sample from the web, if I made a mistake please correct it.

Source: http://www.iaeronz.com/?p=562

0 投票
2 回答
160 浏览

griffon - 如何在 JInternal Frame 中加载数据库表?

我在 JInternal 框架内加载表格时遇到问题,我无法描述它,但我会向您展示一张图片,以便您理解我的意思。

图片

这是我的代码:

--SparepartController.groovy--

--SparepartView.groovy--

--SupplierController.groovy--

--SupplierModel.groovy--

--SupplierView.groovy--

它会给我这个:

这

0 投票
2 回答
86 浏览

griffon - 如何在 Griffon 中加密密码?

我试图在 Griffon 中加密密码,但我不知道该怎么做。通常我会在另一种语言中使用 md5,但是在 griffon 中呢?

这是我的一些代码:

我只是得到一个关于它的示例代码并且它有效。

这里的代码:

对于我的情况:generateMD5(model.password)

0 投票
1 回答
226 浏览

groovy - 如何在 Griffon 的 textField 上添加自动生成的 id?

我试过一个关于自动生成 id 的代码。我想在 JTextField 上尝试一下,但我不知道应该把它放在哪里。

这是我的代码:

--PembelianController.groovy--

--PembelianView.groovy--

0 投票
1 回答
713 浏览

applet - org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack:没有这样的属性:resourceResolver for class:griffon.swing.SwingApplet

当我将它打包到小程序时,我在浏览器中运行 griffon 小程序时遇到问题。当浏览器尝试执行我的小程序时发生此错误:-

org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack:没有这样的属性:resourceResolver for class:griffon.swing.SwingApplet

我的html页面是这样的:-

我的 applet.jnlp :-

谢谢你。

0 投票
1 回答
178 浏览

groovy - 在 IntelliJ 中运行 Griffon 应用程序时出错,但它可以在命令提示符下运行

在Griffon in Action书的第 3.6.1 段中有一个 mortageCalc 应用程序的练习。

环境:

  • 赢 7 专业版,64 位
  • IntelliJ IDEA 12.1 版
  • Griffon-1.2.0 JDK 1.6

我有MortgageCalView

MortgageCalModel

运行它时,我看到错误:

捕获:groovy.lang.MissingMethodException:没有方法签名:mortgagecal.MortgageCalView.application() 适用于参数类型:(java.util.LinkedHashMap,mortgagecal.MortgageCalView$_run_closure1) 值:[[title:Mortgage Calculator, pack: true, locationByPlatform:true], ...] groovy.lang.MissingMethodException: 没有方法签名:mortgagecal.MortgageCalView.application() 适用于参数类型:(java.util.LinkedHashMap,mortgagecal.MortgageCalView$_run_closure1)值: [[title:Mortgage Calculator, pack:true, locationByPlatform:true], ...] atmortgagecal.MortgageCalView.run(MortgageCalView.groovy:3)

但是,当我在命令提示符下运行时,它工作正常:

所以,我的 IntelliJ 出了点问题……

0 投票
1 回答
298 浏览

groovy - 在 Application.groovy 问题中更改启动 MVC 组

我使用 IntelliJ 创建了新的 Groffin 模块。系统提示我使用 create-app 命令。创建一个模块很好,正如您所知,默认情况下,当您运行应用程序时,它会显示带有默认内容“内容在此处”的小程序。

接下来,我在 Application.groovy 中添加了第二个登录MVC 组:

我还创建了:

  1. LoginModel.groovy(groovy 类)
  2. LoginController.groovy (groovy 类)
  3. LoginView.groovy (groovy 脚本)

在相应的文件夹中。

当我运行项目时,它给出了错误:

基本目录:D:\work\griffon\soms 运行脚本 C:\Griffon-1.2.0\scripts\RunApp.groovy 解决依赖关系... 依赖关系在 633 毫秒内解决。环境设置为开发解决框架插件依赖关系...框架插件依赖关系在 1114 毫秒内解决。解决插件依赖关系...插件依赖关系在 741 毫秒内解决。[griffonc] 将 1 个源文件编译到 d:\Users\akarasaev.griffon\1.2.0\projects\soms\classes\main 正在启动应用程序... 2013-04-15 10:26:44,788 [main] INFO griffon.swing .SwingApplication - 初始化所有启动组:[登录] 2013-04-15 10:26:46,311 [AWT-EventQueue-0] 错误 org.codehaus.griffon.runtime.builder.UberBuilder - 构建 soms.LoginView@ 时出错34a083f2 groovy.lang.MissingPropertyException:没有这样的属性:类的中心:org.codehaus。

当我尝试从命令提示符运行时,也会发生同样的错误。

环境:

  1. 赢 7 专业版,64 位
  2. IntelliJ IDEA 12.1 版
  3. Griffon-1.2.0 JDK 1.6

登录模型.groovy

登录视图.groovy

登录控制器.groovy