Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
Sams Teach Yourself J2EE in 21 Days
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Sams Teach Yourself J2EE in 21 Days [Paperback]

Martin Bond , Debbie Law , Andy Longshaw , Dan Haywood , Peter Roxburgh
3.8 out of 5 stars  See all reviews (4 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Trade In this Item for up to £0.25
Trade in Sams Teach Yourself J2EE in 21 Days for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.


Product details

  • Paperback: 1032 pages
  • Publisher: Sams; 2 edition (4 May 2004)
  • Language English
  • ISBN-10: 0672325586
  • ISBN-13: 978-0672325588
  • Product Dimensions: 23.1 x 18.6 x 5.4 cm
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 665,463 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

J2EE has become required knowledge for any serious Java developer, but learning this large and complex specification requires a substantial investment of time and energy. Sams Teach Yourself J2EE in 21 Days, 2/E presents the enterprise Java architecture in accessible, easy-to-comprehend lessons, describing how each J2EE tool solves the challenges of n-Tier development. Using the architecture as a roadmap, chapters describe Enterprise JavaBeans (EJB), JavaServer Pages (JSP), Java Servlets, and more, giving readers a full understanding of J2EE development.

Further chapters cover the role of XML, custom JSP tags, creating J2EE Web Services, and how Java Connectors allow J2EE applications to interact with legacy and non-Java systems. The book finishes with sample applications which put all the pieces together, including an example using J2EE to create Web Services. Along the way, every concept is illustrated with practical, real-world examples to ensure understanding by Java students as well as experts.

From the Back Cover

J2EE has become required knowledge for any serious Java developer, but learning this large and complex specification requires a substantial investment of time and energy. Sams Teach Yourself J2EE in 21 Days, 2/E presents the enterprise Java architecture in accessible, easy-to-comprehend lessons, describing how each J2EE tool solves the challenges of n-Tier development. Using the architecture as a roadmap, chapters describe Enterprise JavaBeans (EJB), JavaServer Pages (JSP), Java Servlets, and more, giving readers a full understanding of J2EE development.

Further chapters cover the role of XML, custom JSP tags, creating J2EE Web Services, and how Java Connectors allow J2EE applications to interact with legacy and non-Java systems. The book finishes with sample applications which put all the pieces together, including an example using J2EE to create Web Services. Along the way, every concept is illustrated with practical, real-world examples to ensure understanding by Java students as well as experts.


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(5)
(2)
(2)
(2)
(2)
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more


 

Customer Reviews

4 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

11 of 11 people found the following review helpful:
1.0 out of 5 stars Outdated, 30 May 2006
This review is from: Sams Teach Yourself J2EE in 21 Days (Paperback)
This book is outdated to the point of being useless. The examples throughout this book rely heavily on the use of databases, unfortunately the one the book is written for (pointbase) is no longer included with the application server (which you also need), and to make matters worse it now costs to use pointbase.

The book does point out early on that the examples can be easily modifed to work with other databases (namely the supplied apache derby). This is not true, it might be relatively easy for an experienced j2ee engineer to do this, but seeing as you want to learn this technology I doubt you are one of those.

The subject matter (j2ee) is extremely complicated and having to heavily mod every example you come across just isn't acceptable in a book aiming to rapidy teach a very complex subject. The book also uses outdated versions of the technology itself and as such I'd strongly advise against this book and to wait for the third edition, the current edition should really not even be offered anymore (at least without THIS IS OBSOLETE written on the front cover).

I wasted 30 pounds on this so you don't have to!!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 16 people found the following review helpful:
5.0 out of 5 stars At last. A J2EE book written in a human language!, 23 Sep 2002
By 
Mr. R. J. Knowles (High Peak, Derbyshire UK) - See all my reviews
(REAL NAME)   
J2EE is a deeply complex topic, and this book must be one of the first to take a programmer friendly, human readable approach to the subject.

If you're a programmer, this book is likely to be far more useful to you than the books such as "Applying Enterprise Java Beans", which are written by people too close to the development of J2EE itself.

This won't be an easy ride though - you will need to be proficient in Java already and be familar with much of the Java Standard Edition. Also be prepared to spend hours fiddling with tools and messing around with command lines - but that's par for the course with this topic!

Thanks to the authors for finally bringing the subject back to Earth.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars An excellent book, 17 Aug 2006
By 
Raul Garcia - See all my reviews
(REAL NAME)   
This review is from: Sams Teach Yourself J2EE in 21 Days (Paperback)
I just can't emphasise enough what an excellent book this is, for all level of experienced programmers. I consider myself to have an intermediate knowledge of Java and a very basic knowledge of programming distributed components, but I've enjoyed every minute of my reading.

What do you need to know before reading this book? Basically you need to understand the basic of java programming like classes, methods and parameters [e.g. MyClass.method(parameter,..)] and that java needs to import certain packages to be able to make some specific functions [e.g. import javax.sql;]. Apart from this I just highly recommend you to read very thoroughly chapter 1 and 2, they will guide you nicely to understand the J2EE technologies and how the different chapters in the book approach them. J2EE is a difficult subject to learn and "Sam's Teach Yourself" tackles it magnificently, it covers absolutely everything.

A case study is followed day after day and if for some reason you can't work out the answer one day, you just can download it from the website. I haven't had a problem with any of the code, they work fine.

I'd like to respond to the previous reviewer by saying that this book is not obsolete at all, you just need to download the correct J2EE which it could be "j2eesdk-1_4_02_2005Q2-windows.exe" for windows. The book clearly specifies which version of J2EE is using at the time of writing it, by common sense is not recommended to download the latest version of J2EE two years down the line.

The only problem is that it's quite impractical to finish the book in 21 days for a complete beginner, more like 21 weeks.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Would you like to see more reviews about this item?
 Go to Amazon.com to see all 13 reviews  2.8 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Most Recent Customer Reviews


Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback