• 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

How does Swing MVC work?

 
Ranch Hand
Posts: 86
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have a basic layout of Model, View & Controller classes. I don't know how to pass the control from the View, to the Controller after setting the username and password in the Model. I want to pass the model which i have set using username and password to an authenticate method in controller. Cant figure it out.

Also, I want to have four different methods in controller
Method 1 - authenticate
Method 2 - Add
Method 2 - Delete
Method 3 - Update

Please do let me know!

Thanks in advance!

View




Model



Controller



Application
reply
    Bookmark Topic Watch Topic
  • New Topic