• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Theoretical enlightenment...please

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys !!

I'm back...this time for some theoretical enlightenment.

The MVC architecture is the most important aspect of designing Java applications. I do have a theoretical background of what MVC really is.

However, I have been developing small scale PC applications as a freelancer.

I am using Java Swing to develop standalone applications and JSP & Servlets to develop internet-based applications.

But I wanted to know a few things...
1) How is MVC implemented in Swing ?
2) What should be the design statistics I must follow in order 2 implement MVC with Swing for a small-scale application ?
3) What is the Business-Delegate model ?
4) How can I design a simple application in Swing using JavaBeans ?

Thanks alot for your help.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sherry Jacob:

1) How is MVC implemented in Swing ?


Swing Architecture Overview


2) What should be the design statistics I must follow in order 2 implement MVC with Swing for a small-scale application ?


I don't know what you mean by "design statistics".


3) What is the Business-Delegate model ?


Core J2EE Patterns = Business Delegate


4) How can I design a simple application in Swing using JavaBeans ?


The same way you design any application. Document the system, Identify classes, assign class responsibilities and behavior, write code. Repeat as necessary.
 
Grow your own food... or this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic