0

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.

Murray Foxcroft
  • 12,785
  • 7
  • 58
  • 86
  • As you mention, please post the code you have been working on, just update your existing question, dont post it as an answer or new question. Thanks – Murray Foxcroft Aug 08 '16 at 12:28
  • There's an
    EmployeeModel
    class having private variables like id, name, department and company. There are other two classes
    EmployeeController
    and
    EmployeeService
    . Getter and setter methods have already been defined in the Model class
    – Swetank Mohanty Aug 08 '16 at 12:39

0 Answers0