Best design for a swing application? MVC or one of its variants?
Julien Martin
Ranch Hand
Joined: Apr 24, 2004
Posts: 383
posted
0
Hello,
I am about to start developping a Swing application and I am not sure which design to use. I have read that "pure MVC" is not the best possible design for Swing.
So can any Swing practionner please advise on which is the best design I should choose please?
it depends a lot on your application . If your data is extremely large then it's best that you use mvc design as if in future you decide that you want an extremely different view then you can easily replace it with a new type of view .
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Best design for a swing application? MVC or one of its variants?