چه کسانی این کتاب را می‌خوانند

دانشجوعلاقه‌مند یادگیری
کتابخوان حرفه‌ایلذت مطالعه
نویسندهالهام‌گیری

JSF عملی در جاوا EE 8: برنامه‌های وب در جاوا برای سازمان‌ها

Practical JSF in Java EE 8 : Web Applications ​in Java for the Enterprise

Michael Müller

قیمت نهایی

۴۴٬۰۰۰ تومان۴۹٬۰۰۰ تومان۱۰٪ تخفیف
  • تخفیف زمان‌دار−۵٬۰۰۰ تومان

۵٬۰۰۰ تومان صرفه‌جویی نسبت به قیمت اصلی

نسخه اصلی و اورجینال

بلافاصله پس از خرید، فایل کتاب روی دستگاه شما آمادهٔ دانلود است.

تحویل فوری
پرداخت امن
ضمانت فایل
پشتیبانی

مشخصات کتاب

نویسنده
Michael Müller
سال انتشار
۲۰۱۸
فرمت
PDF
زبان
انگلیسی
حجم فایل
۹٫۸ مگابایت

دربارهٔ کتاب

Master the Java EE 8 and JSF (JavaServer Faces) APIs and web framework with this practical, projects-driven guide to web development. This book combines theoretical background with a practical approach by building four real-world applications. By developing these JSF web applications, you'll take a tour through the other Java EE technologies such as JPA, CDI, Security, WebSockets, and more. In __Practical JSF in Java EE 8__, you will learn to use the JavaServer Faces web framework in Java EE 8 to easily construct a web-based user interface from a set of reusable components. Next, you add JSF event handling and then link to a database, persist data, and add security and the other bells and whistles that the Java EE 8 platform has to offer. After reading this book you will have a good foundation in Java-based web development and will have increased your proficiency in sophisticated Java EE 8 web development using the JSF framework. **What You Will Learn** * Use the Java EE 8 and the JavaServer Faces APIs to build Java-based web applications through four practical real-world case studies * Process user input with JSF and the expression language by building a calculator application * Persist data using JSF templating and Java Persistence to manage an inventory of books * Create and manage an alumni database using JSF, Ajax, web services and Java EE 8's security features. **Who This Book Is For** Those new to Java EE 8 and JSF. Some prior experience with Java is recommended. Front Matter ....Pages i-xxii Front Matter ....Pages 1-1 TinyCalculator (Michael Müller)....Pages 3-20 Foundations (Michael Müller)....Pages 21-33 JavaServer Faces (Michael Müller)....Pages 35-48 Expression Language (Michael Müller)....Pages 49-55 HTML-Friendly Markup (Michael Müller)....Pages 57-60 Configuration Files (Michael Müller)....Pages 61-67 Testing with Selenium (Michael Müller)....Pages 69-82 TinyCalculator Recap (Michael Müller)....Pages 83-83 Front Matter ....Pages 85-85 Preparing for Java EE 8 (Michael Müller)....Pages 87-91 Introducing the Books Application (Michael Müller)....Pages 93-97 Starting the Books App (Michael Müller)....Pages 99-123 Java Persistence API (Michael Müller)....Pages 125-144 JSF Templating (Michael Müller)....Pages 145-151 Going International (Michael Müller)....Pages 153-194 Bean Validation (Michael Müller)....Pages 195-200 Contexts and Dependency Injection (Michael Müller)....Pages 201-204 Conversation Scope (Michael Müller)....Pages 205-210 Links (Michael Müller)....Pages 211-221 Responsive Design (Michael Müller)....Pages 223-239 Summary and Perspective (Michael Müller)....Pages 241-241 Front Matter ....Pages 243-243 Intermezzo (Michael Müller)....Pages 245-245 JSF Lifecycle Revisited (Michael Müller)....Pages 247-248 Repetitive Structures (Michael Müller)....Pages 249-262 Front Matter ....Pages 263-263 Alumni (Michael Müller)....Pages 265-274 Validation (Michael Müller)....Pages 275-293 AJAX Components (Michael Müller)....Pages 295-300 Building Composite Components (Michael Müller)....Pages 301-312 Secure Passwords (Michael Müller)....Pages 313-317 Data Facade (Michael Müller)....Pages 319-329 Activation Mail (Michael Müller)....Pages 331-341 Scheduled Tasks (Michael Müller)....Pages 343-347 Authentication and Authorization (Michael Müller)....Pages 349-377 Account Handling (Michael Müller)....Pages 379-388 Classroom Chat (WebSockets) (Michael Müller)....Pages 389-413 Changing Look and Feel (Michael Müller)....Pages 415-424 Handling Constants (Michael Müller)....Pages 425-427 Back Matter ....Pages 429-480 This is an enhanced practical, projects-driven guide to web development with the Java EE 8 and JSF (JavaServer Faces) APIs and web framework. This book combines the theoretical background with a practical approach by building 4 real world applications. By developing these JSF web applications, you'll take a tour through the other different Java EE technologies like JPA, CDI, Security, WebSockets, and more. In this book, you will learn to use the JavaServer Faces web framework in Java EE 8 to easily construct a web-based user interface (UI) from a set of reusable components. Then, you add event handling that JSF also offers and then link to a database, persist data, add security and other "bells and whistles" that Java EE 8 platform has to offer towards building complete enough running web applications. The goal of this book is to create a good foundation in Java-based web development and take you to a more sophisticated level and be proficient i n Java EE 8 web development using the JSF framework. After reading this book, it can serve as an invaluable reference with four takeaway web applications that can be used as templates for your own web projects. What you'll learn: What is in the Java EE 8 and the JavaServer Faces APIs and how to use these to build Java-based web applications through four different and practical real world case studies Process user input with JSF and the expression language by building a calculator application How to persist data using JSF templating and Java Persistence to manage a book store inventory Build and manage a music library with JSF lifecycle, BeanValidation and more Create and manage an alumni database and mailing list using JSF, AJAX, web services and Java EE 8's security features. Who is this book for: This book is for those who are new to Java EE 8, JSF. This book could be for those with some prior experience with Java EE 7 and JSF but want a refresher using latest versions of Java EE and JSF APIs. Some prior experience with Java like Java SE or core JDK is recommended though "This book combines theoretical background with a practical approach by building four real-world applications. By developing these JSF web applications, you'll take a tour through the other Java EE technologies such as JPA, CDI, Security, WebSockets, and more...you will learn to use the JavaServer Faces web framework in Java EE 8 to easily construct a web-based user interface from a set of reusable components. Next, you add JSF event handling and then link to a database, persist data, and add security and the other bells and whistles that the Java EE 8 platform has to offer."--Page 4 of cover

کتاب‌های مشابه

JSF عملی در جاوا EE 8: برنامه‌های وب در جاوا برای شرکت‌ها

JSF عملی در جاوا EE 8: برنامه‌های وب در جاوا برای شرکت‌ها

۴۹٬۰۰۰ تومان

راهنمای جامع JSF در جاوا EE 8: ساخت برنامه‌های وب با جاوا سرور فیس

راهنمای جامع JSF در جاوا EE 8: ساخت برنامه‌های وب با جاوا سرور فیس

۴۹٬۰۰۰ تومان

توسعه وب با Jakarta EE: استفاده از JSP، JSF، MySQL و Apache Tomcat برای ساخت برنامه‌های وب جاوا

توسعه وب با Jakarta EE: استفاده از JSP، JSF، MySQL و Apache Tomcat برای ساخت برنامه‌های وب جاوا

۴۹٬۰۰۰ تومان

طراحی برنامه‌های سازمانی با پلتفرم جاوا (ویرایش سازمانی)

طراحی برنامه‌های سازمانی با پلتفرم جاوا (ویرایش سازمانی)

۴۹٬۰۰۰ تومان

برنامه‌نویسی پایتون با کتابخانه‌های کلاس جاوا: آموزشی برای ساخت برنامه‌های وب و سازمانی با جی‌پایتون

برنامه‌نویسی پایتون با کتابخانه‌های کلاس جاوا: آموزشی برای ساخت برنامه‌های وب و سازمانی با جی‌پایتون

۴۹٬۰۰۰ تومان

توسعه برنامه‌های جاوا سازمانی با J2EE و UML

توسعه برنامه‌های جاوا سازمانی با J2EE و UML

۴۹٬۰۰۰ تومان

مقدمه‌ای بر برنامه‌های وب جاوا EE: ساخت بولهورن: یک اپلیکیشن پیام‌رسان با JSP، سروت‌ها، جاوااسکریپت، بوت‌استرپ و اوراکل

مقدمه‌ای بر برنامه‌های وب جاوا EE: ساخت بولهورن: یک اپلیکیشن پیام‌رسان با JSP، سروت‌ها، جاوااسکریپت، بوت‌استرپ و اوراکل

۴۹٬۰۰۰ تومان

ادغام برنامه‌های سازمانی

ادغام برنامه‌های سازمانی

۴۹٬۰۰۰ تومان

فریم‌ورک انتیتی عملیاتی ۶: دسترسی به پایگاه داده برای برنامه‌های سازمانی

فریم‌ورک انتیتی عملیاتی ۶: دسترسی به پایگاه داده برای برنامه‌های سازمانی

۴۹٬۰۰۰ تومان

پرو اسپرینگ بوت ۲: راهنمای معتبر برای ساخت میکروسرویس‌ها، برنامه‌های وب و سازمانی و بهترین شیوه‌ها

پرو اسپرینگ بوت ۲: راهنمای معتبر برای ساخت میکروسرویس‌ها، برنامه‌های وب و سازمانی و بهترین شیوه‌ها

۴۹٬۰۰۰ تومان

برنامه‌های پناهندگان تبت: استراتژی‌های بقا یک دولت در تبعید در دنیای سازمان‌های بین‌المللی

برنامه‌های پناهندگان تبت: استراتژی‌های بقا یک دولت در تبعید در دنیای سازمان‌های بین‌المللی

۴۹٬۰۰۰ تومان

مدولاریتی جاوا ۹: پروژه جیگ‌ساو و برنامه‌های مقیاس‌پذیر جاوا

مدولاریتی جاوا ۹: پروژه جیگ‌ساو و برنامه‌های مقیاس‌پذیر جاوا

۴۹٬۰۰۰ تومان

قیمت نهایی

۴۴٬۰۰۰ تومان