Questions tagged [griffon]

For questions relating to Griffon, client application platform that uses Groovy and Java.

Official page: http://griffon-framework.org/index.html

GitHub repository: https://github.com/griffon/griffon

149 questions
1
vote
2 answers

Using guava in griffon gives Prohibited package exception

I am using Griffon and want to add the guava libraries as a dependency in my project. However, when I do this, even without using 1 class of it, I get the following exception: Compilation error: BUG! exception in phase 'canonicalization' in source…
Wim Deblauwe
  • 25,113
  • 20
  • 133
  • 211
1
vote
2 answers

does Griffon support command-line (no swing user interface) project

does Griffon support command-line project? I don't want to show swing user interface
atian25
  • 4,166
  • 8
  • 37
  • 60
1
vote
4 answers

Getting Error When I Run The Griffon Application

I'm using Ubuntu and i have installed Griffon by taking the steps from this site. Even though there is no error in my installation. When i try to run the Griffon app using the command : griffon run-app I'm getting the error…
Ant's
  • 13,545
  • 27
  • 98
  • 148
1
vote
1 answer

Griffon db4o plugin configuration

I'd like to use db4o inside Griffon app, but I've problem with configuration: how to set up plugin to not delete dbFile during AppShutdown. There is some info about configuration at plugin page: def configure(EmbeddedConfiguration configuration)…
pankonrad
  • 11
  • 1
1
vote
2 answers

groovy domain objects in Db4O database

I'm using db4o with groovy (actually griffon). I'm saving dozen of objects into db4o objectSet and see that .yarv file size is about 11Mb. I've checked its content and found that it stores metaClass with all nested fields into every object. It's a…
Archer
  • 5,073
  • 8
  • 50
  • 96
1
vote
0 answers

when comparing a property with a string value using isEqualTo always returns true regardless of the string

I'm trying to compare the value of a property to a String using isEqualsTo. This value always returns true, regardless of the string I'm comparing the property to. I have a model that has a messageType, this message type is a string and it could be…
Syrup72
  • 116
  • 1
  • 12
1
vote
1 answer

Griffon integration to NetBeans IDE

I have been researching on integration of griffon to NetBeans IDE but all I get online and on this platform has not solved my problem.I keep getting this error The plugin Groovy Support is requested in implementation version 201112071828. The…
1
vote
0 answers

Fonts are not rendered properly using Gradle mac app bundle

The application exported using the createApp task of Gradle macAppBundle does not render the fonts properly. The application is a JavaFX application developed using Griffon. The interface of the application is JavaFX WebView which renders an html…
1
vote
1 answer

Questions on Griffon getting started?

I install the lazybones successfully no I am on the next instruction below. Next register the griffon-lazybones-templates repository with Lazybones' config file. Edit $USER_HOME/.lazybones/config.groovy But I cannot find .lazybones…
LEMUEL ADANE
  • 8,336
  • 16
  • 58
  • 72
1
vote
2 answers

How to replace existing Swing UI module with Griffon based one in a legacy Java application?

The application that I would like to revamp is pretty well organized. UI is separated into a module. UI controllers implement the interface PropertyChangeListener. When other modules want to have something happened in the UI they just fire…
Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
1
vote
1 answer

How to download Griffon distribution in Intellij Gradle project?

I am trying to start a Griffon project. The Griffon repository is available from bintray. I created a Gradle project in Intellij and added the maven repository provided into the build.gradle file. But the project structure is not being generated. I…
1
vote
2 answers

Griffon Dependency

i'm trying to use org.apache.commons.lang.RandomStringUtils in a Griffon application (Griffon 1.5) .. I included it in the BuildConfig shown below .. dependencies { // specify dependencies here under either 'build', 'compile', 'runtime' or…
user3914455
  • 257
  • 1
  • 10
1
vote
0 answers

How to run Griffon application successfully?

I am new to Griffon 2 Framework. I am going to create new project using Griffon 2. I am going with http://griffon-framework.org/tutorials/1_getting_started.html reference. I am able to create new project successfully but when I run project using…
Piyush Chaudhari
  • 962
  • 3
  • 19
  • 41
1
vote
2 answers

Griffon official Tutorial: unable to successfully build griffon-swing-groovy project generated with lazybones

I am following the Griffon official Tutorial but I cannot get it running using groovy as main language and swing as UI library. This is my environment: $ gvm version Groovy enVironment Manager 2.4.2 $ lazybones -version Lazybones version…
zxxz
  • 170
  • 1
  • 9
1
vote
1 answer

Combine Hibernate class with @Bindable for SwingBuilder without Griffon?

I have implemented a back-end for my application in Groovy/Gradle, and am now trying to implement a GUI. I am using Hibernate for my data storage (with HSQLDB) per http://groovy.codehaus.org/Using+Hibernate+with+Groovy (with Jasypt for encryption)…
Миша Кошелев
  • 1,483
  • 1
  • 24
  • 41