2 Sep 19:21
[groovy-user] SwingBuilding in a real application?
From: Harold Steptoe <paul@...>
Subject: [groovy-user] SwingBuilding in a real application?
Newsgroups: gmane.comp.lang.groovy.user
Date: 2008-09-02 17:24:42 GMT
Subject: [groovy-user] SwingBuilding in a real application?
Newsgroups: gmane.comp.lang.groovy.user
Date: 2008-09-02 17:24:42 GMT
I'm currently investigating ways of integrating Groovy into an application UI. I was initially thinking of using Groovy simply as an embedded script engine allowing a user to customise menu actions. Now I am wondering how feasible it would be to use Groovy and SwingBuilder to wire together the whole application at the surface level instead. This could be by a) At start time, reading in a number of scripts to configure the UI. b) Dynamically loading in a script which alters which UI 'views' are loaded and how they are arranged. Has anyone tried putting together a large UI using Groovy and SwingBuilder? I'm thinking that this should have adequate performance because I'm just wiring up components which do most of the work (out of the script execution itself). I can see the potential of building a UI framework with much of the functionality of a 'Portlet' style web app, but instead building a client application. -- -- View this message in context: http://www.nabble.com/SwingBuilding-in-a-real-application--tp19274585p19274585.html Sent from the groovy - user mailing list archive at Nabble.com. ---------------------------------------------------------------------(Continue reading)
RSS Feed