ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Google Web Toolkit Solutions: More Cool & Useful Stuff

دانلود کتاب راهکارهای جعبه ابزار Google Web: مطالب جالب و مفید تر

Google Web Toolkit Solutions: More Cool & Useful Stuff

مشخصات کتاب

Google Web Toolkit Solutions: More Cool & Useful Stuff

دسته بندی: شبکه سازی: اینترنت
ویرایش: 1 
نویسندگان:   
سری:  
ISBN (شابک) : 0132344815, 9780132344814 
ناشر:  
سال نشر: 2007 
تعداد صفحات: 408 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 11 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Google Web Toolkit Solutions: More Cool & Useful Stuff به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب راهکارهای جعبه ابزار Google Web: مطالب جالب و مفید تر

راه حل هایی را برای توسعه دهندگانی ارائه می دهد که به طور فعال از GWT استفاده می کنند و به دنبال راه های سریع تر و بهتر برای کار با فناوری هستند. این به توسعه دهندگان چیزهای جالبی را نشان می دهد که می توانند با GWT انجام دهند که ممکن است نادیده گرفته شده یا هنوز کشف نکرده باشند.


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

Provides solutions to the developers whoc are actively using GWT and looking for quicker and better ways to work with the technology. It shows develpers cool stuff they can do with GWT that they may have overlooked or not yet discovered.



فهرست مطالب

Google Web toolkit solutions......Page 1
Contents......Page 8
Foreword......Page 14
Preface......Page 17
Acknowledgments......Page 19
About the Authors......Page 20
In This Book......Page 22
Stuff You’re Going to Learn......Page 24
Introduction to GWT Widgets......Page 25
Anatomy of a GWT Application......Page 28
User Interfaces Composed with GWT Panels......Page 29
The Root Panel......Page 31
The user.client.ui API......Page 32
Widget Styling with CSS Styles......Page 33
Event-Driven Programming with GWT......Page 35
Internationalization and Localization......Page 39
Implementing the Four Steps for GWT Internationalization......Page 40
Using GWT’s i18nCreator Command......Page 43
A New “View” in Your GWT Web Application......Page 44
GWT’s History Mechanism......Page 47
Adding the History Class and History Listeners......Page 48
Handling the Browser’s Back Button......Page 51
Use of Deferred Commands to Give Widgets Keyboard Focus......Page 53
Remote Procedure Call Implementation......Page 55
Custom Widget Use......Page 61
Custom Widget Packaging in GWT Modules......Page 64
The Complete Login Application......Page 68
Stuff We Covered in This Solution......Page 73
Stuff You’re Going to Learn......Page 74
The Script.aculo.us JavaScript Library Integration......Page 75
Importing a JavaScript File in Your HTML File......Page 82
Importing a JavaScript File in Your GWT Configuration File......Page 84
A JavaScript Calendar Integration......Page 85
Stuff We Covered in This Solution......Page 90
Stuff You’re Going to Learn......Page 92
Composite Custom Widgets......Page 93
Composite Widgets and Pass-Through Methods......Page 109
The Text Box’s Keyboard Listener......Page 110
Implementing the HasText and HasName Interfaces......Page 111
Incorporating the Script.aculo.us Blind Down Effect......Page 112
A Low-Level Custom Widget......Page 116
Parameterizing Script.aculo.us Effects in a Custom Widget......Page 120
Stuff We Covered in This Solution......Page 121
Stuff You’re Going to Learn......Page 124
Viewports......Page 125
A General-Purpose Viewport Widget......Page 126
The Map Application’s Files and Directories......Page 127
The Viewport Implementation......Page 128
Using a Focus Panel to React to Mouse Events......Page 131
Clipping the Viewport’s View......Page 132
Adding a Default CSS Style Name for a Custom Widget......Page 133
The Viewport’s Use of a Focus Panel: Revisited......Page 136
A Viewport’s View with Animated Gestures......Page 138
The Final Version of the Viewport......Page 141
Animating Scrolling in the Same Direction as the Drag Gesture......Page 150
Varying the Speed of the Scrolling Animation......Page 151
Stuff We Covered in This Solution......Page 152
Stuff You’re Going to Learn......Page 154
Exploring the Example Application......Page 155
Summarizing the Map Application’s Files and Directories......Page 159
Implementing the YahooMaps Application......Page 160
Access to Yahoo!’s Web Service......Page 167
Zoom!......Page 172
Stuff We Covered in This Solution......Page 185
Stuff You’re Going to Learn......Page 188
The Drag-and-Drop Example Application......Page 189
The Drag-and-Drop Module......Page 191
Inheriting the Drag-and-Drop Module in an Application’s Configuration File......Page 193
Implementation of the Drag-and-Drop Application......Page 194
Using the Music Player and Shopping Cart Panel Components......Page 195
Using Drag Sources and Drop Targets......Page 197
Defining the CSS Classes......Page 202
Drag and Drop Implementation in a GWT Module......Page 203
The Abstract Drag Source and Drop Target Classes......Page 204
Mouse Listeners......Page 209
Stuff We Covered in This Solution......Page 218
Solution 7 Simple Windows......Page 220
Stuff You’re Going to Learn......Page 221
A Window Built from a Flex Table......Page 224
The Simple Window......Page 225
Using Pop-Up Panels......Page 231
Overriding a Pop-Up Panel’s Default Event Handling Behavior......Page 232
Using a GWT Flex Table and Formatting Its Cells......Page 235
Sinking Events......Page 236
Manipulating the Z Index for a Widget’s DOM Element......Page 238
Resizing Pop-Up Panels......Page 240
Preventing Unwanted Browser Effects......Page 243
The Window Bar......Page 246
Aligning Widgets Within Cells in a Horizontal Panel......Page 249
Simulating a 3-D Button with a Mouse Listener and Images......Page 250
Moving Pop-Up Panels......Page 251
Preventing Unwanted Browser Effects in the Window Bar......Page 255
Stuff We Covered in This Solution......Page 257
Stuff You’re Going to Learn......Page 258
Introduction to Flex Tables......Page 259
An Easy Flex Table......Page 267
Row Deletion in a Flex Table......Page 272
Flex Table Cell Editing......Page 274
Dynamic Resizing of a Flex Table’s Columns......Page 278
Constructing Event Listeners and Firing Events with GWT......Page 280
Building the ResizableCellPanel Widget......Page 285
Incorporating the ResizableCellPanel into a Flex Table......Page 290
Data Page-Through in a Flex Table......Page 293
Using the Pager Widget......Page 300
Stuff We Covered in This Solution......Page 303
Stuff You’re Going to Learn......Page 304
GWT’s File Upload Widget......Page 305
Creating the User Interface......Page 311
Parsing JavaScript Object Notation (JSON)......Page 312
Apache Commons fileUpload......Page 318
Stuff We Covered in This Solution......Page 323
Stuff You’re Going to Learn......Page 324
The Hibernate Example Application......Page 325
The Hibernate Configuration File......Page 337
The POJO Java Class......Page 338
The Contact Mapping File......Page 340
RPC Servlet Implementation......Page 341
Eclipse Configuration......Page 344
Stuff We Covered in This Solution......Page 345
Stuff You’re Going to Learn......Page 346
External Server Directory Structure......Page 347
Use of Ant to Automate the Build Process......Page 351
Development Versus Deployment......Page 360
Debugging Deployed Applications......Page 361
Stuff We Covered in This Solution......Page 363
Stuff You’re Going to Learn......Page 364
A Real-World Struts/GWT Hybrid Application......Page 365
A Simple Struts Application......Page 366
JSP Pages......Page 369
The Backing Bean, the Form Bean, and the Action Bean......Page 372
GWT/Struts Hybrid Application......Page 374
Hybrid Application’s Files and Directories......Page 376
Ant Build File, Modified to Incorporate Struts......Page 377
Hybrid Application’s Code......Page 378
Use of JSON to Configure a GWT Widget......Page 382
Legacy Code and GWT Widget Coordination......Page 388
Replacement of HTML and JSP Views with GWT Views......Page 389
Deeper Framework Integration......Page 390
Stuff We Covered in This Solution......Page 391
A......Page 392
C......Page 393
D......Page 395
E......Page 396
F......Page 397
H......Page 398
J......Page 399
L......Page 400
M......Page 401
N–O......Page 403
Q–R......Page 404
S......Page 405
T......Page 406
W......Page 407
X–Z......Page 408




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