EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Liferay in Action

    Book Details:
  • Author : Rich Sezov
  • Publisher : Simon and Schuster
  • Release : 2011-09-19
  • ISBN : 1638352526
  • Pages : 566 pages

Download or read book Liferay in Action written by Rich Sezov and published by Simon and Schuster. This book was released on 2011-09-19 with total page 566 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Liferay in Action is a comprehensive and authoritative guide to building portals on the Liferay 6 platform. Fully supported and authorized by Liferay, this book guides you smoothly from your first exposure to Liferay through the crucial day-to-day tasks of building and maintaining an enterprise portal that works well within your existing IT infrastructure. About the Technology A portal is a website built around a collection of components that request, display, and share information. Liferay Portal 6, an enterprise-ready development platform, makes it a snap to build portals that integrate with your existing backend systems and provide a rich interactive user experience. Because Liferay uses standard Java and JavaScript, along with built-in SOAP and JSON support for web services, developers can be productive immediately. And since it's available in both a free, open source version as well as a fully-supported commercial edition, it's an affordable solution for almost any business or organization About the Book Liferay in Action is the official guide to building Liferay portal applications using Java and JavaScript. If you've never used Liferay before, don't worry. This book starts with the basics: setting up your development environment and creating a working portal. Then, it builds on that foundation to help you discover social features, tagging, ratings, and more. You'll also explore the Portlet 2.0 API, and learn to create custom themes and reusable templates. Experienced developers will learn how to use new Liferay APIs to build social and collaborative sites, use the message bus and workflow, implement indexing and search, and more. This book was developed in close collaboration with Liferay engineers, so it answers the right questions, and answers them in depth. No experience with Liferay or the Portlets API is required, but basic knowledge of Java and web technology is assumed. 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 Liferay Portal 6 Covers both the commercial and open source versions Custom portlet development using the Portlet 2.0 spec Liferay's social network API Add functionality with hooks and Ext plugins ====================================== Table of Contents PART 1 WORKING WITH LIFERAY AND PORTLETS The Liferay difference Getting started with the Liferay development platform PART 2 WRITING APPLICATIONS ON LIFERAY'S PLATFORM A data-driven portlet made easy MVC the Liferay way Designing your site with themes and layout templates Making your site social Enabling user collaboration PART 3 CUSTOMIZING LIFERAY Hooks Extending Liferay effectively A tour of Liferay APIs

Book Liferay in Action

    Book Details:
  • Author : Rich Sezov
  • Publisher : Manning Publications
  • Release : 2011-09-30
  • ISBN : 9781935182825
  • Pages : 376 pages

Download or read book Liferay in Action written by Rich Sezov and published by Manning Publications. This book was released on 2011-09-30 with total page 376 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Liferay in Action is a comprehensive and authoritative guide to building portals on the Liferay 6 platform. Fully supported and authorized by Liferay, this book guides you smoothly from your first exposure to Liferay through the crucial day-to-day tasks of building and maintaining an enterprise portal that works well within your existing IT infrastructure. About the Technology A portal is a website built around a collection of components that request, display, and share information. Liferay Portal 6, an enterprise-ready development platform, makes it a snap to build portals that integrate with your existing backend systems and provide a rich interactive user experience. Because Liferay uses standard Java and JavaScript, along with built-in SOAP and JSON support for web services, developers can be productive immediately. And since it's available in both a free, open source version as well as a fully-supported commercial edition, it's an affordable solution for almost any business or organization About the Book Liferay in Action is the official guide to building Liferay portal applications using Java and JavaScript. If you've never used Liferay before, don't worry. This book starts with the basics: setting up your development environment and creating a working portal. Then, it builds on that foundation to help you discover social features, tagging, ratings, and more. You'll also explore the Portlet 2.0 API, and learn to create custom themes and reusable templates. Experienced developers will learn how to use new Liferay APIs to build social and collaborative sites, use the message bus and workflow, implement indexing and search, and more. This book was developed in close collaboration with Liferay engineers, so it answers the right questions, and answers them in depth. No experience with Liferay or the Portlets API is required, but basic knowledge of Java and web technology is assumed. 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 Liferay Portal 6 Covers both the commercial and open source versions Custom portlet development using the Portlet 2.0 spec Liferay's social network API Add functionality with hooks and Ext plugins ====================================== Table of Contents PART 1 WORKING WITH LIFERAY AND PORTLETS The Liferay difference Getting started with the Liferay development platform PART 2 WRITING APPLICATIONS ON LIFERAY'S PLATFORM A data-driven portlet made easy MVC the Liferay way Designing your site with themes and layout templates Making your site social Enabling user collaboration PART 3 CUSTOMIZING LIFERAY Hooks Extending Liferay effectively A tour of Liferay APIs

Book Portlets in Action

    Book Details:
  • Author : Ashish Sarin
  • Publisher : Manning Publications
  • Release : 2011-09-30
  • ISBN : 9781935182542
  • Pages : 640 pages

Download or read book Portlets in Action written by Ashish Sarin and published by Manning Publications. This book was released on 2011-09-30 with total page 640 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Contents PART 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)

Book Liferay Portal Systems Development

Download or read book Liferay Portal Systems Development written by Jonas X Yuan, Dr and published by Packt Publishing Ltd. This book was released on 2012-01-26 with total page 665 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book focuses on teaching by example. Every chapter provides an overview, and then dives right into hands-on examples so you can see and play with the solution in your own environment. This book is for Java developers who don't need any prior experience with Liferay portal. Although Liferay portal makes heavy use of open source frameworks, no prior experience of using these is assumed.

Book Liferay Beginner s Guide

Download or read book Liferay Beginner s Guide written by Robert Chen and published by Packt Publishing Ltd. This book was released on 2011-12-01 with total page 631 pages. Available in PDF, EPUB and Kindle. Book excerpt: Part of Packt's Beginner's Guide series, each chapter follows the creation of a fictional neighbourhood site to demonstrate an aspect of Liferay portal with practical examples, screenshots, and step-by-step instructions. All you need in order to benefit from the Liferay Beginner's Guide is programming experience. No prior knowledge of Liferay is required, although experienced Liferay portal programmers who need to get up to speed with its latest features will also find this book useful.

Book Liferay Portal Administrator s Guide  3rd Edition

Download or read book Liferay Portal Administrator s Guide 3rd Edition written by Richard Sezov and published by . This book was released on 2009 with total page 314 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Liferay Portal Administrator's Guide is your complete guide to installing, integrating, configuring, and maintaining Liferay Portal. This comprehensive guide will show you how to install Liferay Portal, configure it for your use, and maintain your Liferay-powered site on a day-to-day basis. From installing a bundle to creating your users; from managing site security to administering message boards; from integrating single sign-on to configuring a Liferay cluster, every aspect of running Liferay Portal is covered.

Book Liferay Administrator s Guide  2nd Edition

Download or read book Liferay Administrator s Guide 2nd Edition written by Richard Sezov and published by Lulu.com. This book was released on 2008 with total page 274 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Liferay Portal Administrator's Guide is your complete guide to installing, integrating, configuring, and maintaining Liferay Portal. This comprehensive guide will show you how to install Liferay Portal, configure it for your use, and maintain your Liferay-powered site on a day-to-day basis. From installing a bundle to configuring a Liferay cluster, every aspect of running Liferay Portal is covered. This newly-updated guide is your roadmap to a successful implementation of Liferay Portal. Now covering Liferay Portal 5.1 and below, this book contains the information you need to keep your portal environment running smoothly.

Book Alfresco Developer Guide

Download or read book Alfresco Developer Guide written by Jeff Potts and published by Packt Publishing Ltd. This book was released on 2008-10-31 with total page 844 pages. Available in PDF, EPUB and Kindle. Book excerpt: Customizing Alfresco with actions, web scripts, web forms, workflows, and more

Book Portlets in Action

    Book Details:
  • Author : Ashish Sarin
  • Publisher : Simon and Schuster
  • Release : 2011-09-15
  • ISBN : 1638352364
  • Pages : 1017 pages

Download or read book Portlets in Action written by Ashish Sarin and published by Simon and Schuster. This book was released on 2011-09-15 with total page 1017 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Contents PART 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)

Book Liferay Portal Systems Development

Download or read book Liferay Portal Systems Development written by Jonas X. Yuan and published by Packt Pub Limited. This book was released on 2011-01 with total page 546 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book focuses on teaching by example. Every chapter provides an overview, and then dives right into hands-on examples so you can see and play with the solution in your own environment. This book is for Java developers who don't need any prior experience with Liferay portal. Although Liferay portal makes heavy use of open source frameworks, no prior experience of using these is assumed.

Book Book of Vaadin

    Book Details:
  • Author : Marko Grönroos
  • Publisher : Lulu.com
  • Release : 2009-04-09
  • ISBN : 9529267533
  • Pages : 697 pages

Download or read book Book of Vaadin written by Marko Grönroos and published by Lulu.com. This book was released on 2009-04-09 with total page 697 pages. Available in PDF, EPUB and Kindle. Book excerpt: Vaadin is a unique server-driven web application framework that allows you to program on the server-side in Java. If you need new components, you can continue with Java on the client-side with Google Web Toolkit. It runs in the browser without any plugins. The Book of Vaadin gives you an overview of web application development with Vaadin and covers all the core features and components with clear explanations and code examples.

Book Brewster  A Novel

    Book Details:
  • Author : Mark Slouka
  • Publisher : W. W. Norton & Company
  • Release : 2013-08-05
  • ISBN : 0393240517
  • Pages : 288 pages

Download or read book Brewster A Novel written by Mark Slouka and published by W. W. Norton & Company. This book was released on 2013-08-05 with total page 288 pages. Available in PDF, EPUB and Kindle. Book excerpt: "Intense and elegiac…devastatingly agile." —New York Times Book Review The year is 1968. The world is changing, and sixteen-year-old Jon Mosher is determined to change with it. Racked by guilt over his older brother’s childhood death and stuck in the dead-end town of Brewster, New York, he turns his rage into victories running track. Meanwhile, Ray Cappicciano, a rebel as gifted with his fists as Jon is with his feet, is trying to take care of his baby brother while staying out of the way of his abusive, ex-cop father. When Jon and Ray form a tight friendship, they find in each other everything they lack at home, but it’s not until Ray falls in love with beautiful, headstrong Karen Dorsey that the three friends begin to dream of breaking away from Brewster for good. Freedom, however, has its price. As forces beyond their control begin to bear down on them, Jon sets off on the race of his life—a race to redeem his past and save them all. Mark Slouka's work has been called "relentlessly observant, miraculously expressive" (New York Times Book Review). Reverberating with compassion, heartache, and grace, Brewster is an unforgettable coming-of-age story from one of our most compelling novelists. A New York Times Book Review Editor’s Choice A Washington Post Notable Book of 2013 A Barron’s Favorite Book of the Year, selected by Daniel Woodrell A Booklist Best Adult Books for Young Adults Editor’s Choice 2013

Book God s Unfinished Book

    Book Details:
  • Author : Ray C. Stedman
  • Publisher : Our Daily Bread Publishing
  • Release : 2015-04-29
  • ISBN : 1627073183
  • Pages : 618 pages

Download or read book God s Unfinished Book written by Ray C. Stedman and published by Our Daily Bread Publishing. This book was released on 2015-04-29 with total page 618 pages. Available in PDF, EPUB and Kindle. Book excerpt: Filled with adventure, the New Testament book of Acts tells of thrilling escapes, people in peril, conflict and intrigue, travel through the ancient world, storms and shipwrecks, and steadfast faith amidst overwhelming obstacles. Join Pastor Ray Stedman in what he calls God's unfinished book, as he brings the history, adventure, and profound but practical meaning of this book to life in readable, everyday language.

Book Eco Republic

    Book Details:
  • Author : Melissa Lane
  • Publisher : Princeton University Press
  • Release : 2011-10-17
  • ISBN : 1400838355
  • Pages : 257 pages

Download or read book Eco Republic written by Melissa Lane and published by Princeton University Press. This book was released on 2011-10-17 with total page 257 pages. Available in PDF, EPUB and Kindle. Book excerpt: Ancient lessons for sustainable citizenship An ecologically sustainable society cannot be achieved without citizens who possess the virtues and values that will foster it, and who believe that individual actions can indeed make a difference. Eco-Republic draws on ancient Greek thought—and Plato's Republic in particular—to put forward a new vision of citizenship that can make such a society a reality. Melissa Lane develops a model of a society whose health and sustainability depend on all its citizens recognizing a shared standard of value and shaping their personal goals and habits accordingly. Bringing together the moral and political ideas of the ancients with the latest social and psychological theory, Lane illuminates the individual's vital role in social change, and articulates new ways of understanding what is harmful and what is valuable, what is a benefit and what is a cost, and what the relationship between public and private well-being ought to be. Eco-Republic reveals why we must rethink our political imagination if we are to meet the challenges of climate change and other urgent environmental concerns. Offering a unique reflection on the ethics and politics of sustainability, the book goes beyond standard approaches to virtue ethics in philosophy and current debates about happiness in economics and psychology. Eco-Republic explains why health is a better standard than happiness for capturing the important links between individual action and social good, and diagnoses the reasons why the ancient concept of virtue has been sorely neglected yet is more relevant today than ever.

Book Head First JQuery

    Book Details:
  • Author : Ryan Benedetti
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2011-09-21
  • ISBN : 1449393217
  • Pages : 539 pages

Download or read book Head First JQuery written by Ryan Benedetti and published by "O'Reilly Media, Inc.". This book was released on 2011-09-21 with total page 539 pages. Available in PDF, EPUB and Kindle. Book excerpt: Explains how to build complex scripting functionality with minimal coding, providing coverage of functions ranging from incorporating Ajax apps and overcoming the limits of HTML and CSS to building plug-ins and using animation

Book Liferay 6 x Portal Enterprise Intranets Cookbook

Download or read book Liferay 6 x Portal Enterprise Intranets Cookbook written by Piotr Filipowicz and published by Packt Publishing Ltd. This book was released on 2015-05-30 with total page 300 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you are a Java developer or administrator with a technical background and want to install and configure Liferay Portal as an enterprise intranet, this is the book for you. In short, reusable recipes help you realize business goals as working features in Liferay. This book will also give you useful hints on how to easily improve the default functionality of the system and its performance.

Book Alfresco 3 Cookbook

    Book Details:
  • Author : Snig Bhaumik
  • Publisher : Packt Publishing Ltd
  • Release : 2011-07-26
  • ISBN : 1849511098
  • Pages : 525 pages

Download or read book Alfresco 3 Cookbook written by Snig Bhaumik and published by Packt Publishing Ltd. This book was released on 2011-07-26 with total page 525 pages. Available in PDF, EPUB and Kindle. Book excerpt: Over 70 recipes for implementing the most important functionalities of Alfresco.