Kamis, 30 Desember 2010

[X890.Ebook] Download Portlets in Action, by Ashish Sarin

Download Portlets in Action, by Ashish Sarin

Portlets In Action, By Ashish Sarin. Reading makes you much better. That states? Many wise words say that by reading, your life will be better. Do you believe it? Yeah, show it. If you need guide Portlets In Action, By Ashish Sarin to check out to prove the wise words, you can see this web page perfectly. This is the website that will supply all the books that possibly you require. Are guide's compilations that will make you really feel interested to check out? One of them here is the Portlets In Action, By Ashish Sarin that we will certainly recommend.

Portlets in Action, by Ashish Sarin

Portlets in Action, by Ashish Sarin



Portlets in Action, by Ashish Sarin

Download Portlets in Action, by Ashish Sarin

Portlets In Action, By Ashish Sarin. What are you doing when having extra time? Talking or scanning? Why don't you attempt to review some e-book? Why should be checking out? Reviewing is just one of fun and pleasurable task to do in your extra time. By reading from numerous sources, you could locate new info and also experience. Guides Portlets In Action, By Ashish Sarin to read will many starting from clinical e-books to the fiction publications. It indicates that you could check out guides based upon the need that you intend to take. Obviously, it will certainly be various as well as you can read all e-book kinds whenever. As here, we will reveal you a book ought to be reviewed. This publication Portlets In Action, By Ashish Sarin is the choice.

If you desire actually get guide Portlets In Action, By Ashish Sarin to refer currently, you have to follow this web page constantly. Why? Remember that you require the Portlets In Action, By Ashish Sarin source that will provide you appropriate requirement, do not you? By seeing this internet site, you have actually begun to make new deal to always be updated. It is the first thing you can start to obtain all take advantage of remaining in a site with this Portlets In Action, By Ashish Sarin and also various other compilations.

From currently, discovering the finished website that sells the finished books will be many, however we are the relied on website to see. Portlets In Action, By Ashish Sarin with simple web link, very easy download, and also finished book collections become our excellent services to obtain. You can locate and also make use of the benefits of selecting this Portlets In Action, By Ashish Sarin as every little thing you do. Life is always developing and also you require some new book Portlets In Action, By Ashish Sarin to be recommendation always.

If you still require a lot more books Portlets In Action, By Ashish Sarin as recommendations, going to browse the title as well as theme in this website is readily available. You will certainly discover more lots publications Portlets In Action, By Ashish Sarin in different self-controls. You could likewise when possible to check out guide that is already downloaded and install. Open it as well as save Portlets In Action, By Ashish Sarin in your disk or gizmo. It will ease you anywhere you require guide soft file to review. This Portlets In Action, By Ashish Sarin soft documents to review can be recommendation for everybody to improve the skill as well as capability.

Portlets in Action, by Ashish Sarin

Summary

Portlets in Action is a comprehensive, hands-on guide to building portlet-driven applications in Java. Covers Portlet 2.0, Spring 3.0 Portlet MVC, WSRP 2.0, Portlet Bridges, Ajax, Comet, Liferay, GateIn, Spring JDBC, and Hibernate.

About the Technology

Portlets are the small Java applications that run within a portal. Good portlets work independently and also communicate fluently with the portal, other portlets, as well as outside servers and information sources. Using Java's Portlet 2.0 API and portal servers like Liferay, you can build flexible, stable business portals without the design overhead required by other application styles.

About the Book

Portlets in Action is a comprehensive guide to building portlet-driven applications in Java. It teaches portlet development hands-on as you develop a portal that incorporates most key features of the Portlet 2.0 API. And because portals and portlets are so flexible, the accompanying source code can be easily adapted and reused. Along the way, you'll learn how to work with key web frameworks like Spring 3.0 Portlet MVC and DWR.

Written for Java developers. No prior experience with portlets required

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

What's Inside
  • Complete coverage of the Portlet 2.0 API
  • Spring 3.0 Portlet MVC and the Liferay portal server
  • Portal design best practices
  • Reusable source code

================================

Table of ContentsPART 1 GETTING STARTED WITH PORTLET DEVELOPMENT
  • Introducing portals and portlets
  • The portlet lifecycle
  • Portlet 2.0 API - portlet objects and container-runtime options
  • Portlet 2.0 API - caching, security, and localization
  • Building your own portal
  • Using the portlet tag library
  • PART 2 DEVELOPING PORTLETS USING SPRING AND HIBERNATE
  • Getting started with Spring Portlet MVC
  • Annotation-driven development with Spring
  • Integrating portlets with databases
  • PART 3 ADVANCED PORTLET DEVELOPMENT
  • Personalizing portlets
  • Communicating with other portlets
  • Ajaxing portlets
  • Reusable logic with portlet filters
  • Portlet bridges
  • Web Services for Remote Portlets (WSRP)
    • Sales Rank: #1335809 in Books
    • Published on: 2011-09-30
    • Original language: English
    • Number of items: 1
    • Dimensions: 9.25" h x 1.39" w x 7.38" l, 2.30 pounds
    • Binding: Paperback
    • 640 pages

    Most helpful customer reviews

    5 of 6 people found the following review helpful.
    Well recommended for those new to portal development
    By Erik Gfesser
    In just having recently completed a development project creating portlets for the first time with a Java Portlet Specification 2.0 (JSR 286) compliant portal server, I hope I can provide some insight into the effectiveness of this book, since I used it to hit the ground running. Simply put, I agree with some of the other reviews here that this book is very well put together. The progression of content that the author provides from one chapter to the next is effective for those newly tackling portal development. As a consultant in such a situation, I especially appreciated Chapter 1 ("Introducing Portals and Portlets"), Chapter 2 ("The Portlet Lifecycle"), Chapter 3 ("Portlet 2.0 API: Portlet Objects and Container-runtime Options"), Chapter 6 ("Using the Portlet Tag Library"), Chapter 7 ("Getting Started with Spring Portlet MVC"), and Chapter 11 ("Communicating with Other Portlets"). The UML sequence diagrams that the author provides greatly aided the material. And believe it or not, even at almost 600-pages the author even thankfully left out the fluff that one can unfortunately often expect in other developer texts of this genre.

    That said, however, potential readers need to be aware of what this book does and does not provide. Unless the reader is using Liferay, the most frequently referenced portal server in this book, they should not expect to be able to get up to speed with any specific portal server. My target portal server, for example, was IBM WebSphere Portal 6.1.0, and this specific portal server is only mentioned in passing a few times by the author. Usage of the XML Configuration Interface, commonly known as XMLAccess, for example, which is a requirement when using the portal server in my project environment, was not covered. Personalization rules and managing portal pages was also not covered. As with other Java specifications, much is left up to implementers with regard to what is under the covers, but as with application servers, portal servers also provide features that sit outside these specifications. While I did not purchase this text expecting that the WebSphere implementation would be covered, as a novice in this space I also was not aware how much I would be dependent on product specific features. Well recommended guide and reference for those new to portal development, especially with Spring Portlet MVC.

    4 of 5 people found the following review helpful.
    Best Portlet Development book period!!!
    By John J. Ryan
    Read this book first, then download the documentation for the portlet container you plan to write on.

    I have read many books on portal development, and Liferay development in particular and this book is by far the best for a serious Java developer wanting to increase their portal development skill in areas that can be applied across portal containers. Many of the books out now are little more than an introduction to the portal container or an extension to the admin Guide. This book goes where others don't. It actually has examples that the reader can follow step by step, without the many headaches the other books require. The source code is well written and displays many nice features of Spring as well as the portlet spec. This book puts the "in Action" back in the brand many of us once relied on for step by step IT instruction.

    This book will make you a better developer in the Spring MVC space and get you proficient in the portal space as well. The book covers validation, security, localization, caching, Portal Admin, portlet tag library, inter portlet communication, Spring Portlet MVC, Hibernate, Spring annotations, integrating portlets with databases, personalization of portlets, Ajax portlets, iFrame portlets, wicket portlets, WSRP, building a custom portal. It is both a great learning tool for portlet development and great polisher for Spring skills as well.

    If you do any portlet development or are thinking of doing any you need this book. If you are working with Liferay at all then this book is a MUST HAVE for you, even more than the admin guide.

    4 of 5 people found the following review helpful.
    Must have for all portlet developers.
    By Neeraj Pandey
    I am working in portal/portlet development for the last 2 years and I was looking for a good Portal book for the last 2 years or so. This is the first major book for portal and portlet technology. After reading this I would like to congratulate author as he has given a book which is helpful for new as well as experienced portal/portlet developers.This book gives a complete insight of Portlet technology as well as Spring Portlet MVC framework with good code examples.The author has covered almost everything necessary for portlet development e.g. portal framework explanation, various frameworks that can be used for portlet development and advanced topics like Ajax integration with portlet technology with examples including several JavaScript libraries and Ajax frameworks like DOJO,DWR.
    This book is a must have for all Portlet developers.

    See all 8 customer reviews...

    Portlets in Action, by Ashish Sarin PDF
    Portlets in Action, by Ashish Sarin EPub
    Portlets in Action, by Ashish Sarin Doc
    Portlets in Action, by Ashish Sarin iBooks
    Portlets in Action, by Ashish Sarin rtf
    Portlets in Action, by Ashish Sarin Mobipocket
    Portlets in Action, by Ashish Sarin Kindle

    [X890.Ebook] Download Portlets in Action, by Ashish Sarin Doc

    [X890.Ebook] Download Portlets in Action, by Ashish Sarin Doc

    [X890.Ebook] Download Portlets in Action, by Ashish Sarin Doc
    [X890.Ebook] Download Portlets in Action, by Ashish Sarin Doc

    Tidak ada komentar:

    Posting Komentar