• 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

J2EE Unleashed by Joseph J. Bambara and Paul R. Allen

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<pre>Author/s : Joseph J. Bambara and Paul R. Allen
Publisher : SAMS
Category : J2EE & Distributed Computing
Review by : Thomas Paul
Rating : 8 horseshoes
</pre>
"J2EE Unleashed" covers the major aspects of the Java 2 Enterprise Edition. The three main pieces (servlets, JSPs, and EJBs) are each well covered with good examples. JNDI, JDBC, JavaMail and JMS are each given a chapter and XML is also covered. The strength of the book, though, is its coverage of designing J2EE architectures. For example, servlets are explained but then the authors go beyond the explanation to show how servlets fit into an overall J2EE architecture. Model 2 controller architecture is covered and Apache Struts is discussed as an example of using servlets as controllers. According to the publisher, "The goal of this book is not to teach the J2EE specification but to illustrate the best practices for developing J2EE applications." In fact, it does both. The example application which is used throughout the book is well designed to cover all the pieces of J2EE. I do have two complaints about the book. First, it concentrates too much on the SilverStream Application Server getting down to the level of showing screen shots of deployment wizards. Second, the book could have used some editing to give it a better flow. J2EE architecture is explained before any of the pieces that make up the architecture are discussed. EJB session beans are used to demonstrate how to use JDBC, before EJBs are covered. Overall, however, the book is well done and can stand up against any of the books covering this complex topic
More info at Amazon.com
More info at Amazon.co.uk
 
Whoever got anywhere by being normal? Just ask this exceptional tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic