|
What a week, dude. Lots of things to do. Little time for funny activities. And the coming
one is even worse, much more traveling (back to Sevilla again). I'll try to post some
photos of Sevilla and the "tapas" they have there.
The fact is that I've received different emails through my blogging alias. Apart of omnipresent
spam I've received a couple of mails asking about the event bus, and about the
organization of the model, the view and the controller in Swing applications.
Let's get organized
So I thought it could be a good, illustrative idea to show different ways to organize things
in Swing applications. Different ways to architecture the internals of a GUI application.
And, before going any further, I thought it could be a good idea to ask you all what you think
of this. Say I am to write an application using the Presentation Model paradigm, and then
rewrite it using the Model View Presenter approach. And then rewrite the first one using
an event bus, and do the same with the second one. Something like this:
- Presentation Model, no event bus.
- Model View Presenter, no event bus.
- Presentation Model, event bus.
- Model View Presenter, no event bus.
(Any other suggestion is, of course, welcome).
And then, after watching those four, see how things could be further improved. Or even write a comparison of them all. Some sort of guidelines for choosing which one better fits your needs.
So, my questions is, is it worth the effort? What do you think?
Doing what?
The application should be useful, of course. I suggest doing some sort of
easy to use bookmark manager. Since I use different computers I have different set of
bookmarks in different places. I'd like to store those in, say, Google's gmail (as a
plain jar file, say). Any other ideas about useful (little) applications are
welcome, too.
Thanks for any ideas and have a restful weekend (I will ;-)),
Antonio
|
Enviado por Ingo Siebert en noviembre 14, 2005 a las 10:35 AM CET #
Enviado por codecraig en noviembre 14, 2005 a las 01:50 PM CET #
You got me, Ingo!. I was copy-pasting in the items above! :-/ Sorry by the confusion! ;-)
Hi codegraig, I would like to keep sample applications as small as possible not to include extra confusion. I'll think of the ideas about a rss reader (I don't really like very much what I've seen around).
I'm traveling in the next days and it'll be difficult for me to post. Sorry by that.
Cheers,
Antonio
Enviado por Antonio en noviembre 14, 2005 a las 06:54 PM CET #