没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
JBoss® Portal 2.7.1
Reference Guide
January 2009
iii
Please Read: Important Trademark Information .................................................................. xi
JBoss Portal - Overview .................................................................................................. xiii
Feature List ..................................................................................................................... xv
Target Audience .............................................................................................................. xix
Acknowledgments ............................................................................................................ xxi
1. System Requirements ................................................................................................. 1
1.1. Minimum System Requirements .......................................................................... 1
1.2. Supported Operating Systems ............................................................................. 1
1.3. JBoss Application Server .................................................................................... 1
1.4. Databases .......................................................................................................... 1
1.5. Source Building .................................................................................................. 2
2. Installation ................................................................................................................... 3
2.1. The JBoss Portal and JBoss AS Bundle .............................................................. 3
2.2. Installing the Binary Download ............................................................................. 4
2.2.1. Setting up your Environment ..................................................................... 5
2.2.2. Deploying JBoss Portal ............................................................................ 8
2.3. Installing from the Sources .................................................................................. 9
2.3.1. Getting the Sources ................................................................................. 9
2.3.2. JBoss EAP and JBoss AS Setup ............................................................ 11
2.3.3. Building and Deploying from the Sources ................................................. 13
2.3.4. Database Setup ..................................................................................... 15
2.3.5. Datasource Configuration ........................................................................ 15
2.4. Deploying JBoss Portal ..................................................................................... 16
3. Customizing your Installation .................................................................................... 19
3.1. Changing the Port ............................................................................................. 19
3.2. Changing the Context Path ............................................................................... 20
3.2.1. Changing the context-root ....................................................................... 21
3.3. Forcing the Database Dialect ............................................................................. 21
3.3.1. Database Dialect Settings for JBoss Portal .............................................. 21
3.3.2. DB Dialect Settings for the CMS Component ........................................... 22
3.4. Configuring the Email Service ............................................................................ 22
3.5. Configuring proxy settings ................................................................................. 23
3.6. Disabling Dynamic Proxy Un-wrapping ............................................................... 24
4. Upgrading JBoss Portal 2.6 to 2.7 ............................................................................. 25
4.1. Usage of JBossActionRequest ........................................................................... 25
5. Portlet Primer ............................................................................................................ 27
5.1. JSR-168 and JSR-286 overview ........................................................................ 27
5.1.1. Portal Pages .......................................................................................... 27
5.1.2. Rendering Modes ................................................................................... 28
5.1.3. Window States ....................................................................................... 28
5.2. Tutorials ........................................................................................................... 29
5.2.1. Deploying your first Portlet ...................................................................... 29
5.2.2. JavaServer™ Pages Portlet Example ..................................................... 36
6. XML Descriptors ........................................................................................................ 45
JBoss® Portal 2.7.1
iv
6.1. DTDs ............................................................................................................... 45
6.1.1. The JBoss Portlet DTD ........................................................................... 46
6.1.2. The JBoss Portlet Instance DTD ............................................................. 50
6.1.3. The JBoss Portal Object DTD ................................................................. 54
6.1.4. The JBoss Portal App DTD ..................................................................... 62
6.2. Portlet Descriptors ............................................................................................ 63
6.2.1. *-object.xml Descriptors ...................................................................... 63
6.2.2. The portlet-instances.xml Descriptor ................................................. 66
6.2.3. The jboss-portlet.xml Descriptor ........................................................ 69
6.2.4. The portlet.xml Descriptor ................................................................... 72
6.3. JBoss Portal Descriptors ................................................................................... 74
6.3.1. Datasource Descriptors (portal-*-ds.xml) ............................................. 74
6.3.2. Portlet Debugging (jboss-portal.sar/conf/config.xml) ....................... 78
6.3.3. Log in to Dashboard ............................................................................... 78
6.4. Descriptor Examples ......................................................................................... 79
6.4.1. Defining a new Portal Page .................................................................... 79
6.4.2. Defining a new Portal Instance ............................................................... 83
7. Portal URLs ............................................................................................................... 87
7.1. Introduction to Portals ....................................................................................... 87
7.2. Accessing a Portal ............................................................................................ 88
7.3. Accessing a Page ............................................................................................. 88
7.4. Accessing CMS Content .................................................................................... 88
8. JBoss Portal support for Portlet 2.0 coordination features ........................................ 89
8.1. Introduction ....................................................................................................... 89
8.1.1. Explicit vs. implicit coordination ............................................................... 89
8.2. General configuration considerations .................................................................. 90
8.2.1. Overview of the configuration interface .................................................... 91
8.3. Alias Bindings ................................................................................................... 92
8.3.1. Definition ............................................................................................... 92
8.3.2. Configuration via XML ............................................................................ 93
8.3.3. Graphical configuration ........................................................................... 94
8.4. Parameter bindings ........................................................................................... 95
8.4.1. Definition ............................................................................................... 95
8.4.2. Configuration via XML ............................................................................ 96
8.4.3. Graphical configuration ........................................................................... 97
8.5. Event wirings .................................................................................................... 99
8.5.1. Definition ............................................................................................... 99
8.5.2. Configuration via XML ............................................................................ 99
8.5.3. Graphical configuration ......................................................................... 100
8.6. <implicit-mode> ............................................................................................... 103
8.7. Coordination Samples ..................................................................................... 104
9. Error Handling Configuration ................................................................................... 105
9.1. Error Types .................................................................................................... 105
9.2. Control Policies ............................................................................................... 105
v
9.2.1. Policy Delegation and Cascading .......................................................... 105
9.2.2. Default Policy ....................................................................................... 105
9.2.3. Portal Policy ......................................................................................... 106
9.2.4. Page Policy .......................................................................................... 106
9.3. Configuration using XML Descriptors ................................................................ 106
9.3.1. Portal Policy Properties ......................................................................... 106
9.3.2. Page Policy Properties ......................................................................... 108
9.4. Using JSP™ to Handle Errors ......................................................................... 109
9.5. Configuration using the Portal Management Application ..................................... 110
10. Content Integration ................................................................................................ 113
10.1. Window content ............................................................................................ 114
10.2. Content customization ................................................................................... 115
10.3. Content Driven Portlet ................................................................................... 115
10.3.1. Displaying content .............................................................................. 115
10.3.2. Configuring content ............................................................................. 115
10.3.3. Step by step example of a content driven portlet ................................... 116
10.4. Configuring window content in deployment descriptor ...................................... 125
11. Widget Integration .................................................................................................. 127
11.1. Introduction ................................................................................................... 127
11.2. Widget portlet configuration ............................................................................ 127
12. Portlet Modes ......................................................................................................... 129
12.1. Admin Portlet Mode ....................................................................................... 129
12.1.1. Portlet configuration ............................................................................ 129
12.1.2. Declarative instance security configuration ........................................... 129
12.1.3. Instance security configuration with the administration portlet ................. 130
13. Portal API ............................................................................................................... 131
13.1. Introduction ................................................................................................... 131
13.2. Portlet to Portal communication ...................................................................... 132
13.2.1. Requesting a sign out ......................................................................... 132
13.2.2. Setting up the web browser title .......................................................... 132
13.3. Portal URL .................................................................................................... 133
13.4. Portal session ............................................................................................... 133
13.5. Portal runtime context .................................................................................... 134
13.6. Portal nodes ................................................................................................. 134
13.7. Portal navigational state ................................................................................ 136
13.8. Portal events ................................................................................................. 136
13.8.1. Portal node events ............................................................................. 137
13.8.2. Portal session events .......................................................................... 141
13.8.3. Portal user events .............................................................................. 141
13.9. Examples ...................................................................................................... 142
13.9.1. UserAuthenticationEvent example ........................................................ 142
13.9.2. Achieving Inter Portlet Communication with the events mechanism ......... 144
13.9.3. Link to other pages ............................................................................. 148
13.9.4. Samples ............................................................................................. 149
剩余403页未读,继续阅读
资源评论
tonny1228
- 粉丝: 4
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 波段高光谱图像:华盛顿特区购物中心的 HYDICE 图像 Washington DC Mall
- 光伏发电并网模型MATLAB SIMULINK Boost+三相逆变器 PLL锁相环 MPPT最大功率点跟踪控制(扰动观察法) dq解耦控制 电流内环电压外环的并网控制策略
- code训练项目1.0
- 基于知识图谱的红楼梦人物关系可视化及问答系统python源码+文档说明
- C#源代码,mini-led激光修复元件 1、控制Aerotech运动控制器运动平台; 2、良好的上位机类封装; 3、很好的上位机学习代码Demo; 4、固高运动控制器控制,CCD标定控制 5、轴定
- 毕业设计-Python基于知识图谱实现的红楼梦人物关系可视化及问答系统源码+文档说明
- 计算机科学与多领域视角下回文串特性及其广泛应用解析
- ch343se..07.zip
- EVE-COOK-BOOK-4.9-2021.pdf
- vos3000手机号段归属地2024年-43万条
- C++和Qt基于数据库Mysql的学生信息管理系统源码+数据库+实验报告
- Multitouch for Mac v1.27.42
- 汇川H5U PLC程序框架 触摸屏需要安EASY BUILDER 包含34轴程序样例 共3套,编程手册等 是比较完整的程序框架. PLC还是性价比挺高,特别是对于伺服的总线 主打的伺服控制是E
- 学习threejs,导入wrl格式的模型
- ENVI经常被删的idl
- MATALBmap安装包
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功