ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Google web toolkit applications

دانلود کتاب برنامه های ابزار وب وب Google

Google web toolkit applications

مشخصات کتاب

Google web toolkit applications

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9780321501967, 0321501969 
ناشر: Prentice Hall  
سال نشر: 2008 
تعداد صفحات: 594 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 10 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Google web toolkit applications به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب برنامه های ابزار وب وب Google

یک کتاب راهنمای کامل در مورد نحوه ساخت برنامه‌های کاربردی با Google Web Toolkit (GWT) ویژگی‌های به‌روزشده، ابزارها و تکنیک‌های آخرین نسخه GWT را پوشش می‌دهد و شامل یک مطالعه دقیق از پنج برنامه ساخته شده با GWT است تا الگوها، تکنیک‌های توسعه را آشکار کند. ، و ظرافت های مورد استفاده در طول فرآیند طراحی و توسعه. اصلی. (حد واسط)


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

A thorough handbook on how to build applications with the Google Web Toolkit (GWT) furnishes coverage of the updated features, tools, and techniques of the latest version of GWT and includes a detailed study of five applications built with GWT to reveal development patterns, techniques, and subtleties used throughout the design and development process. Original. (Intermediate)



فهرست مطالب

Contents......Page 10
Preface......Page 18
About the Author......Page 24
PART I: Understanding the Google Web Toolkit......Page 26
The Emergence of Ajax......Page 28
Rethinking Web Applications......Page 30
Software Engineering for Ajax......Page 33
Evaluating Your Background......Page 36
The Importance of Application Development Skills......Page 39
A Quick Tutorial......Page 41
Overview of Toolkit Packages......Page 55
Overview of GWT Applications......Page 59
Summary......Page 61
Chapter 2 User Interface Library Overview......Page 62
Static Widgets......Page 63
Form Widgets......Page 72
Complex Widgets......Page 88
Simple Layout Panels......Page 95
Complex Layout Panels......Page 105
Simple Container Panels......Page 109
Complex Container Panels......Page 112
User Interface Framework Glue......Page 120
Summary......Page 128
Basic Server Integration Techniques......Page 130
Using Data Format Libraries......Page 142
Third-Party Server Integration......Page 150
Advanced Server Integration Techniques......Page 153
Summary......Page 162
Setting Up the Development Environment......Page 164
Adding Projects to Eclipse......Page 170
Writing Java Code in Eclipse......Page 174
Debugging in Eclipse......Page 183
Organizing Your Application Structure......Page 189
Testing Applications......Page 193
Building and Sharing Modules......Page 205
Deploying Applications......Page 208
Summary......Page 215
Using Asynchronous Programming......Page 216
Handling the Back Button......Page 222
Creating Elegant Interfaces with CSS......Page 225
Extending the Toolkit......Page 237
Internationalizing Applications......Page 251
Generating Code......Page 260
Improving Performance......Page 267
Summary......Page 276
PART II: Rich Web Applications by Example......Page 278
Chapter 6 Gadget Desktop Application......Page 280
Using the Container Application Pattern......Page 281
Designing the Model......Page 282
Building a Columned Container Interface......Page 289
Putting Gadgets in the View......Page 299
Creating Drag-and-Drop Gadgets......Page 308
Cleaning Up User Interfaces with CSS......Page 315
Adding Persistency......Page 325
Using Other JavaScript Libraries......Page 334
Summary......Page 343
Using the Aggregator Application Pattern......Page 344
Multi-Search Design......Page 346
The Model......Page 347
The View......Page 349
The Controller......Page 356
Importing Structured Data Formats......Page 359
Integrating with Yahoo! Search......Page 365
Integrating with Google Base......Page 369
Integrating with Flickr Search......Page 373
Integrating with Amazon Search......Page 379
Summary......Page 383
Using the Workspace Application Pattern......Page 386
Building a Web Service Client......Page 388
The Model......Page 390
Building a Multiple Document View......Page 392
Adding Rich Text Editing......Page 406
The LoadingPanel Widget......Page 411
The TitleCommandBar Widget......Page 413
Designing the Application Controller......Page 415
Building an HTTP Proxy Servlet......Page 417
Integrating with the Blogger API......Page 426
Summary......Page 446
Using the Collaborator Application Pattern......Page 448
Instant Messenger Design......Page 450
The Model......Page 451
Building a Complementary Interface......Page 454
The Controller Overview......Page 472
Using GWT-RPC......Page 475
Connecting to the Server......Page 481
Adding RPC Events......Page 483
The Instant Messenger Server......Page 490
Using Server-Side Advanced IO......Page 495
Summary......Page 503
Chapter 10 Database Editor Application......Page 504
Using the Manager Application Pattern......Page 505
Designing the Model......Page 507
Using Asynchronous Data Access Objects......Page 510
Building a Two-Paned Editor Interface......Page 513
Server Integration Overview......Page 532
Writing a Generic GWT Code Generator......Page 535
Integrating with Action-Based PHP Scripts......Page 547
Integrating with a RESTful Ruby on Rails Application......Page 555
Integrating with a GWT-RPC Servlet......Page 567
Summary......Page 579
A......Page 580
B......Page 581
C......Page 582
D......Page 584
E......Page 585
G......Page 586
H......Page 588
I......Page 589
J......Page 590
M......Page 591
O......Page 592
P......Page 593
R......Page 594
S......Page 595
T......Page 597
W......Page 598
Y......Page 599




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