 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Axel Hallez Guest
|
Posted: Tue Nov 18, 2003 9:57 am Post subject: Wizard library |
|
|
Hello all,
I have been searching on the internet for a free wizard framework
(preferably LGPL).
I found several, but none of them satisfied my requirements.
Some of them have no or poor documentation. Others simply don't allow you to
create good wizards.
So I wonder if anybody knows about a really good wizard framework.
TIA
Axel Hallez
|
|
| Back to top |
|
 |
David Postill Guest
|
Posted: Wed Nov 19, 2003 10:07 pm Post subject: Re: Wizard library |
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In article <bpcqdq$cv0$1 (AT) newsreader (DOT) mailgate.org>, on Tue, 18 Nov 2003 10:57:14 +0100, "Axel Hallez"
<axel.hallez (AT) rug (DOT) ac.be> wrote:
| Quote: | Hello all,
I have been searching on the internet for a free wizard framework
(preferably LGPL).
I found several, but none of them satisfied my requirements.
Some of them have no or poor documentation. Others simply don't allow you to
create good wizards.
So I wonder if anybody knows about a really good wizard framework.
|
Have you checked out <http://www.javareport.com/java/article.asp?id=3272&mon=5&yr=2001>?
<davidp />
- --
David Postill
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3 - not licensed for commercial use: www.pgp.com
Comment: Get key from pgpkeys.mit.edu:11370
iQA/AwUBP7uv1Hxp7q1nhFwUEQIq0gCg0tuqAc0WbnJJx895GMK2H6Fob8wAoLHV
ej9ZXoag7bXjXzyI4Tfc0KRe
=b80C
-----END PGP SIGNATURE-----
|
|
| Back to top |
|
 |
Axel Hallez Guest
|
Posted: Thu Nov 20, 2003 9:20 am Post subject: Re: Wizard library |
|
|
David Postill wrote:
| Quote: | -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In article <bpcqdq$cv0$1 (AT) newsreader (DOT) mailgate.org>, on Tue, 18 Nov 2003 10:57:14 +0100, "Axel Hallez"
[email]axel.hallez (AT) rug (DOT) ac.be[/email]> wrote:
| Hello all,
|
| I have been searching on the internet for a free wizard framework
| (preferably LGPL).
| I found several, but none of them satisfied my requirements.
| Some of them have no or poor documentation. Others simply don't allow you to
| create good wizards.
| So I wonder if anybody knows about a really good wizard framework.
Have you checked out <http://www.javareport.com/java/article.asp?id=3272&mon=5&yr=2001>?
|
I saw this article before, and I think of it as quite strange.
First it doesn't explicitly mention the name of the framework that is
presented, so you have to find out for yourself. Second there are no
links to the listings, although they are available on the same website.
But let's look at the wizard framework itself (which appears to be
Gandalf, gandalf.sourceforge.net). There are some things in the design
of the framework I don't understand:
1. Why is the Swing version based on JFrame? I would consider JDialog as
a better base class, except maybe for setup wizards.
2. Why construct a new JFrame for each form? Wouldn't it be better to
keep the same window and only replace the panel where the user enters
data and adjust the title and the status of the buttons. This way there
would also be no need to use static attributes to keep the data of the
wizard.
3. There doesn't seem to be a straightforward way to set the buttons
disabled or enabled, based on the data entered by the user.
In fact, the Wizard framework of Visionary Technologies
(http://component.v-tech.ws/products/jwizard.htm) seems to offer all the
features I'm looking for (although I didn't really use is yet), but I'm
not willing to use a non open source tool, since I want to keep the
freedom to open source the software I'm working in the future.
Thanks a lot,
Axel Hallez
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|