ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب JBoss Portal Server Development

دانلود کتاب توسعه سرور پورتال JBoss

JBoss Portal Server Development

مشخصات کتاب

JBoss Portal Server Development

دسته بندی: مدیریت سیستم
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 1847194109, 9781847194107 
ناشر:  
سال نشر: 2009 
تعداد صفحات: 276 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 10 مگابایت 

قیمت کتاب (تومان) : 39,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 15


در صورت تبدیل فایل کتاب JBoss Portal Server Development به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب توسعه سرور پورتال JBoss نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب توسعه سرور پورتال JBoss

با استفاده از مثال های کاربردی، نحوه توسعه یک سیستم پورتال حرفه ای با استفاده از سرور پورتال JBoss را بیاموزید. این کتاب برای توسعه دهندگان پورتال، مدیران پورتال، طراحان و معمارانی است که بر روی پلت فرم جاوا کار می کنند و می خواهند راه حل های پورتال وب بسازند. این کتاب انتظار دانش تخصصی از فناوری‌های پورتال یا JEE را ندارد، اما درک اولیه فناوری‌های وب و پلت فرم جاوا/JEE را فرض می‌کند. با این حال، مفاهیم به اندازه‌ای روشن هستند که هر توسعه‌دهنده ماهری می‌تواند به راحتی ارزش فوری کتاب را بیابد و شروع به ایجاد برنامه‌های پرتال پویا کند.


توضیحاتی درمورد کتاب به خارجی

Learn how to develop a professional portal system using JBoss portal server with the help of practical examples. This book is for portal developers, portal administrators, designers and architects working on the Java platform, who want to build web portal solutions. The book doesn't expect an expert knowledge of portal or JEE technologies, but does presume a basic understanding of web technologies and the Java/JEE platform. However, the concepts are lucid enough that any competent developer can easily find immediate value in the book and start creating dynamic portal applications.



فهرست مطالب

Cover......Page 0
Table of Contents......Page 9
Preface......Page 15
Portals......Page 21
Why portals?......Page 22
Vertical portal......Page 23
User-based portals......Page 25
B2E portal......Page 26
Portal servers......Page 27
Portlets and portlet container......Page 28
Constructing a view......Page 30
Servlets and portlets......Page 31
Summary......Page 32
JBoss portal server......Page 33
Features......Page 34
Getting the software......Page 35
Installation......Page 36
JBoss portal packaged with JBoss application server......Page 37
JBoss portal binary without the server......Page 39
Configuration......Page 42
Changing the portal port......Page 43
Setting email service......Page 44
Getting started......Page 45
Creating our first portal page......Page 47
Summary......Page 49
Portal page......Page 51
JSR-168 and JSR-286—Java portlet specification......Page 52
Portlet modes......Page 53
Window states......Page 54
Portlet package structure......Page 55
Writing the code......Page 56
portlet.xml......Page 58
sayhello-object.xml......Page 60
Building the application......Page 62
Deploying the application......Page 63
Accessing the page and portal URL......Page 64
Summary......Page 65
The Presentation tier in portals......Page 67
Writing the code......Page 68
Portlet class......Page 69
JSPs and portlet tags......Page 71
Application descriptors......Page 72
Building the application......Page 73
Deploying the application......Page 74
JSR -301 Portlet Bridge......Page 75
Application descriptors......Page 76
Deploying the application......Page 79
Building a sample application: an intranet portal......Page 80
Creating the MyCompany portal......Page 81
A JSP portlet......Page 83
Summary......Page 90
Personalization and customization......Page 91
Personalizing the portal......Page 92
Rules-based......Page 93
Personalized interface......Page 94
Layouts......Page 95
Themes......Page 100
RenderSets......Page 103
Custom development......Page 107
Personalized content......Page 110
Access-level based portlets......Page 111
Preference-based portlets......Page 112
Customizing the portal......Page 113
Setting preferences......Page 114
Usability settings......Page 118
Summary......Page 120
Rich user interfaces and AJAX......Page 121
Asynchronous JavaScript and XML or AJAX......Page 122
AJAX in JBoss portal......Page 124
JSR-168 AJAX limitations......Page 125
JSR-286 and AJAX......Page 127
The front-end......Page 129
The server-side portlet......Page 131
Deployment......Page 132
Layout markup......Page 134
AJAX support for content......Page 136
Drag-and-Drop......Page 137
Partial content refresh......Page 138
Portlet configuration......Page 139
Constraints in implementing partial refresh......Page 140
State management......Page 141
Summary......Page 142
Database use in portal......Page 143
Hibernate......Page 144
Hibernate configuration for portal features......Page 145
Content management system database storage......Page 146
Configuring and using Hibernate......Page 147
Creating the persistent class......Page 148
Setting up database......Page 149
Configuring Hibernate......Page 152
Creating the Data Access Object class......Page 153
The Portlet class and configuration......Page 155
Building and deployment......Page 158
Summary......Page 160
Content management systems......Page 161
Adding content to portal......Page 163
Adding content to portal pages......Page 165
Editing content......Page 168
CMS service configuration......Page 174
Content storage configuration......Page 175
100% filesystem storage......Page 176
CMS Interceptors......Page 177
Activation and configuration......Page 179
Summary......Page 181
Portal security......Page 183
Using the management console......Page 184
Using configuration files......Page 186
Authentication......Page 191
User and role management......Page 193
The authorization provider......Page 195
Making a programmatic security check......Page 196
Configuring an authorization domain......Page 197
LDAP configuration......Page 198
Single sign-on......Page 201
Managing users using admin console......Page 203
Identity portlets......Page 204
Captcha support......Page 205
Lost and reset passwords......Page 206
Configuration......Page 207
Identity management API......Page 208
Content management system security......Page 209
CMS security configuration......Page 210
Summary......Page 211
Remoting in portal servers......Page 213
Web Service for Remote Portlets......Page 214
WSRP actors......Page 215
Producer......Page 216
Consumer......Page 217
Process flow......Page 218
Base......Page 219
Base......Page 220
WSRP in JBoss portal......Page 221
WSRP implementation support......Page 222
Enabling remoting in portlets......Page 223
Producer configuration......Page 224
Customization......Page 225
Remote producer configuration using Admin portlet......Page 226
Remote producer configuration using the WSRP producer descriptor......Page 229
Managing consumer configuration......Page 230
Summary......Page 231
Going from JSR-168 to JSR-286......Page 233
Portlet coordination and inter-portlet communication......Page 234
Portlet events......Page 235
Public render parameters......Page 237
JSR-168 inter-portlet communication......Page 238
Coding listener and portlets......Page 239
Configuring the listener and portlets......Page 241
Portlet events-based coordination......Page 242
Creating and retrieving events......Page 244
Configuring events......Page 245
Deploying portlets......Page 247
Configuring public render parameters......Page 249
Additional JBoss coordination features......Page 251
Explicit coordination configuration......Page 252
Portlet filters......Page 259
Creating the filter......Page 261
Deployment......Page 262
Epilogue......Page 263
Index......Page 265




نظرات کاربران