برنامه نويسي

راهنمای قطعی گریل ها

The Definitive Guide to Grails

دانلود کتاب The Definitive Guide to Grails (به فارسی: راهنمای قطعی گریل ها) نوشته شده توسط «Graeme Rocher – Jeff Brown»


اطلاعات کتاب راهنمای قطعی گریل ها

موضوع اصلی: کامپیوتر – برنامه نویسی

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

ناشر: Apress; Distributed to the book trade worldwide by Springer-Verlag

نویسنده: Graeme Rocher – Jeff Brown

زبان: english

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

سال انتشار: 2009

تعداد صفحه: 648 / 572

حجم فایل: 5.69 مگابایت

کد کتاب: 1430208716 , 9781590599952

نوبت چاپ: 2nd ed

توضیحات کتاب راهنمای قطعی گریل ها

ظهور Ruby on Rails نشان‌دهنده تغییر بزرگی در نحوه ساخت اپلیکیشن‌های وب امروزی است. این یک چارچوب فوق العاده با یک جامعه در حال رشد است. با این حال، فضایی برای چنین چارچوب دیگری وجود دارد که به طور یکپارچه با جاوا ادغام می شود. هزاران شرکت در جاوا سرمایه‌گذاری کرده‌اند و همین شرکت‌ها در حال از دست دادن مزایای چارچوب مشابه Rails هستند. Grails را وارد کنید. Grails فقط یک شبیه سازی Rails نیست. هدف آن ارائه محیطی مانند Rails است که برای توسعه دهندگان جاوا بیشتر آشناست و از اصطلاحاتی استفاده می کند که توسعه دهندگان جاوا راحت از آن استفاده می کنند، که باعث می شود تنظیم ذهنیت با یک چارچوب پویا کمتر پرش شود. مفاهیم درون Grails، مانند رهگیرها، برچسب‌ها، و صفحات سرور Groovy (GSP)، باعث می‌شود افرادی که در جامعه جاوا هستند احساس خوبی در خانه داشته باشند. اساس Grails مبتنی بر فناوری‌های منبع باز جامد مانند Spring، Hibernate و SiteMesh است که به آن پتانسیل بیشتری در فضای جاوا می‌دهد: Spring وارونگی قدرتمند کنترل و MVC را ارائه می‌کند، Hibernate یک فناوری نگاشت رابطه‌ای شیء پایدار و بالغ را با توانایی ادغام با سیستم های قدیمی، و SiteMesh کنترل طرح بندی انعطاف پذیر و تزئین صفحه را کنترل می کند. Grails این ویژگی‌ها را با ویژگی‌های اضافی تکمیل می‌کند که از الگوی کدگذاری براساس قرارداد استفاده می‌کند، مانند کتابخانه‌های برچسب پویا، نقشه‌برداری رابطه‌ای شی Grails، صفحات سرور Groovy، و داربست. Graeme Rocher، رهبر و بنیانگذار Grails، و Jeff Brown راهنمای معتبر و کاملاً جامع خود را در چارچوب Grails به شما کاملاً به‌روز می‌کنند. با تمام ویژگی‌های اصلی، سرویس‌ها و برنامه‌های افزودنی Grails از طریق پلاگین‌ها آشنا می‌شوید و نقش‌هایی را که Groovy و Grails در وب در حال تغییر ایفا می‌کنند، درک خواهید کرد. آنچه می آموزید کشف کنید که چگونه وب در حال تغییر است و نقش زبان Groovy و چارچوب Rails آن را بازی می کند. پلاگین‌ها برای Rich Client و Ajax، خدمات وب، عملکرد/ابزارها، زمان‌بندی، امنیت، عملکرد و حتی Persistence ببینید Grails چگونه با چارچوب‌های دیگر مانند Spring، Wicket، Hibernate و غیره کار می‌کند. ایجاد پلاگین‌های سفارشی در Grails Who this این کتاب برای همه کسانی است که به دنبال رویکردی چابک تر برای توسعه وب با زبان برنامه نویسی پویا مانند Groovy هستند. این شامل تعداد زیادی از توسعه دهندگان جاوا می شود که با افزایش بهره وری که در چارچوب هایی مانند Ruby on Rails، JRuby on Rails و غیره دیده می شود، فریفته شده اند. وب و محیط آن برای زبان های به راحتی سازگار و مختصر مانند Groovy و Ruby، و عموماً جامعه توسعه دهندگان علاقه زیادی به پذیرش این زبان ها دارند.


The rise of Ruby on Rails has signified a huge shift in how we build web applications today; it is a fantastic framework with a growing community. There is, however, space for another such framework that integrates seamlessly with Java. Thousands of companies have invested in Java, and these same companies are losing out on the benefits of a Rails–like framework. Enter Grails. Grails is not just a Rails clone. It aims to provide a Rails–like environment that is more familiar to Java developers and employs idioms that Java developers are comfortable using, making the adjustment in mentality to a dynamic framework less of a jump. The concepts within Grails, like interceptors, tag libs, and Groovy Server Pages (GSP), make those in the Java community feel right at home. Grails’ foundation is on solid open source technologies such as Spring, Hibernate, and SiteMesh, which gives it even more potential in the Java space: Spring provides powerful inversion of control and MVC, Hibernate brings a stable, mature object relational mapping technology with the ability to integrate with legacy systems, and SiteMesh handles flexible layout control and page decoration. Grails complements these with additional features that take advantage of the coding–by–convention paradigm such as dynamic tag libraries, Grails object relational mapping, Groovy Server Pages, and scaffolding. Graeme Rocher, Grails lead and founder, and Jeff Brown bring you completely up–to–date with their authoritative and fully comprehensive guide to the Grails framework. You’ll get to know all the core features, services, and Grails extensions via plug–ins, and understand the roles that Groovy and Grails are playing in the changing Web. What you’ll learn Discover how the Web is changing and the role the Groovy language and its Rails framework play Get to know the Grails Project and its domains, services, filters, controllers, views, testing, and plug–ins Experience the availability of plug–ins for Rich Client and Ajax, web services, performance/utilities, scheduling, security, functionality, and even Persistence See how Grails works with other frameworks like Spring, Wicket, Hibernate, and more Create custom plug–ins in Grails Who this book is for This book is for everyone who is looking for a more agile approach to web development with a dynamic scripting language such as Groovy. This includes a large number of Java developers who have been enticed by the productivity gains seen with frameworks such as Ruby on Rails, JRuby on Rails, etc. The Web and its environment is a perfect fit for easily adaptable and concise languages such as Groovy and Ruby, and there is huge interest from the developer community in general to embrace these languages.

دانلود کتاب «راهنمای قطعی گریل ها»

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

دیدگاهتان را بنویسید