aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Known good tutorial on doing MVC with Swing? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Known good tutorial on doing MVC with Swing?" Watch "Known good tutorial on doing MVC with Swing?" New topic
Author

Known good tutorial on doing MVC with Swing?

Nick St-Peter
Greenhorn

Joined: Feb 12, 2005
Posts: 26
Hi!

Is there a known good tutorial showing how to to MVC with Swing?

I'm looking for something that shows code samples and explain how the model, view and controller interact with each other...

I've googled on the Net and I had found something which was closed to what I was looking for but one of my colleagues (who is a web programmer) told me that he doesn't believe what I had found implemented MVC correctly).

The screen I have to do is pretty simple and I could get away with not doing it in a very MVC way but I wanted to do it the right way...

What I found on the web had a separate controller and view but I though I had read that with Swing the controller and view were supposed to be together so I'm no longer quite sure what I'm supposed to do...

As you can guess I'm a newb whose boss told him to write a screen in Swing and I've already took more time on this than I was supposed to do (I had warned him that I was sure that it would take me more time but the bottom line is the same, I've already took more time than I was supposed to)... If I knew how to do Swing I might have been able to do it in the time he gave me but there's way too many things I have to learn at the same time...

Thank you!

Nick
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
http://java.sun.com/developer/technicalArticles/javase/mvc/index.html
Nick St-Peter
Greenhorn

Joined: Feb 12, 2005
Posts: 26
Yhank you very much!!!

This proved to be very useful...

Have a nice weekend!

Nick
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Known good tutorial on doing MVC with Swing?
 
Similar Threads
Fake MVC in Swing - Is real MVC possible?
MVC test case
Patterns question
Networking (and not burning bridges)
Strange Recruiter Questions