java - Will I need to rebuild my application if I am to include a graphical user interface? -



java - Will I need to rebuild my application if I am to include a graphical user interface? -

i have existing java application, novice @ guis, i'm okay @ concurrency , networking in java. @ stage logically, server , client based programs finish , working. have had no experience user interfaces in java or swing or of that. need rebuild application if include graphical user interface client? can create new class or classes dedicated gui element of client side program? know set of tutorials java swing or appropriate library situation?

there few things consider here. comment recommending different location start - need @ things programme structure, patterns etc.

that said recommend few things think about.

one:

what pattern using? designed end?

a mutual selection situations have backend , want variable gui known mvc or model view controller.

http://en.wikipedia.org/wiki/model–view–controller

if backend not designed in mind, need re architect back upwards pattern.

as general rule: if initial design didn't back upwards ui, going have lot of rewrites back upwards new ui. it's worth considering design of systems avoid exact issue.

java swing user-interface

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -