ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Mastering JavaServer Faces 2.2

دانلود کتاب تسلط بر JavaServer Faces 2.2

Mastering JavaServer Faces 2.2

مشخصات کتاب

Mastering JavaServer Faces 2.2

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 1782176462, 9781782176466 
ناشر: Packt Publishing 
سال نشر: 2014 
تعداد صفحات: 578 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 4 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Mastering JavaServer Faces 2.2 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب تسلط بر JavaServer Faces 2.2 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب تسلط بر JavaServer Faces 2.2

اگر تجربه استفاده از JavaServer Faces را دارید و می خواهید قدرت JSF 2.x را کشف کنید، این کتاب برای شما مناسب است. این کتاب که با دستورالعمل‌های واضح و مثال‌های عملی کامل شده است، به شما کمک می‌کند تا از JSF 2.2 حداکثر بهره را ببرید تا برنامه‌های تحت وب مبتنی بر JSF را بسازید، همانطور که مصنوعات و پیکربندی‌های JSF، Facelet و m را پوشش می‌دهید.


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

If you have experience using JavaServer Faces and want to explore the power of JSF 2.x, this book is for you. Complete with clear instructions and practical examples, this book will help you to get the most out of JSF 2.2 to build impressive JSF-based web applications as you cover JSF artifacts and configurations, Facelets, and m



فهرست مطالب

Cover......Page 1
Copyright......Page 3
Credits......Page 4
About the Author......Page 5
About the Reviewers......Page 6
www.PacktPub.com......Page 9
Table of Contents......Page 10
Preface......Page 18
Chapter 1: Dynamic Access to JSF Application Data through Expression Language (EL 3.0)......Page 24
EL operators......Page 25
EL reserved words......Page 26
Referencing a managed bean......Page 27
Referencing a managed bean\'s properties......Page 29
Referencing a managed bean\'s nested properties......Page 30
Referencing Java SE enumerated types......Page 32
Referencing collections......Page 33
EL implicit objects......Page 34
EL method expressions......Page 36
The conditional text in JSF......Page 38
Writing a custom EL resolver......Page 43
EL 3.0 overview......Page 52
Exploring lambda expressions......Page 53
Working with collection objects......Page 55
Summary......Page 57
Chapter 2: Communication in JSF......Page 58
Passing request parameters with the tag......Page 59
Working with view parameters......Page 63
Calling actions on GET requests......Page 70
Passing attributes with the tag......Page 75
Setting property values via action listeners......Page 78
Passing parameters using the Flash scope......Page 81
Replacing the tag with the JSTL tag......Page 86
Sending data through cookies......Page 87
Sending passwords......Page 89
Accessing UI component attributes programmatically......Page 90
Passing parameters via method expressions......Page 91
Communicating via the binding attribute......Page 92
Managed bean communication......Page 93
Injecting a managed bean into another bean......Page 94
Communication between managed beans using the application/session map......Page 95
Accessing other managed beans programmatically......Page 97
Summary......Page 99
JSF scopes versus CDI scopes......Page 100
The request scope......Page 103
The session scope......Page 107
The view scope......Page 109
The application scope......Page 111
The conversation scope......Page 113
The flow scope......Page 117
The simple flow......Page 121
Flows with beans......Page 124
Nested flows......Page 127
Configuring flows programmatically......Page 131
Flows and navigation cases......Page 133
Inspecting flow navigation cases......Page 136
Using the initializer and finalizer......Page 137
Using the flow switch......Page 140
Packaging flows......Page 142
Programmatic flow scope......Page 143
Dependent pseudo-scope......Page 147
The custom scope......Page 148
Writing the custom scope class......Page 149
Resolving a custom scope EL expression......Page 150
Controlling the custom scope lifespan with action listeners......Page 154
Controlling the custom scope lifespan with the navigation handler......Page 156
Beans injection......Page 159
Summary......Page 162
Chapter 4: JSF Configurations Using XML Files and Annotations – Part 1......Page 164
JSF 2.2 new namespaces......Page 165
JSF 2.2 programmatic configuration......Page 166
Configuring managed beans in XML......Page 167
Working with multiple configuration files......Page 173
Configuring locales and resource bundles......Page 175
Configuring validators and converters......Page 177
Configuring navigation......Page 185
Implicit navigation......Page 186
Conditional navigation......Page 189
Preemptive navigation......Page 191
Programmatic Navigation......Page 193
Configuring action listeners......Page 195
Application action listeners......Page 197
Using ......Page 200
Implementing SystemEventListener......Page 202
Configuring phase listeners......Page 208
Working with @ListenerFor and @ListenersFor......Page 213
Summary......Page 214
Chapter 5: JSF Configurations Using XML Files and Annotations – Part 2......Page 216
Configuring resource handlers......Page 217
Adding CSS and JS resources programmatically......Page 224
Configuring the view handler......Page 225
Overriding JSF renders......Page 229
Working with client behavior functionality......Page 235
JSF factories......Page 240
Configuring the global exception handler......Page 241
Configuring RenderKit factory......Page 244
Configuring PartialViewContext......Page 246
Configuring visitContext......Page 249
Configuring ExternalContext......Page 252
Configuring Flash......Page 256
JSF 2.2 Window ID API......Page 257
Configuring lifecycle......Page 263
Configuring the application......Page 267
Configuring VDL......Page 269
Combined power of multiple factories......Page 271
Summary......Page 272
Chapter 6: Working with Tabular Data......Page 274
Creating a simple JSF table......Page 275
The CollectionDataModel class of JSF 2.2......Page 278
Sorting tables......Page 283
Sorting and DataModel – CollectionDataModel......Page 289
Deleting a table row......Page 292
Editing/updating a table row......Page 294
Adding a new row......Page 297
Displaying row numbers......Page 299
Selecting a single row......Page 300
Selecting multiple rows......Page 302
Nesting tables......Page 304
Paginating tables......Page 305
Generating tables with the JSF API......Page 312
Filtering tables......Page 317
Alternate row colors with the rowclasses attribute......Page 323
Highlighting rows on mouse hover......Page 324
Highlighting rows on mouse click......Page 325
Summary......Page 326
Chapter 7: JSF and AJAX......Page 328
A simple JSF-AJAX example to get started......Page 329
The JSF-AJAX attributes......Page 330
The execute and render attributes......Page 331
The listener attribute......Page 333
The event attribute......Page 334
The onevent attribute – monitoring AJAX state on client......Page 335
The onerror attribute – monitoring AJAX errors on client......Page 337
Grouping components under tag......Page 339
Updating input fields with AJAX after validation error......Page 340
The Cancel and Clear buttons......Page 342
Value submitted to a view scoped managed bean......Page 343
Value submitted to a request scoped managed bean......Page 344
Mixing AJAX and flow scope......Page 346
Postback and AJAX......Page 350
Postback request\'s conditional rendering/executing......Page 352
Is it a non-AJAX request?......Page 355
Queue control for AJAX requests......Page 357
Explicit loading of jsf.js......Page 359
Depicting the params value......Page 360
Non-UICommand components and jsf.ajax.request......Page 361
Customizing jsf.js......Page 364
AJAX and the progress bar/indicator......Page 367
Summary......Page 369
Working with HTML5 and JSF 2.2......Page 370
Pass-through attributes......Page 371
Pass-through elements......Page 373
JSF 2.2 – HTML5 and Bean Validation 1.1 (Java EE 7)......Page 375
JSF 2.2 upload feature......Page 376
A simple JSF 2.2 upload example......Page 378
Using multiple elements......Page 380
Extracting info about a file to be uploaded......Page 381
Writing uploaded data to a disk......Page 383
Upload validator......Page 385
Ajaxify the upload......Page 386
Uploading images with preview......Page 387
Uploading multiple files......Page 395
Upload and the indeterminate progress bar......Page 398
Upload and the determinate progress bar......Page 400
Summary......Page 404
JSF saving the view state......Page 406
Partial state saving and tree visiting......Page 407
JSF saving view state on the server or client......Page 408
JSF logical and physical views......Page 411
Saving the state in a database – an experimental application......Page 412
Writing the custom ResponseStateManager class......Page 415
Adding MongoDB in equation......Page 417
Handling ViewExpiredException......Page 420
Server-state serialization in a session......Page 423
JSF 2.2 is stateless......Page 424
The view scoped beans and the stateless feature......Page 426
JSF security notes......Page 428
SQL injection......Page 429
Summary......Page 430
Chapter 10: JSF Custom Components......Page 432
Building noncomposite custom components......Page 433
Writing a custom tag handler......Page 436
Dissecting a custom component......Page 437
Custom component implementation......Page 440
Building composite components......Page 450
Developing the Temperature composite component......Page 453
Transforming a jQuery component into composite component......Page 457
Writing the HTML5 date picker as a composite component......Page 463
Decorating an image with actions......Page 467
Working with composite facets......Page 469
Validating/converting inputs inside composite components......Page 471
Null values within a composite component\'s attributes......Page 473
Hiding pass-through attributes in composite components......Page 474
Counting the children of a composite component......Page 476
Top-level component\'s pitfall......Page 477
Distributing composite components as JARs in JSF 2.2......Page 478
Adding composite components programmatically......Page 480
Summary......Page 482
Chapter 11: JSF 2.2 Resource Library Contracts – Themes......Page 484
Working with contracts......Page 485
Styling tables with contracts......Page 488
Styling UI components with contracts......Page 491
Styling contracts across different devices......Page 493
Writing contracts for composite components......Page 498
Writing a theme switcher......Page 500
Configuring contracts in XML......Page 508
Packaging contracts in JARs......Page 509
Summary......Page 510
A brief overview of the Facelets tags......Page 512
Creating a simple template – PageLayout......Page 515
Passing parameters via ......Page 518
Passing bean properties and action methods via ......Page 520
Exploiting the and tags......Page 522
Iterating with ......Page 525
Working with and ......Page 528
Working with and ......Page 530
Removing the content with ......Page 533
Using the jsfc attribute......Page 535
Extending the PageLayout template......Page 536
Working with FaceletCache......Page 541
ResourceResolver swallowed by ResourceHandler......Page 544
Include Facelets programmatically......Page 548
Creating a TagHandler class......Page 549
Writing custom Facelets taglib functions......Page 551
AJAX and ......Page 553
Exemplifying versus ......Page 554
Exemplifying versus ......Page 555
Summary......Page 556
Appendix: The JSF Life Cycle......Page 558
Index......Page 560




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