Building portals with the Java Portlet API:
Saved in:
Main Authors: | , |
---|---|
Format: | Book |
Language: | English |
Published: |
New York
Apress
2004
|
Subjects: | |
Links: | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017439699&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
Physical Description: | XXI, 393 S. |
ISBN: | 1590592840 |
Staff View
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV023797496 | ||
003 | DE-604 | ||
005 | 20080826000000.0 | ||
007 | t| | ||
008 | 050811s2004 xx |||| 00||| eng d | ||
020 | |a 1590592840 |9 1-590-59284-0 | ||
035 | |a (OCoLC)249099060 | ||
035 | |a (DE-599)BVBBV023797496 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-634 | ||
082 | 0 | |a 025.04 | |
100 | 1 | |a Linwood, Jeff |e Verfasser |4 aut | |
245 | 1 | 0 | |a Building portals with the Java Portlet API |c Jeff Linwood ; Dave Minter |
264 | 1 | |a New York |b Apress |c 2004 | |
300 | |a XXI, 393 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Portal |g Internet |0 (DE-588)4634625-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Portal |g Internet |0 (DE-588)4634625-9 |D s |
689 | 0 | 1 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Minter, Dave |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017439699&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-017439699 |
Record in the Search Index
_version_ | 1819314098415861760 |
---|---|
adam_text | Titel: Building portals with the Java Portlet API
Autor: Linwood, Jeff
Jahr: 2004
Contents
Foreword............................................................xi
About the Authors.................................................xiii
About the Technical Reviewer ....................................xiv
Acknowledgments ....................................................xv
Introduction ......................................................xvii
Chapter 1 Introduction to Portals and Portlets.....i
Providing a Solution with Portals................................l
Designing the Portal s Information Architecture................2
Portal Application Architecture .................................. 5
Building Portlets with the Portlet API .......................... 6
Providing Technical Solutions with Portals......................7
Security and Single Sign-On.......................................7
Content Syndication and RSS ....................................... 7
Searching Content from the Portal................................7
Portals and Web Services ..........................................8
Integrating Existing Applications into the Portal..............9
Using Charts in the Portal.......................................w
Content Management and Portlets .................................10
Summary.............................................................10
Chapter 2 Portlet Basics..................................u
First Portlet......................................................12
Building the Portlet Application................................15
Packaging ..........................................................19
Deploying ..........................................................19
Running.............................................................21
Portlet Programming 101 ..........................................21
GenericPortlet.....................................................21
Portlet Requests ..................................................22
Portlet Response ..................................................23
Enhancing the Portlet.............................................25
Web.xml Deployment Descriptor ................................... 37
Packaging and Deploying ..........................................38
Running.............................................................39
Summary.............................................................40
Chapter 3 The Portlet Life Cycle.......................4i
The Portlet Interface.............................................41
Overview ...........................................................44
Creation of the Portlet ..........................................44
Request Handling ..................................................47
Destroying the Portlet ...........................................51
Threading Issues ..................................................51
Summary.............................................................71
Chapter 4 Portlet Concepts...............................73
Portlet Requests .................................................. 73
Render Request.....................................................78
Action Request and File Uploading...............................78
Portlet Response .................................................. 85
Render Response ...................................................86
Action Response ................................................... 89
Portlet Context ................................................... 92
Sessions ........................................................... 98
Sessions and Interportlet Communication.......................102
Content Markup Types.............................................105
Portlet Modes.....................................................107
Window States.....................................................113
Caching............................................................im
Style Sheets and the User Experience ..........................116
Summary............................................................in
Chapter 5 Using Servlets and 3avaServer Pages
with Portlets..................................119
Portlets, Servlets, and DSP Design Goals......................119
Portlet Request Dispatcher......................................120
Request and Response Objects ...................................126
Session Management Between a Portlet and a Servlet
or JSP..........................................................131
Creating a Form in JSP..........................................132
Using the Portlet JSP Tag Library..............................132
To-Do List Portlet Example......................................137
The web.xml Deployment Descriptor..............................153
Directory Structure of the Application........................153
Complete Code Listing for the To-Do List Portlet ............154
Summary............................................................158
Chapter 6 Packaging and Deployment
Descriptors.....................................159
Portlet Application Packaging ..................................159
Versioning ........................................................159
Portlet Application Deployment Descriptor Structure .........160
Web Application Deployment Descriptor .........................170
XDoclet Portlet Support ......................................... 171
Summary............................................................184
Chapter 7 Portal and Portlet Configuration.........185
Using the PortalContext to Retrieve Information
About the Portal...............................................185
Using the PortletConfig Object .................................190
Using Portlet Preferences.......................................195
Summary............................................................208
Chapter 8 Security and Single Sign-On...............209
Portlet Security ................................................. 210
Summary............................................................238
Chapter 9 RSS and Syndication..........................239
Overview of RSS ..................................................239
Walking Through an Example RSS File .......................... 240
RSS Browsers......................................................246
Displaying Syndicated Information in Portlets ................ 247
Syndicating Out ..................................................249
Summary............................................................253
Chapter 10 Integrating the Lucene
Search Engine..................................255
Overview of Lucene...............................................255
Downloading and Installing Lucene..............................256
Lucene Concepts ..................................................256
Building an Index with Lucene ..................................263
Designing a Portlet to Search the Index.......................270
Developing a Portlet for Lucene................................271
Indexing Other Types of Content................................277
Lucene and Different Types of Content .........................279
Summary............................................................280
Chapter ll Personalization and User
Attributes.......................................28i
Making a Good Impression........................................281
Making Choices ................................................... 289
Summary............................................................294
Chapter 12 Web Services for Remote Portlets
(WSRP) and Application Syndication......295
WSRP Overview.....................................................295
WSRP and the Java Portlet API ..................................298
WSRP Markup in Content Fragments...............................299
Using WSRP........................................................304
Common Problems with Application Syndication ................. 304
Future Directions of WSRP.......................................306
Summary............................................................306
Chapter 13 Exposing an Existing Application
As a Portlet....................................307
Overview of the YAZD Forum Software ...........................307
Deciding What to Change.........................................309
Displaying Screens in a Portlet................................312
Getting Configuration Information..............................332
Issues Encountered in Our Example ............................338
Summary............................................................338
Chapter 14 Charting with JFreeChart....................339
Building Charts and Graphs with JFreeChart ...................339
Chart Types.......................................................340
Basic JFreeChart Example........................................343
Providing Data to the Chart ....................................347
Displaying Charts from a Portlet...............................350
Portlet Extensions to JFreeChart...............................354
Portlet Example with a 3D Pie Chart ...........................354
Summary............................................................357
Chapter 15 Content Management Systems.................359
Overview of Content Management Systems........................359
Integration with a Content Management System.................361
Common Problems with CMS and Portals ..........................361
Java Content Repository API (JSR 170) .........................362
WebDAV.............................................................368
WebDAV Methods ...................................................368
Slide WebDAV Client Library.....................................370
WebDAV Portlet ................................................... 371
Summary............................................................380
Index.............................................................38i
|
any_adam_object | 1 |
author | Linwood, Jeff Minter, Dave |
author_facet | Linwood, Jeff Minter, Dave |
author_role | aut aut |
author_sort | Linwood, Jeff |
author_variant | j l jl d m dm |
building | Verbundindex |
bvnumber | BV023797496 |
ctrlnum | (OCoLC)249099060 (DE-599)BVBBV023797496 |
dewey-full | 025.04 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 025 - Operations of libraries and archives |
dewey-raw | 025.04 |
dewey-search | 025.04 |
dewey-sort | 225.04 |
dewey-tens | 020 - Library and information sciences |
discipline | Allgemeines |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01291nam a2200349zc 4500</leader><controlfield tag="001">BV023797496</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080826000000.0</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">050811s2004 xx |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1590592840</subfield><subfield code="9">1-590-59284-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)249099060</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV023797496</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-634</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">025.04</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Linwood, Jeff</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Building portals with the Java Portlet API</subfield><subfield code="c">Jeff Linwood ; Dave Minter</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York</subfield><subfield code="b">Apress</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXI, 393 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Portal</subfield><subfield code="g">Internet</subfield><subfield code="0">(DE-588)4634625-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Portal</subfield><subfield code="g">Internet</subfield><subfield code="0">(DE-588)4634625-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Minter, Dave</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017439699&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-017439699</subfield></datafield></record></collection> |
id | DE-604.BV023797496 |
illustrated | Not Illustrated |
indexdate | 2024-12-20T13:34:20Z |
institution | BVB |
isbn | 1590592840 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017439699 |
oclc_num | 249099060 |
open_access_boolean | |
owner | DE-634 |
owner_facet | DE-634 |
physical | XXI, 393 S. |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Apress |
record_format | marc |
spellingShingle | Linwood, Jeff Minter, Dave Building portals with the Java Portlet API Java Programmiersprache (DE-588)4401313-9 gnd Portal Internet (DE-588)4634625-9 gnd |
subject_GND | (DE-588)4401313-9 (DE-588)4634625-9 |
title | Building portals with the Java Portlet API |
title_auth | Building portals with the Java Portlet API |
title_exact_search | Building portals with the Java Portlet API |
title_full | Building portals with the Java Portlet API Jeff Linwood ; Dave Minter |
title_fullStr | Building portals with the Java Portlet API Jeff Linwood ; Dave Minter |
title_full_unstemmed | Building portals with the Java Portlet API Jeff Linwood ; Dave Minter |
title_short | Building portals with the Java Portlet API |
title_sort | building portals with the java portlet api |
topic | Java Programmiersprache (DE-588)4401313-9 gnd Portal Internet (DE-588)4634625-9 gnd |
topic_facet | Java Programmiersprache Portal Internet |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017439699&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT linwoodjeff buildingportalswiththejavaportletapi AT minterdave buildingportalswiththejavaportletapi |