How to organise my code in order to be able to use two different view type ?

Posted by phmr on Stack Overflow See other posts from Stack Overflow or by phmr
Published on 2010-04-17T16:52:43Z Indexed on 2010/04/17 16:53 UTC
Read the original article Hit count: 179

Filed under:
|
|

I have setup my models and now I would like to build the application so that I can easly switch between swing views and html views (2 differents builds).

Could you recommand me any library that let me do that ? or a Controller/View architecture that let me do that myself ?

© Stack Overflow or respective owner

Related posts about swing

Related posts about software-engineering