Re: Object Design Mythologies

2003-09-03 Thread Michael T. Tangorre
I'd second the wrox book, "Beginning JAVA Objects". It was a good read and very easy to follow. Mike - Original Message - From: "Kwang Suh" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003

Re: Object Design Mythologies

2003-09-02 Thread Sean A Corfield
On Tuesday, Sep 2, 2003, at 14:40 US/Pacific, Ian Skinner wrote: > How do I design/model/flow chart my CFC's/Objects/Functionality? The best way is really UML - which allows you to visually model your classes and their interactions. > What replaces the old fashioned Flow Chart of a procedurally

Re: Object Design Mythologies

2003-09-02 Thread Kwang Suh
Beginning Java Objects: http://www.amazon.com/exec/obidos/tg/detail/-/1590591461/qid=1062553862/sr=8-1/ref=sr_8_1/102-5760324-3872924?v=glance&s=books&n=507846 If you're looking for more info on OO design patterns in general, then you can try the classic Design Patterns: Elements of Reusable OO S

RE: Object Design Mythologies

2003-09-02 Thread Jim Davis
I've found one of the best introductions to be "Beginning Java Objects" by Wrox publishing. Although it uses Java for examples no Java knowledge is needed at all. The book follows a single example (a university class management system) throughout so it's easy to suck up the real information witho

RE: Object Design Mythologies

2003-09-02 Thread Andy Ousterhout
I've found "Use Case Driven Object Modeling with UML" by Doug Rosenberg very useful in moving from a procedural approach to OO. Andy -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 4:41 PM To: CF-Talk Subject: Object Design Mythologies O

RE: Object Design Mythologies

2003-09-02 Thread Mike Brunt
Ian, Hal Helms highly recommends an O'Reilley Book "Head First Java". In addition as you are interested froma CF perspective, I highly recommend you take a look at the Mach II framework. http://www.mach-ii.com/. There are sample apps there that will help you with using CFC's. Hth. Kind Regar