Hey am new to spring roo. Could someone tell me how I could set up a custom controller which uses the service of another entity and get a view which uses the service.

Something like favourites controller uses restaurants service and favourites view lists all the restaurants. I have the restaurant entity and its web mvc setup was already done on it.


Thanks