Related Subjects: Author Index Reviews Page 1 2
Book reviews for "Andres,_Stefan" sorted by average review score:

Surviving Spirits
Published in Paperback by Motivo Publishing Company (30 May, 2003)
Author: Andre Stefan
Amazon base price: $16.95
Average review score:

Freedom from Healing...
How the author captured the intricate part of the three main characters healing with no one left behind is the freedom any person of childhood trauma hopes for. My beliefs went to a different level of hope as the story evolved. The story touched my emotions so deeply. I felt closer to the author and the characters The ending totally surprised me and I cried for quite some time trying to process it all. It is a story of trauma, secrets, unconditional love, and the need for one another that we all internally hope to get in life. There was no codependency in these relationships, but a genuine dependence on God.

Incredible read!
The rage I felt inside picturing my own child in a house of darkness hoping I would rescue her hit me more deeply than anything I have ever read. The author characterizes the people involved so well, I felt like I knew them.

Wonderful!
I was really moved from the beginning. I was very impressed by the book. How one character saves the other is truly from and about God. I had tears in my eyes at the finish of the book. God will use this book for healing. The overall spirit of the book, is that there is a God.


Professional JSP : Using JavaServer Pages, Servlets, EJB, JNDI, JDBC, XML, XSLT, and WML
Published in Paperback by Wrox Press Inc (15 January, 2000)
Authors: Karl Avedal, Danny Ayers, Timothy Briggs, George Gonchar, Naufal Khan, Peter Henderson, Mac Holden, Andre Lei, Dan Malks, and Sameer Tyagi
Amazon base price: $41.99
List price: $59.99 (that's 30% off!)
Used price: $6.97
Buy one from zShops for: $6.94
Average review score:

Good guide to JSP, overlaps with other Wrox titles though
For developers involved with web-based projects, whether it be an online store for electronic commerce or an Intranet site for accessing and modifying company data, the powerful blend of JavaServer Pages (JSP) and Enterprise JavaBeans (EJB) technologies can really make life simple. Once you've mastered them, creating new components that encapsulate business logic, or new web interfaces to existing systems, is easy. The trick, for developers, is mastering the technologies.

Professional JSP is one way to get up to speed. Like many of the books published by Wrox Press, Professional JSP covers a specific technology in-depth, as well as the various ancillary topics relating to it such as databases, servlets, and XML. While not every developer will need every web technology covered by the book (and there are many), the book works both as a tutorial to cover the basics and a reference for technologies that you may encounter later.

Professional JSP starts by covering the basics of Java Server Pages, and how they relate to other web technologies. Embedded in HTML pages, JSP provides an easy mechanism for creating interactive web interfaces that draws on server-side components, known as Enterprise JavaBeans. While the presentation logic is written in JSP, the processing occurs within these JavaBean components. The book takes a balanced approach, covering both JSP and its syntax, as well as how to write and interact with JavaBeans to perform useful tasks, like accessing databases through JDBC and using other Java technologies. However, if you've read other Wrox titles, you may find there is some overlap in the topics covered.

One of the nice things about Professional JSP is that, in addition to covering theory, it goes further and examines practical applications of JSP, and issues for programmers like security and debugging. Like other titles in the Professional series, there are case studies of real projects using JSP and related technologies. My favorite would have to be the case study on porting Active Server Pages to JSP -- something that is extremely important for developers with "legacy" web systems. On the whole, Professional JSP is an excellent book for web developers wanting to get up to speed with Java Server Pages, web development, and Enterprise JavaBeans. However, developers with less of a web presentation focus and more of back-end server view may also want to consider the excellent Professional Java Server Programming title, which also covers JSP. -- David Reilly, reviewed for the Java Coffee Break

Excellent book for professionals!
This is a book for programmers who have a solid background in servlets programming and some experience in JSP. For beginners and for people who wish to learn those techniques on a standalone machine, they will be better off with Hall's "core servlets & JSP" or Fields&Kolb's "web development & JSP".

The book consists of 20 chapters. The first 12 chapters discuss the various salient aspects of JSP and the rest ( about two third of the whole book) is devoted to case studies.

A. THE BOOK'S STRENGTH:

By adopting Tomcat as its main testing software, the editors of "Professional JSP" have assured that most of the code examples will work. This is a big improvement over the past wrox books.

There are some excellent chapters in the first part. The discussion on session tracking is a real gem although the author failed to make a showcase of the code examples. The chapter on JSP Architecture contains some of the clearest explaination on the techniques of redirecting, forwarding and requestdispatcher. The chapter on customtags is equally very well done. But my favorite is the chapter on Global Settings, the idea is so practical. I also like the idea of emphasizing the importance of authentication which showed in many chapters of the book.

The case studies will serve as an excellent reference. Its coverage ranges from (1) the front end of an insurance company (2) a good pictures website which use JSP to publish its data (3) Security with JNDI (4) a online store using LDAP and JSP (5) J@EE, EIBs and Customtags (6) Multimedia and JSP (7) Weather website with JSP, XSLT and WAP (8) Porting ASP to JSP.

2. BOOK'S WEAKNESS:

The book is a combined effort of many authours and its unevenness showed. The first three chapters to introduce to JSP are out of place and a real waste. The chapter on Dynamic GUIs is a great idea which turned into a joke: after showing the general diea how to do it, the author sent readers to his website to learn the rest(?). And the chapter on JDBC connectivity and Pooling is a big disappointment: most of the chapter devoted to get connection, create databse,editing it and make query; and the rest the author explained how to use his own pool manager package, PoolMan. This wouldn't be too bad if PoolMan worked, with Tomcat.

The richness of the case studies is also its weakness. Unless you are experienced and have the facilities, you can't test them all. These techniques become obsolete pretty quick.

Probably the strongest objection to the book is its price. Buy it for your company and share with your colleague.

One of the best intermediate level JSP books on the market
This books lives up to its title in that it provides both real-world JSP techniques (through 7 very informative case studies chapters), as well as JSP background information that serves as a quick start guide. I rank it as one of the top 2 JSP books currently available (the other one is Web Development With JavaServer Pages by Messrs. Fields and Kolb).

After the JSP fundamentals are out of the way (which I am sure any JSP newcomer will appreciate and can benefit from), the book picks up pace with discussion on JDBC connection pooling, and the best practice for data access from JSP. Then comes the chapter on custom tags. My favorite chapters are the ones on debugging JSP's and implementing the MVC design pattern in JSP/servlets.

The case studies are very comprehensive and closely correlated to the earlier chapters. In one case study the design methodology is clearly explained with UML diagrams, which are very helpful to someone who is currently architecting an enterprise Java Web application. Other case studies cover such a wide area of topics such as JSP in combination with LDAP, EJB, XSL, and WAP.

For ASP developers, this books has two enormously useful chapters to get them started on JSP right away. One is a case study showing how to port an ASP app to JSP, and the other compares and contrasts the object model and syntax between ASP and JSP.

Having said all the above, this book does suffer from certain weaknesses. One is typical of any multi-author book, i.e., repeat of the same topic in different chapters. This is the case with JDBC, which shows up in both chapters 4 and 7. Another problem is the lack of the use of a standard servlet/JSP container, which will help new users to run all samples under the same software setting (although there is an appendix on setting up Tomcat server). Finally, a few chapters seem to be out of place in term of the logic flow of concept, such as the ones on dynamic GUI's and JNDI.

Finally, this book is still thin on heavy-duty J2EE topics, such as EJB, distributed transactions, message service, and interoperability with CORBA. This is why I consider it as an intermediate level book, not an advanced one. Hopefully we will see another Wrox book in the near future that addresses some of these issues.


Das Pfäfflein Domenico
Published in Unknown Binding by Piper ()
Author: Stefan Paul Andres
Amazon base price: $
Used price: $119.96
Average review score:
No reviews found.

Der Dichter in dieser Zeit : Reden und Aufsätze
Published in Unknown Binding by R. Piper ()
Author: Stefan Paul Andres
Amazon base price: $
Used price: $124.65
Average review score:
No reviews found.

Die grossen Weine Deutschlands
Published in Unknown Binding by Ullstein ()
Author: Stefan Paul Andres
Amazon base price: $
Used price: $29.95
Average review score:
No reviews found.

Die Versuchung des Synesios : Roman
Published in Unknown Binding by Deutscher Taschenbuch Verlag ()
Author: Stefan Paul Andres
Amazon base price: $
Average review score:
No reviews found.

El Greco paints the Grand Inquisitor
Published in Unknown Binding by Dimension Press ()
Author: Stefan Paul Andres
Amazon base price: $
Average review score:
No reviews found.

Gedichte
Published in Unknown Binding by Piper ()
Author: Stefan Paul Andres
Amazon base price: $
Average review score:
No reviews found.

Kunst, Macht, Diskurs : die intellektuelle Karriere des André Félibien im Frankreich von Louis XIV
Published in Unknown Binding by Wilhelm Fink ()
Author: Stefan Germer
Amazon base price: $
Average review score:
No reviews found.

Lieber Freund, lieber Denunziant : Briefe
Published in Unknown Binding by Piper ()
Author: Stefan Paul Andres
Amazon base price: $
Used price: $138.73
Average review score:
No reviews found.

Related Subjects: Author Index Reviews Page 1 2

Reviews are from readers at Amazon.com. To add a review, follow the Amazon buy link above.