How to connect the Service bean class and Controller bean class so that I can call the method bound to a button from the controller class.
I have coded the model classes for Login and Employee. Similarly I have Service classes for both of them and Controller classes as well.
If required, I would also provide a snippet code for more help.