We have integration with several vendor for showing our product catalouge. Every-time, we have to customizing the view according to the provided templates by Vendor. I have find following points after analyzing all the templates i.e. as follows:
Vendor John templates contains A,C,E. And the layout of the template is
---------------------- | A | ---------------------- | C | E | ----------------------
Vendor Micheal templates contains B,D,E,F. And the layout of the template is
---------------------- | B | F | ---------------------- | D | E | ----------------------
Vendor Shane templates contains A,B,C,D,E,F. And the layout of the template is
---------------------- | B | F | ---------------------- | D | E | ---------------------- | A | C | ----------------------
I am trying to find out a generic solution where i can customize the view and prepare the presentation. Is there any framework in java who can help to solve my problem or any suggestion.
Apache tiles or Sitemesh might suit your needs. They're frameworks designed for "tiling" your view however you desire.