ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Practical Apache Struts2 Web 2.0 projects

دانلود کتاب پروژه های عملی Apache Struts2 Web 2.0

Practical Apache Struts2 Web 2.0 projects

مشخصات کتاب

Practical Apache Struts2 Web 2.0 projects

دسته بندی: برنامه نویسی: زبان های برنامه نویسی
ویرایش:  
نویسندگان:   
سری: Expert's voice in Java technology 
ISBN (شابک) : 9781430204770, 1590599039 
ناشر:  
سال نشر:  
تعداد صفحات: 349 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Practical Apache Struts2 Web 2.0 projects به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب پروژه های عملی Apache Struts2 Web 2.0

پروژه‌های کاربردی Apache Struts 2 Web 2.0 چیزی کمتر از یکی از اولین کتاب‌هایی است که چارچوب وب چابک و سبک منبع باز Apache Struts 2 را پوشش می‌دهد، یک پلتفرم اساساً جدید و بهبود یافته Struts که باید نیازهای توسعه چابک‌تر جاوا را برآورده کند. Apache Struts همچنان محبوب‌ترین فریمورک برای ساخت وب‌سایت‌های مبتنی بر جاوا است، علی‌رغم چالش‌های مداوم از سوی چارچوب‌های رقابتی و APIهایی مانند JavaServer Faces (JSF)، Wicket، Grails و غیره. ویژگی‌های جدید گنجانده شده در Struts 2 به این چارچوب قدرتمند کمک می‌کند تا در آینده قابل پیش‌بینی جایگاه برتر خود را حفظ کند.


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

Practical Apache Struts 2 Web 2.0 Projects is nothing less than one of the first books to cover the agile, lightweight open source Apache Struts 2 Web Framework, an essentially new and improved Struts platform that should meet today’s more agile Java development needs. Apache Struts remains the most popular framework for building Java-driven web sites, despite continued challenges from competitive frameworks and APIs like JavaServer Faces (JSF), Wicket, Grails, and more. The new features incorporated into Struts 2 will help this powerful framework to maintain its top-ranking position for the foreseeable future.



فهرست مطالب

Contents at a Glance......Page 7
Contents......Page 9
Foreword......Page 15
About the Author......Page 17
About the Technical Reviewer......Page 18
Acknowledgments......Page 19
Introduction......Page 21
What Is Web 2.0?......Page 23
Web Framework Agility with Struts2......Page 28
Using this Book......Page 30
The Build Process......Page 33
Maven2......Page 34
Installing and Using Maven2......Page 35
The Maven2 Life Cycle Phases......Page 36
The Maven2-Generated Directory and File Structure......Page 37
The Maven2 Configuration File......Page 38
Starter Application Features......Page 42
Getting to the First Screen......Page 44
Submitting the Form......Page 48
Validating the Form Field......Page 50
Converting Data Types......Page 54
Testing the Actions......Page 56
Summary......Page 57
Walking Through a Request-Response......Page 59
The Struts2 Servlet Filter......Page 60
Interceptors......Page 61
Exploring the Core Components......Page 62
Actions......Page 63
Interceptors......Page 64
Custom Interceptors......Page 67
The Value Stack and OGNL......Page 68
Results and Result Types......Page 70
Tag Libraries......Page 71
Themes......Page 73
Zero Configuration Annotations......Page 74
File......Page 77
Include Files......Page 78
Packages......Page 79
Interceptors......Page 80
Global Results......Page 82
Global Exception Handling......Page 83
Actions......Page 85
Configuring the Execution Environment......Page 87
Extending the Framework......Page 89
Summary......Page 91
The Application......Page 93
Use Cases......Page 94
Integration Technologies......Page 95
The Domain Model......Page 96
An Agile Development Process......Page 97
Continuous Integration......Page 98
Integrating the Persistence Layer......Page 99
Configuring the Dependencies......Page 100
Installing MySQL......Page 103
Configuring Hibernate......Page 105
Using Hibernate to Create Data Access Objects......Page 107
Summary......Page 110
The Use Case......Page 111
The Domain Model......Page 112
Model-Driven Actions......Page 113
Setup Code and Data Prepopulation......Page 114
Configuration......Page 118
Single Unit of Work......Page 120
Zero Configuration......Page 122
Plug-In......Page 126
Finishing Up......Page 128
Multiple Units of Work......Page 130
Wildcard Configuration Mappings......Page 132
Unit Testing......Page 134
JSP Templates......Page 138
Internationalization......Page 145
Internationalized Text Resources......Page 146
Text Elements......Page 148
Input Validation......Page 149
Exception Handling......Page 155
Unexpected Errors......Page 156
Recovery via User Interaction......Page 157
Zero Configuration Actions......Page 158
Displaying the Error......Page 159
File Uploads......Page 162
Action Modifications......Page 165
XML-Configured Actions and Wildcard-Configured Actions......Page 166
Zero Configuration Actions......Page 167
Summary......Page 168
The Use Case......Page 169
The Scope Interceptor......Page 172
Configuration......Page 173
Workflow Elements......Page 175
Custom Validations......Page 177
Customizing the Rendering of Struts2 Tags......Page 182
Working with Subclassed Domain Objects......Page 184
Scope......Page 190
Action Validation Using OGNL......Page 192
An Alternative Approach to Entering Contestants......Page 193
Summary......Page 200
The Use Cases......Page 201
Configuring the Container......Page 202
Configuring the Web Application......Page 204
Accessing Role Information......Page 207
Implementing Acegi......Page 209
Configuring Acegi......Page 210
The Acegi Application Context Configuration File......Page 211
Implementing a Custom Authentication Provider......Page 213
Authenticating the User......Page 215
Accessing Role Information......Page 217
Preventing Unauthorized Access......Page 222
Configuring Authorization......Page 225
Implementing Authentication......Page 227
Accessing Role Information......Page 229
Summary......Page 230
The Use Cases......Page 231
Updating the Screen Layout......Page 232
Creating a Friendly Home Page......Page 236
Modularizing the List Rendering......Page 239
Search for Events by Name......Page 242
Developing a Search Form......Page 249
Consolidating List Actions......Page 254
Summary......Page 258
The Use Case......Page 259
Implementing RSS......Page 260
Configuring Result Types......Page 263
Implementing the RSS Result Type......Page 265
Implementing an Atom Feed......Page 270
Consuming the RSS Feed with a Mashup......Page 271
Geo-Coding the Address and Creating the Feed Entry......Page 273
Implementing the Mashup Client......Page 278
Integrating a Map into the Home Page......Page 282
Implementing Web Services......Page 284
Mapping URLs to Actions......Page 285
Configuring Action Mappers......Page 287
Creating a Custom Action Mapper......Page 288
Implementing the RESTful Web Service Logic......Page 293
Summary......Page 299
AJAX......Page 301
Developing the Supporting Infrastructure......Page 302
Updating the Menu Options......Page 303
Implementing the Voting Use Cases......Page 305
Configuring the Application......Page 313
Retrieving Action Results......Page 314
Invoking Actions as Events......Page 316
AJAX Form Submission......Page 321
Using the XML Result Type......Page 324
Using the JSON Result Type Plug-in......Page 332
Using the Google Web Toolkit......Page 337
Generating the GWT Starter Code......Page 338
Configuring the Struts2 Plug-in......Page 340
Integrating Struts2 and GWT......Page 341
Summary......Page 348
Index......Page 349




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