All,

 

  I am working on setting up my first cairngorm app.  I am trying to figure out how to make the flex delegate class work with the service locator and invoke methods on my SOA.  On my appserver I have a user business delegate class.  So for example UserMangerBD that has a method  getInstance().  That return an instance of IUserManager.  In that interface I have a method called authenticate() defined. 

 

    In my flex loginDelegate class I basically want to call the authenticate method on IUserManager.  Do I have to create a new java class to encapsulate the getInstance from my business delegate?  Or is there a way that I can setup a remote object in flex to handle this.  I could setup the flex service locator to talk straight to my IUserManager implementation but would prefer not to do that.

 

Thanks, hope that makes since.

 

Jeff

 

Reply via email to