• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Sun Certified Enterpeise Architect Book???

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
where can i get book "Sun Certified Enterprise Architectfor J2EE Technology" by Made Cade in india.
Any one is having UML and Pattens model questions ?? if so plz help me.
-anjali
 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wouldnt buy this book for design patterns. Thats for sure.
Also, I am amazed at the quantity of errors this book has starting with javax.ejb.Session and javax.ejb.Entity (page 16) and to wrong relationship directions in case study class diagram (page 169). If you read this book and something doesnt make sense...it probably doesn't. I would never expect something of so low quality coming from Sun Micro Press. (Microsoft Publish, on the other hand, only super quality material). The worst 40 dollars I've ever spent.
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gennady, would you care to point out what is wrong with the class diagram on p.169?
 
Gennady Shapiro
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Association directions are wrong. You would expect a customer to know about his orders, not orders to know about customers who made them or adrresses, it would make more sense if a customer object had references to adresses not the other way around.
[ April 27, 2002: Message edited by: Gennady Shapiro ]
 
Ranch Hand
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am currently working on the Assignment part, I have just flipped through the book for the assignment section(in the book store), but I am not sure if it is any good for the assignment section.
vivek
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic