• 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

oo Books

 
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here is a great site on object oriented design www.objectsbydesign.com
it also has reviews on tons of books
 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot.There is another site www.cetuslinks.org, which is also very good.
-- Sandeep
[This message has been edited by Desai Sandeep (edited May 23, 2001).]
 
Fred Abbot
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
im going to check it out thank you
 
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fred , The Site you have mentioned is none another than sir Craig Larman's site. it has to be good.
Shailesh.
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Fred, for posting this.
Just read at the site about some neat things IDEA tool (IDE) can do... particularly those related to this forum:
1. provide skeletal classes and framework for GoF patterns.
2. refactoring patterns such as Extract Method, Move method/class, Rename etc. I remember this tool also mentioned in Fowler's article on refactoring tools.
Talking of Java tools, I didn't know that Borland's JBuilder IDE was written completely in Java! Its good to see such an amazing and robust stand-alone Java application (And some people think Java was good for the internet only).
Sanjeev
 
Desai Sandeep
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is one more site which I like - JavaSkyLine.com.Click on the UML sub-section to most of the resources available in UML on the Web.
Hope this helps,
Sandeep
reply
    Bookmark Topic Watch Topic
  • New Topic