• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Jaime and Frederick's book

 
Ranch Hand
Posts: 316
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Perhaps this should be in Blatant Advertising, but oh well.
I clicked on the link to learn about your book, but it didn't have very much information. So, a few questions.
Who is your target audience?
What do they need to know? e.g. patterns, how much programming background, and how much specifically java knowledge, UML.
Will there be electronic excerpts available somewhere?
Do you have a website?
Thanks
Paul R
 
Author
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
so i don't mind a little blatant advertising here ;-)
try http://www.cs.uno.edu/~fred/OOJ if you want lots of info.
the book is targeted at first semester comp sci students
with no particular background.
and the publication date is 4/18 i'm told.
------------------
Fred Hosch
Author of:
An Introduction to Software Construction with Java
 
Author
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paul wrote:
>Who is your target audience?
beginner programmers, no knowledge of programming is required.
>What do they need to know? e.g. patterns, how much programming >background, and how much specifically java knowledge, UML.
Nothing in particular. You will be introduced in the book about
Java, UML, and some patterns; the pattern presented are only considered as they arise in our discussions when discussing design to solutions to problems given in the book. Java and UML are introduced as needed.
>Will there be electronic excerpts available somewhere?
>Do you have a website?
Yes, there is plenty of both complementary material to the book
as well as code of the book. The website to look:
www.cs.uno.edu/~fred/OOJ/
The book is accessible to all readers and it presents programming with objects from the beginning while stressing design as well as good programming practices. Overall we introduce programmers via the design of components before design of complete applications, as well as the separation of the solution to the problem (model) from the i/o (view/controller).
Thanks for your inquiry about the book; take a look, and as Fred (my co-author) likes to say, it will change your life.
------------------
Jaime Nino
Author of:
An Introduction to Software Construction with Java
 
Paul Ralph
Ranch Hand
Posts: 316
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ersin: I was already working on my post when you were creating yours. They were worded slightly so I left it there. Not trying to steal your thunder!
Paul R
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic