• 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

Design Tips

 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have a question about designing Java-based applications. Say, you just finished Just Java2, Thinking in Java + 2 vols of Core Java. Now, you want to get deep into application development(for training purposes only.) Can you recommend me a book or Internet links that contains an useful information about design, how to create a class structure and how would classes interact with each other. Another words, what book can you recommend to a programmer after he /she gets some Java semantics out of the way and is ready for development(I'm not talking about J2EE, EJB, JSP or Servlets. Design issues only).
Thank you,
--Alex
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My first stop for OO (not necessarily Java) problems is usually www.cetus-links.org
Dave
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My favourite tutorial is "Design Techniques" by Bill Venners, here: http://www.artima.com/designtechniques/index.html or http://www.artima.com/objectsandjava/webuscript/index.html
 
You totally ruined the moon. You're gonna hafta pay for that you know. This tiny ad agrees:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic