I'm building out a new Roo app. I'd like to know if there's a best practice guide to creating a new Controller similar to the "Find by..." Controllers seen in the Pet Clinic app?
Ex:
Find by Description
Find by Date Between
etc.
I have an Instrument entity which I've already created a Controller using scaffolding. How, using Roo, can I create a series of "find by" controllers for my Instrument entity? I know the "hard way" of doing this, programmatically by hand, but I'd like to know if Roo provides any shortcuts. I couldn't find anything relevant in the docs.
Thanks in advance,
Stephen


Reply With Quote
