Best practice for an application with GUI

Posted by chronosphenomena on Stack Overflow See other posts from Stack Overflow or by chronosphenomena
Published on 2010-04-25T15:23:38Z Indexed on 2010/04/25 15:33 UTC
Read the original article Hit count: 134

Filed under:
|
|

Hi,

I'm about to start an application which will have both console and GUI interfaces. What I wan't to achieve is COMPLETE decoupling of application logic from interface. In future, I may also add web interface, and I don't want to change anything in my application.

Is there a good example (perhaps some open source project) where I can learn how this should be done properly.... also I'd appreciate advices/guidelines on how to do this.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about swing