Showing posts with label Java and variants. Show all posts
Showing posts with label Java and variants. Show all posts

1/29/2010

Review of The Java Enterprise CD Bookshelf [ILLUSTRATED] (Paperback)

In The Java Enterprise CD Bookshelf, David Flanagan, Jim Farley, William Crawford, and Kris Magnusson collaborate to provide the Java user with seven complete "how to" instruction and reference books on CD-ROM, in addition to a print copy of Java Enterprise In A Nutshell: A Desktop Quick Reference. The books on CD-ROM include Enterprise JavaBeans: 2nd Edition; Java Servlet Programming; Java Security; Java Distributed Computing; Java Enterprise in a Nutshell: 3rd Edition; Java Foundation Classes in a Nutshell; and, of course, Java Enterprise In A Nutshell. This single volume, highly recommended, book/cd-rom combination is ideal for the novice Java user seeking a quick start-up and rapid learning curve as possible, and will prove invaluable refresher and reference for the advanced and experienced Java user as well.

Product Description
The Java Enterprise CD Bookshelf is a power-packed collection of books from O'Reilly:both electronic and print versions of Java Enterprise in a Nutshell, plus electronic versions of Java in a Nutshell, 3rd Edition; Java Foundation Classes in a Nutshell; Enterprise JavaBeans, 2nd Edition; Java Servlet Programming; Java Security; and Java Distributed Computing.Never has it been easier to learn, or look up, what you need to know online. Formatted in HTML, The Java Enterprise CD Bookshelf can be read using any Web browser. The books are fully searchable and cross-referenced. In addition to individual indexes for each book, there's a master index for the entire library.

Click Here to see more reviews about: The Java Enterprise CD Bookshelf [ILLUSTRATED] (Paperback)

1/25/2010

Review of Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051) (Paperback)

I bought this book despite the other poor reviews on amazon.I was hopeful that the other reviewers were just being too harsh.But after reading the first couple chapters, it became clear that the other reviewers were being charitable.This book is filled with errors and is poorly organized.
The worst error I've spotted is on p16.The book says that "The current version of the SCEA exam tests your knowledge of J2EE 1.3 API."In fact, at the time I'm writing this review, and certainly at the time they wrote the book, the current version of the exam is still testing the J2EE 1.2 API.That is pretty bad when the course authors don't even know which version of J2EE they should be writing about.It also would be quite detrimental and confusing to readers who would assume they should be studying topics that were added in the J2EE 1.3 version.
In many places, the book also does not seem to be well synched with the topics, approach, and vocabulary of the exam.Some chapters seemed almost irrelevant to the exam.
If you buy this book, you should only consider it a supplement to help give you a general idea of what you need to study.I would suggest doing most of your studying with other books or resources.

Product Description
The only classroom-based training and self-assessment system! This study guide provides 100% complete coverage of all objectives for the Sun Certified Architect for J2EE exam. Based on 300,000+ hours of IT training experience, the book contains hundreds of practice exam questions and hands-on exercises. The CD-ROM features full practice exam software with interactive tutorials and lab simulations, plus an adaptive test engine.

From the Back Cover

The Only Certification Study System Based on 300,000+ Hours of IT Training Experience

  • 100% Complete Coverage--All official test objectives for the Enterprise Architect for J2EE exam are covered in detail
  • Hands-on Exercises--Step-by-step instruction modeled after classroom labs
  • Exam Watch--Warnings based on thorough post-exam research identifying the most troublesome exam topics and how to answer them correctly
  • Simulated Exam Questions--Certification questions that closely model the format, tone, topics, and difficulty of the real exam--all with in-depth answers

Full coverage of the topics you need to review, including how to:

  • Understand J2EE architecture and system requirements
  • Provide access to legacy systems
  • Use entity, stateful session, and stateless session beans appropriately
  • Make use of bean pooling in an Enterprise JavaBeans container
  • Identify firewall features that might interfere with protocol operation
  • Use the Gamma et al. and other design patterns
  • Enable synchronous and asynchronous messaging
  • Customize applications for international deployment
  • Apply J2EE security mechanisms to the design, implementation, and deployment of secure enterprise applications

INCLUDED ON THE CD-ROM:

CD Training

  • Electronic book--Searchable version of the Study Guide

Master Exam

  • Complete Practice Exam--Includes exclusive 310-051 certification exam simulation with questions found only on the CD-ROM
  • Detailed Answers--Explain why the correct options are right and why the incorrect options are wrong
  • Score Report--Provides overall assessment of performance and indicates subject areas requiring further study

PLUS:

(with free on-line registration)

  • MasterExam--Additional SCEA J2EE certification exam simulation download


Click Here to see more reviews about: Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051) (Paperback)

11/27/2009

Review of Learn Java In a Weekend (In a Weekend (Indianapolis, Ind.).) [ILLUSTRATED] (Paperback)

While I havn't finished going through this book yet, it appears to be a very good resource for someone trying to get a jump on Java.

While not as detailed as some of the other resources out there, there are plenty of coding examples to illustrate and prove different programming concepts.The books takes the learn by doing approach and I like that.

There is one reason I gave this book 4 stars and that is spelling errors.Whiel there aren't a lot of spelling errors, there are enough for me to notice, and I'm not big on spelling.However, when you are writing/producing a book for something as syntax-specific as a programming language, you better be sure to have everything right.

Overall, a great book and a good teaching/ self-learning aid.

Product Description
Even with no programming experience, you can master the basics of Java programming in just one weekend! On Friday evening, you'll begin with an introduction to Java as you install the SDK. Pick up the pace on Saturday as you learn the basics of Java by beginning a calculator application that you will build on throughout the book. Program your calculator's appearance as you conquer graphical user interfaces. On Sunday you'll begin incorporating interfaces, applets, and threads. Wrap things up with coverage of advanced Java programming and utilities.

In Just One Weekend You'll Learn How To:

* Use the abstract windowing toolkit to program GUIs
* Understand the basics of variables, arrays, and object-oriented programming
* Program graphics for a lightweight component as you build a calculator application
* Convert applications to Swing
* Use interfaces and event handling to develop an event model
* Add features to your applications that allow them to read and write files

About the Author
Joseph P. Russell is a development programmer for Meditech, a major medical information systems software and service company, developing software for their client/server financial products.He is also a contributing writer to the Web site EastCoastGames.com.He is a graduate of Rhode Island College where he majored in computer science.

Click Here to see more reviews about: Learn Java In a Weekend (In a Weekend (Indianapolis, Ind.).) [ILLUSTRATED] (Paperback)

11/12/2009

Review of Building Portals with the Java Portlet API (Expert's Voice) (v. 2) (Paperback)

Portals are becoming more popular as companies are looking for a single web-based entry point into their various applications.Java provides a standard portal model with JSR 168.This book is a thorough introduction into JSR 168 that will help get portal developers up to speed into this relatively new specification.

The book starts with an excellent introduction into developing portlets.The first seven chapters cover all the details of developing portlets.Response and request objects are covered in detail.The portlet life cycle is clearly explained.Deployment descriptors are discussed. Integrating with Servlets and JSPs is described.The remainder of the book covers more advanced topics.Anyone working with a portal knows the problems with providing single sign-on to multiple applications.The authors discuss this issue giving several examples.The authors cover syndication, searching, personalization, web services, content management, and more.

My only complaint with the book is that it uses the Apache Pluto portal, which is not in final release yet.Pluto is an open source portal but it is complicated to distribute content to it (you are forced to use Maven).When the book explains how to distribute portlets to Pluto it gets a little confusing because the authors need to explain multiple configuration files, some of which are exclusive to Pluto.Other than this one problem, the book gives a solid introduction to developing a portal providing detailed information of both the basics and many advanced concepts.Clearly the authors understand portal development and know how to pass that information on to their readers.

Product Description
This book is a thorough introduction into JSR 168 that will help get portal developers up to speed into this relatively new specification.</a></p></blockquote><p id="quoteAuthor">- Thomas Paul, JavaRanch Sheriff</p></div>

<p>How do developers bring existing applications into a portal? How do developers integrate content management systems and search engines with a portal? And how do developers get started with the Portlet API? Jeff Linwood and Dave Minter show you how to solve these real problems in <i>Building Portals with the Java Portlet API</i>. </p>

<p>This book describes the new Java portlet API, including security, portlet life cycles, and portlet interaction with servlets and JSP. The examples will work on any portal that complies with the JSR-168 portlet API. Several example portlets are developed to give you hands-on portlet experience. You'll even learn how to port existing servlet and JSP applications into a new portal environment.</p>

<p>The authors also discuss Single Sign-On (SSO) using Kerberos and the GSS-API, syndicating content with RSS, and integrating a charting solution with JFreeChart. Other topics covered are the open-source Apache Jakarta Lucene search engine, personalization, portlet configuration, portlet preferences, and Web Services for Remote Portals (WSRP). XDoclet is also used throughout portions of this book.</p>

About the Author
Jeff Linwood has been involved in software programming since he had a 286 in high school. He got caught up with the Internet when he got access to a UNIX shell account, and it has been downhill ever since. Jeff has published articles on several Jakarta Apache open source projects in <i>Dr. Dobb's Journal</i>, CNET's Builder.com, and <i>JavaWorld</i>. Jeff has a bachelor's degree in chemical engineering from Carnegie Mellon University. He currently works for the Gossamer Group in Austin, Texas, on content management and web application syndication systems. He gets to play with all the latest open source projects there.Dave Minter has adored computers since he was small enough to play in the boxes they came in. He built his first PC from discarded, faulty, and obsolete components, and considers that to be the foundation of his career as an integration consultant. Dave is based in London, where he helps large and small companies build systems that "just work.

Click Here to see more reviews about: Building Portals with the Java Portlet API (Expert's Voice) (v. 2) (Paperback)

Review of Building Portals with the Java Portlet API (Expert's Voice) (v. 2) (Paperback)

Portals are becoming more popular as companies are looking for a single web-based entry point into their various applications.Java provides a standard portal model with JSR 168.This book is a thorough introduction into JSR 168 that will help get portal developers up to speed into this relatively new specification.

The book starts with an excellent introduction into developing portlets.The first seven chapters cover all the details of developing portlets.Response and request objects are covered in detail.The portlet life cycle is clearly explained.Deployment descriptors are discussed. Integrating with Servlets and JSPs is described.The remainder of the book covers more advanced topics.Anyone working with a portal knows the problems with providing single sign-on to multiple applications.The authors discuss this issue giving several examples.The authors cover syndication, searching, personalization, web services, content management, and more.

My only complaint with the book is that it uses the Apache Pluto portal, which is not in final release yet.Pluto is an open source portal but it is complicated to distribute content to it (you are forced to use Maven).When the book explains how to distribute portlets to Pluto it gets a little confusing because the authors need to explain multiple configuration files, some of which are exclusive to Pluto.Other than this one problem, the book gives a solid introduction to developing a portal providing detailed information of both the basics and many advanced concepts.Clearly the authors understand portal development and know how to pass that information on to their readers.

Product Description
This book is a thorough introduction into JSR 168 that will help get portal developers up to speed into this relatively new specification.</a></p></blockquote><p id="quoteAuthor">- Thomas Paul, JavaRanch Sheriff</p></div>

<p>How do developers bring existing applications into a portal? How do developers integrate content management systems and search engines with a portal? And how do developers get started with the Portlet API? Jeff Linwood and Dave Minter show you how to solve these real problems in <i>Building Portals with the Java Portlet API</i>. </p>

<p>This book describes the new Java portlet API, including security, portlet life cycles, and portlet interaction with servlets and JSP. The examples will work on any portal that complies with the JSR-168 portlet API. Several example portlets are developed to give you hands-on portlet experience. You'll even learn how to port existing servlet and JSP applications into a new portal environment.</p>

<p>The authors also discuss Single Sign-On (SSO) using Kerberos and the GSS-API, syndicating content with RSS, and integrating a charting solution with JFreeChart. Other topics covered are the open-source Apache Jakarta Lucene search engine, personalization, portlet configuration, portlet preferences, and Web Services for Remote Portals (WSRP). XDoclet is also used throughout portions of this book.</p>

About the Author
Jeff Linwood has been involved in software programming since he had a 286 in high school. He got caught up with the Internet when he got access to a UNIX shell account, and it has been downhill ever since. Jeff has published articles on several Jakarta Apache open source projects in <i>Dr. Dobb's Journal</i>, CNET's Builder.com, and <i>JavaWorld</i>. Jeff has a bachelor's degree in chemical engineering from Carnegie Mellon University. He currently works for the Gossamer Group in Austin, Texas, on content management and web application syndication systems. He gets to play with all the latest open source projects there.Dave Minter has adored computers since he was small enough to play in the boxes they came in. He built his first PC from discarded, faulty, and obsolete components, and considers that to be the foundation of his career as an integration consultant. Dave is based in London, where he helps large and small companies build systems that "just work.

Click Here to see more reviews about: Building Portals with the Java Portlet API (Expert's Voice) (v. 2) (Paperback)