I have three views
that show the same table with a sequence of leds and information, I have a service
class that does the business logic to know which led and which color to display, in my bean
responsible for the view I get this method with the ready information and step for the view
components that show the led.
My question is, is it worth (or, is it right) to create a specific% w / o for this leds table and use it to reference it in the three bean
? Taking into account that I will have a reduction of code and duplicity.
I believe that the way of implementation and what is done in these screens must be taken into account, but this specific led table always shows the same information from reading external data, it is not changed unless the whole process start again, with the collection of new data.
I do not know if there is a relationship that says a views
is only a view
.