Outsource your projects to thousands of programmers at ScriptLance.com

On September 21st, 2010 10:34 a visitor came here looking for "definitive guide to spring for .net" and that person was viewing the following page:

The Definitive Guide to Spring for .NET - General AAS
The Definitive Guide to Spring for .NET is a deep dive into building enterprise applications using the popular Spring for .NET framework.You'll delve ...

If somehow that page does not seem relevant to you here are some products with the description/reviews matching your search term :

The Definitive Guide to Spring for .NET The Definitive Guide to Spring for .NET
Price : $59.99

Average Customer Rating : Not yet rated

Editorial Review :

The Definitive Guide to Spring for .NET is a deep dive into building enterprise applications using the popular Spring for .NET framework.

You'll delve into each of the key Spring for .NET technologies and learn how, when, and why to apply each of them. A nontrivial case study provides you with a realistic background for creating your own applications and helps to emphasize a strongly practical approach at every stage.


What you'll learn

  • What a .NET enterprise application is and the challenges in creating one
  • How Spring meets those challenges
  • The architectural approach promoted by Spring.
  • Creation of services using WCF, .ASMX Web Services, and .NET remoting.
  • How to follow a Consistent Approach to data access using ADO.NET and ORM
  • How to apply transactions programmatically and declaratively
  • Unit and Integration Testing Support

Who is this book for?

This book is intended for .NET developers who already have a strong understanding of .NET technologies, such as .NET remoting, delegates, and data access, and would like to employ them more effectively through the use of the Spring for .NET framework.

Customer Review :

No review yet

The Definitive Guide to Spring Web Services The Definitive Guide to Spring Web Services
Price : $44.99

Average Customer Rating : Not yet rated

Editorial Review :

Spring Web Services (Spring–WS) is an integral part of the popular Spring Framework and its next major update, Spring Framework 3.x. According to SpringSource, “Spring Web Services is unique among Java web service frameworks due to its focus on contract–first web services.”

The Definitive Guide to Spring Web Services is the first and official SpringSource guide to Spring–WS. With this book, users will learn how to put to use Spring–WS and Spring REST effectively in order to write and maintain viable web services.

  • Write contract–first web services with Spring–WS.
  • Develop REST web services with Spring REST support.
  • Examine real–world examples and learn best practices to develop maintainable services.
  • Explore Spring–SW from both the server side and the client side.

What you’ll learn

  • Understand the main purpose and motivations behind constructing and consuming a web service, and the benefits of Spring–WS compared to competing frameworks.
  • Write and maintain contract–first web services using the various Spring–WS features, and configure and extend Spring–WS to meet your specific needs.
  • Use message factories, endpoints and dispatching, fault handling, interceptors, transports, and more.
  • Use Object XML Mapping (OXM) frameworks transparently through the most popular OXM frameworks to develop your web services.
  • Write flexible web services and apply agile and best practices including testing and more.
  • Uncover the new Spring REST and how it can be best leveraged toward your Spring–WS applications.
  • Discover how Spring–WS lets you interoperate/integrate with .NET, OSGi, and more.
  • Deploy on SpringSource dm Server and other deployment engines.

Who is this book for?

The book is primarily focussed on beginner and intermediate users; however, the later chapters will offer more than enough meat to entice pro users as well. Basic knowledge of Spring is assumed.

Customer Review :

No review yet

The Definitive Guide to Apache MyFaces and Facelets The Definitive Guide to Apache MyFaces and Facelets
Price : $44.99 $1.99
Features :
  1. ISBN13: 9781590597378
  2. Condition: USED - Like New
  3. Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed

Average Customer Rating :

Editorial Review :

The Definitive Guide to Apache MyFaces and Facelets is an ideal reference if youre looking to develop real–world applications with the open source lightweight Apache MyFaces and Dojo (the Ajax API). The book focuses less on theory and more on aspects like scalability, design, optimization, and configurability.

This book emphasizes meeting real–world requirements for performance and scalability. It includes lucid code samples that reflect the pattern being described. The “In the Trenches” sections in each chapter give you advice and recommendations based on actual experiences with each pattern. What’s more, the “Extreme Extensions” section at the end of each relevant chapter is dedicated to a “freestyle” expression of taking a particular pattern or set of patterns to the max. (This is a great way for you to learn because of the magnification effect.) This is also the first book to embrace the Dojo framework for Ajax (soon to be an Apache project).

Customer Review :

A winning combination of technologies

While most existing JSF books focus on teaching readers how to use the Faces framework, this book instead looks specifically at Facelets and the component libraries within the Apache MyFaces project, viz. Tomahawk, Trinidad, Orchestra, and Tobago.

After spending a weekend with this book, here are my impressions:

* The book is fairly short, and so seems very diminutive when stacked up against other books on JSF. You can imagine reading this from cover to cover over a long weekend.

* With four main authors, and six contributing authors, this book reads like a series of articles on JSF. Fortunately, the articles are well written for the most part, and you can read the chapters out of order without loss of continuity.


MyFaces Core:
=============
The chapter on MyFaces Core (the actual JSF implementation) is only about 20 pages long. So while it works as a decent refresher, it is absolutely not a first introduction to JSF. I suspect newcomers to JSF will find this book rather daunting unless they've already read some of the other excellent books on Faces (see my review for Kito Mann's JSF in Action.)

Tomahawk:
=========
This chapter is very well written and focuses on some important components (like tree2, schedule, inputCalendar, etc.) The explanations are clear enough to make you feel you should be able to get these working after a reading. However, I was disappointed to find marginal treatment of the t:saveState component - especially as there are multiple references to it in other chapters (as in the discussion of Orchestra, and in JSF pitfalls).
. . . . . .
As an aside, this book's index is the gold standard for tech books - about 30 pages for a 285 page book. When I went looking for saveState, for example, I was able to quickly zero in on all its references.
. . . . . .

Facelets:
=========
I got a strange sense of deja vu when I read the chapter on Facelets - turns out it is lifted almost verbatim from APress's Facelets Essentials - along with the surreal Bird Store example. If you have read that book, you won't find many surprises here. This chapter and its Facelets appendix take up 58 pages which turns out to be over two thirds of the content of that other book. Fortunately its the best two thirds - so you really get two books in one here.
. . . . . .
What really bothered me is that most of the examples in this book use JSP as the presentation technology. If Facelets is really worthy of having a mention on the title, I'd have expected to see more real world usage throughout the book.

So why not drink the KoolAid?
. . . . . .
Misc projects:
==============
A common problem I had with the other chapters was that the examples were too short to be of much use.

For instance, the example for pageFlowScope is too trivial to convincingly demonstrate why it is useful. It provides nothing more than a description of the mechanical aspects of using this scope. I'd have loved to see a working example that exemplified how it avoided the weaknesses of the request and session scopes.

[To fully grasp the actual meat of this particular topic, I highly recommend reading about Tomahawk's saveState, Trinidad's pageFlowScope, and Orchestra's conversation scope - all in one sitting. These are all different solutions to the same core issue - so they're best read together. The discussion in Orchestra's chapter is by far the best - esp. see Page 175 - Managing Independent Windows, and page 194 - Orchestra's Architecture.]


Antipatterns:
=============
The chapter on JSF Antipatterns is a very interesting read. A few of these antipatterns seem like spectacularly bad ideas to begin with and you wonder how they passed design reviews in the first place. However, there are a lot of practical usage tips here (such as thread safety issues with custom validators and converters) that made it worth my time.


Appendices:
===========
The information on dependency injection with Spring is confined to about a paragraph - so a better choice is Spring Recipes by Gary Mak. The appendix on view state encryption is also a useful addition.

Conclusion:
===========
This book was long overdue - and is well worth your time if you are into using the MyFaces sub-projects. Throw in Facelets and you have a winning combination.


Damodar Chetty
swengsol.com

Rating :



Good Start if you want to use MyFaces

I am working on a project that uses Spring, Hibernate and JSF. MyFaces is an excellent example of open source implementation of a specification like JSF. This book was very helpful in understanding the core concepts of JSF and expoliting the power of MyFaces.

After the introductory session on JSF, the book delves into individual projects of MyFaces. Individual chapters cover various tag libraries from MyFaces , namely, Tomahawk, Trinidad, Tobago and Orchestra. The beauty of JSF is that you can pick and choose tags from any libraries (as long as you put the relevant jar in your classpath :-) )

I just attended a lecture by David Geary, who is part of the committee that drives the specification for JSF 2.0, He mentioned that from JSF 2.0 onwards, Facelets would become an integral part of the specification (so Bye, Bye JSP :-) ). JSF 2.0 would be out by mid-year this year. So if you want to prepare yourself for that change this is a very good book, too.

Even if you have an implemented your project already, this would come in handy as a good reference. A section on anti-patterns covers anti-patterns in the areas of Thread Safety, PhaseListener, Static Typing etc. Authors seem to have given a thorough treatment and done justice to these to[pics, that are usually ignored in a real-life web applicaiton project.

In summary, a Thumbs up and 5 star rating for this book.

Rating :



Excellent

Other reviewers have already done a very thorough job of addressing many of the relevant points about this book, so I will not reiterate them. Still, I wanted to chime in with a good word since I think the book is well deserving of it.

Well done. I recommend this book.


Rating :



Questions & Answers Powered by Yahoo! Answers
Question : Could someone tell me some definitive guides for an English student
I am currently looking at Norton Introduction to Poetry (I believe thats what it is called) and I'm also looking for a good guide to major works of literature. Should I choose Norton for this too I'm also looking for a guide to Literary Criticism. I have a few different reccommendations from Profs, but I wanted other people's opinions.

Answer:
The Norton Anthologies are all excellent books to accompany your reading, I am an English Literature graduate and I have several volumes. A good book for literary theory would be David Lodge's Modern Criticism and Theory. I have posted a link to it below. It's roughly 300 pages long and very, very readable.

 

Question : What's the definitive guide to etiquette in the UK
And is there an online sourceCheersSpecifically, I'm referring to social etiquette, such as formal (and informal) dinners, parties, get-togethers, etc. -- pretty much all the basic situations involving food and groups of people.

Answer:
You are too vagueif there is something in particular that you want to know then askbut your asking for the DEFINITIVE guide .. there is far too much to talk about, so there is no place to start.

 

 

Sitemaps: ASP, ActiveX, Ajax, CSS, Cold Fusion, DHTML, General, General AAS, Java Server Pages, JavaScript, Linux Web, PHP, SQL, XHTML, XML, XSL


Returns Policy | Privacy Policy

Copyright © 2009 - 2012 www.webprogrammingbooks.com

-24476