• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

desktop project structuring

 
Ranch Hand
Posts: 426
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guyz,

Good Day..

I am making my first program using SWT but right now, I find it hard to make some adjustment from all over the code. What I mean is that all my GUI classes has all its needed functionality. The only separation that I did was to separate my DB calls in other package.

I wanted to know how the experts manage big projects and made separation of each component. Maybe an advice or a good link that I could read on how to program correctly. Is there such a thing in java desktop programming like struts architecture where I create action, action form, jsp... etc..makes code more manageable..

sorry if my question might be vague but from the tutorials/books that I have read, all GUI/Logic calls is stuff in the main method, I dont think it will work in bigger projects. Thanks and appreciate any response..
 
Don't destroy the earth! That's where I keep all my stuff! Including this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic