Obviously the Java API reference, but what else is there that you all use?
I've been doing web development my entire career. Lately I've been messing around a lot with Groovy and I've decided to do a small application in Griffon just to…
I know this question is vague, but I'll try to make myself clear.
I am starting a Java project involving a Swing GUI. I want to follow the MVC pattern, and could use some help from a framework to organize the project's architecture. I was thinking…
I am working on setting up a Griffon project on a clean install of OS X 10.9.4. I have been following the instructions in the Griffon Guide: http://new.griffon-framework.org/guide/latest/.
I successfully created a project using this lazybones…
First: I'm shocked that I have to ask this question. Nowhere in the docs is it explained how the new "WindowManager" should be used... I've been hacking around some hours around this and I still dont have an satistactionary way of doing something as…
Technically it has been "possible" to create a javafx/groovyfx based griffon application for quite a while.
How does swing compare to javafx nowadays ?
Can the latter be generally recommended for a fresh application without legacy baggage ?
Any…
I can see how to instantiate a second MVC group, e.g.
def (loginPaneModel, loginPaneView, loginPaneController) =
createMVCGroup('LoginPane', 'LoginPane', [:]);
view.loginPanel = loginPaneView.loginPanel
But I don't want to show as part of my…
I want to start learning Griffon for desktop applications, but i found there are not enough resources for Griffon framework. Apart from its homepage.
Can anyone say me the blogs, tutorials, etc. where I can find enough information!
Is there a way to work with local plugins (like in grails counterpart: grails.plugin.location)?
I think it's a major drawback if there's not. Developing a plugin with addons and MVCs without this would be a real pain
I am experimenting with Groovy Griffon development and I am wondering what IDE to use.
I am trying to use NetBeans 6.5, and I found this post
https://blogs.oracle.com/geertjan/entry/notes_on_converting_netbeans_grails
essentially it describes…
I have been reading Groovy, and I'm half way down. I started to love groovy a lot, and apply it to solve some simple real world problem; As I love building web applications, i would go for reading Grails webframework as I know Groovy.
But If I want…
I am trying to apply an example from the book Gradle in Action to learn how to separate a gradle application into subprojects. I did the example in the book and everything worked out fine.
I decided to apply the same concepts to a sample application…
I tried the samples given in github griffon-master, also I tried the samples of the guide.
I would like to use javafx and groovy.
I would like to use fxml - thought of a scenario as that: fxml to set the stage, and for changes, use the groovy (set…
I am creating an application using Griffon->SwingBuilder. I would like to able to center the application on the desktop.
I know we have the 'location: [x,y]' argument we can provide on application creation. Is there anyway to access desktop…