کتاب الکترونیکی

شروع جاوا Google App Engine

Beginning Java Google App Engine

دانلود کتاب Beginning Java Google App Engine (به فارسی: شروع جاوا Google App Engine) نوشته شده توسط «Kyle Roche – Jeff Douglas»


اطلاعات کتاب شروع جاوا Google App Engine

موضوع اصلی: شبکه: اینترنت

نوع: کتاب الکترونیکی

ناشر: Apress

نویسنده: Kyle Roche – Jeff Douglas

زبان: English

فرمت کتاب: pdf (قابل تبدیل به سایر فرمت ها)

سال انتشار: 2009

تعداد صفحه: 265

حجم کتاب: 3 مگابایت

کد کتاب: 143022553X , 9781430225539 , 9781430225546

نوبت چاپ: 1st Edition.

توضیحات کتاب شروع جاوا Google App Engine

من از عدم تلاش نویسندگان برای تدوین این کتاب ناامید هستم. به نظر می‌رسد که آنها مطالب را می‌دانند، اما نمونه‌ها عمدتاً فقط صفحات و صفحاتی از کد هستند که به خوبی توضیح داده نشده‌اند و برای یک محیط آموزشی چندان مناسب نیستند. به عنوان مثال، من آموزش های آنلاین گوگل را عالی می دانم، مانند این اینجا […]

در مقابل، نمونه های این کتاب با تنبلی کنار هم قرار گرفته اند. یکی از اجزای کلیدی Google App Engine مفهوم Servlets است. در این کتاب، نویسندگان 23 صفحه کد (صفحه های 47 تا 70)، با کدهای اضافی خسته کننده، مانند صدها سبک جدول بی ربط (td bgcolor=#ffffff) خالی می کنند. نه تنها این، بلکه به جای ارائه یک یا دو عنصر فرم واحد برای بیان نکته، خواننده باید صفحات کدهای تکراری را که همان کار را برای چندین عنصر اضافی انجام می‌دهند، بررسی کند. در 23 صفحه، به راحتی می توان موارد مهم کلیدی را از دست داد، مانند نحوه پیوند عناصر کلیدی به بخش های دیگر کد. تمام آن کد را می توان به چند صفحه کاهش داد تا همان نکات را به شیوه ای واضح بیان کند.

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

سایر «آموزش‌ها» مانند نحوه پیوند دادن Flex، از منابع اینترنتی کپی شده‌اند، اما حتی به صورت پراکنده‌تر توضیح داده شده‌اند، و حتی به نظر نمی‌رسد که کارایی داشته باشند، همانطور که بازبینی‌کننده دیگری در مورد کتابخانه‌های وارداتی توضیح داد. اغلب، یک بلوک از کد کلید نشان داده می‌شود، بدون توضیح اینکه کدام فایل باید بخشی باشد (و Google App Engine به هماهنگی تعداد زیادی فایل مختلف نیاز دارد). کاملاً واضح است که تلاش زیادی برای این بخش ها انجام نشده است.

برای درک مفاهیم Google App Engine کتاب O’Reilly، برنامه نویسی Google App Engine بسیار بهتر است. با این حال، کتاب اوریلی نیز فاقد آموزش های خوب است.

Google App Engine ابتدایی اطلاعات خوبی در خود دارد، به ویژه مقدمه، اما بیشتر این اطلاعات را می‌توانید به صورت آنلاین پیدا کنید. من این کتاب را توصیه نمی کنم.


I’m disappointed in the lack of effort the authors did in compiling this book. They do seem to know the material, but the examples are largely just pages and pages of code that are not very well explained, and not very well tailored for a learning environment. For example, I consider Google’s online tutorials excellent, such as this one here […]

In contrast, the examples in this book are lazily put together. One of the key components to Google App Engine is the concept of Servlets. In this book, the authors dump 23 pages of code (pp 47 to 70), with tedious extraneous code, such as hundreds of irrelevant table styles (td bgcolor=#ffffff ). Not only that, but instead of just providing a single form element or two to make the point, the reader has to sift through pages of repetitive code doing the same thing for multiple extraneous elements. In the 23 pages, it is easy to miss the key critical things, such as how key elements are linked to other parts of the code. All that code could be reduced to a few pages to make the same points in a clear manner.

Unbelievably, they do the same thing in the next example explaining the Google Web Toolkit. Instead of just a one text element coded to enhance understanding, tons of extra code is devoted to coding repetitive elements, in this case, all seven days of the week are coded (with each ‘day’ element coded separately–taking up pages of code). It’s clear they just dumped code from some sample projects instead of considering what would useful for teaching concepts.

Other “tutorials” such as how to link Flex, are copied from internet sources, but even more sparsely explained, and don’t even seem to function, as another reviewer explained in terms of imported libraries. Often, a block of key code is shown, with no explanation of which file it should be part of (and Google App Engine requires coordination of a lot of different files). It’s pretty obvious not a lot of effort was put into these sections.

Much better to understand the concepts of Google App Engine is the O’Reilly book, Programming Google App Engine. However, the O’Reilly book also lacks good tutorials.

Beginning Google App Engine does have some good information in it, specifically the introduction , but most of that information can be found online. I don’t recommend this book.

دانلود کتاب «شروع جاوا Google App Engine»

مبلغی که بابت خرید کتاب می‌پردازیم به مراتب پایین‌تر از هزینه‌هایی است که در آینده بابت نخواندن آن خواهیم پرداخت.

برای دریافت کد تخفیف ۲۰ درصدی این کتاب، ابتدا صفحه اینستاگرام کازرون آنلاین (@kazerun.online ) را دنبال کنید. سپس، کلمه «بلیان» را در دایرکت ارسال کنید تا کد تخفیف به شما ارسال شود.