rss Home » Tag Archive For ‘JSF’

Introduction to Java Programming: Comprehensive, 8th Edition

Introduction to Java Programming: Comprehensive, 8th Edition

Book Description

Introduction to , Comprehensive, 8e, features comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence.

Regardless of major, students will be able to grasp concepts of problem-solving and — thanks to Liang’s fundamentals-first approach, students learn critical problem solving skills and core constructs before object-oriented .  Liang’s approach has been extended to application-rich examples, which go beyond the traditional math-based problems found in most texts. Students are introduced to topics like control statements, methods, and arrays before learning to create classes. Later chapters introduce advanced topics including graphical user interface, exception handling, I/O, and data structures. Small, simple examples demonstrate concepts and techniques while longer examples are presented in case studies with overall discussions and thorough line-by-line explanations. Increased data structures chapters make the Eighth Edition ideal for a full course on data structures.

Review

“All the topics and concepts are clearly explained with examples and tips to remember with side texts.” — Syed Riaz Ahmed, North Georgia College and State University

“The first, best feature of this text is the rich set of clear example code provided — which are located in concise textual explanations well-suited for the modern undergraduate. In addition, the wide coverage of material makes this book suitable for several courses. Download Now »

Practical RichFaces, 2nd Edition

Practical RichFaces, 2nd Edition

Book Description

4 is a component library for Faces, and an advanced framework for easily integrating capabilities into business applications. It lets you quickly develop next-generation web applications based on 2/.

In this definitive 4 book, instead of using Tools, the author bases all examples on Maven so that any IDE can be used—whether it’s , , or even .

Practical RichFaces also describes how to best take advantage of RichFaces—the integration of the Ajax4 and RichFaces libraries—to create flexible and powerful programs. Assuming some background, it shows how you can radically reduce time and effort to create rich AJAX-based applications.

What you’ll learn

  • How to build rich Internet applications with out-of-the-box RichFaces components
  • Best strategies for implementing Ajax applications using RichFaces
  • When best to use the two libraries
  • How to create new skins for your app in no time
  • How to create applications without needing to write any JavaScript code

Who this book is for

JavaServer Faces: The Complete Reference

JavaServer Faces: The Complete Reference

Book Description

Ideal for the 3+ million developers, this fast-paced tutorial offers in-depth coverage of Faces () — Sun Microsystem’s Web application architecture for the future. Co-written by the #1 expert in the community, this book offers the most complete resource on available. * Extensive coverage on custom component * Serves as a thorough introduction to technology and techniques * Numerous custom component examples including enabled components provided

From the Back Cover
The Ultimate Faces Resource

Deliver feature-rich, cross-browser Internet applications using JavaServer Faces () and this one-stop guide. Written by experts directly involved in developing this important technology, JavaServer Faces: The Complete Reference fully explains every aspect of JSF.
The book begins with a fast-paced introduction so you can get your first JSF application up and running quickly. Then, each aspect of JSF is examined in depth, including the request processing lifecycle, page navigation, component , AJAX, validation, internationalization, and security. Throughout, Expert Group Insights offer an insider’s view into the design of JSF.
Inside you’ll find:

  • Comprehensive coverage of the JSF lifecycle, managed beans, expression language (EL), the Faces event, UI component, and navigation models Download Now »

Java EE 6 with GlassFish 3 Application Server

Java EE 6 with GlassFish 3 Application Server

Book Description

is a free, open source, production ready application server. It is the environment’s reference implementation and the first Enterprise server to implement EE6. Although server delivers a flexible, lightweight and extensible EE 6 platform, it can be challenging to get beyond the basics and develop applications deployed to 3 application server.

This book takes an in-depth look at all of the major new features in 3 and how it differs from previous versions. This book explains installation and configuration, and then moves on to 6 application , covering all major 6 APIs. It is a handy guide for the advanced Java programmers as well as 6 beginners.

This book begins with the installation of Glassfish 3 and deploying Java applications. It also explains how to develop, configure, package and deploy servlets. We will also learn the processing of HTML Forms. As we move on, we will develop Java Server Pages and get to know implicit JSP objects. We will get to know all the JSTL (JSP Standard Tag Library) tag libraries. This book gives us a better understanding on how to manage data from a through Java Connectivity (JDBC) API and the Java Persistence API (). We will also learn more about the newly introduced features of 2.0 and develop 2.0 applications learn how to customize them. We then set up Glassfish for Java Messaging (JMS) API and understand the working of message queues and message topics. Later, we use the Context and Dependency Injection (CDI) API to integrate application layers and study the SOAP based web service using the JAX-WS specification. Download Now »

EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g

EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g

Book Description

(Enterprise JavaBeans) 3.0 is a commonly used persistence technology in EE applications. 3.0 has simplified the of EJBs with an annotations-based API that eliminates the use of remote/local interfaces, home/local home interfaces, and deployment descriptors. A number of other books are available on 3.0, but none covers 3.0 support in Fusion Middleware 11g, which is one of the leaders in the application server market.

This is the first book that covers all aspects of 3.0 persistence using Fusion Middleware technology. It covers all the best practices for database persistence ensuring that your applications are easily maintainable. Leaving theory behind, this book uses real-world examples to guide you in building your own 3.0 applications that are well integrated with commonly used EE frameworks.

The book gets going by discussing the new features in the EJB 3.0 specification. As some readers may still be using EJB 2.0, the book explains how to convert your EJB 2.0 entity beans to EJB 3.0. It then goes on to discuss using EJB 3.0 database persistence with JDeveloper, WebLogic Server, and Enterprise Pack for , the main components of Oracle Fusion Middleware 11g. The book also covers EJB 3.0 relationships and integrating EJB 3.0 relationships with user interfaces. EJB 3.0 database persistence with some of the commonly used frameworks such as Faces, , and is also discussed in the book. It uses the integrated WebLogic Server 11g in some of the chapters and the standalone WebLogic Server in other chapters. While JDeveloper is the primary Java IDE used in the book, one of the chapters is based on the Oracle Enterprise Pack for . Download Now »

Hibernate Recipes: A Problem-Solution Approach

Hibernate Recipes: A Problem Solution Approach

Book Description

continues to be the most popular out-of-the-box framework solution for Persistence and data/ accessibility techniques and patterns. It is used for e-commerce–based web applications as well as heavy-duty transactional systems for the enterprise.

Gary Mak, the author of the best-selling Recipes, now brings you Recipes. This book contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients.

This book is your pragmatic day-to-day reference and guide for doing all things involving Hibernate. There are many books focused on learning Hibernate, but this book takes you further and shows how you can apply it practically in your daily work.

What you’ll learn

  • The basics of object-relational mapping and how Hibernate is best suited for it
  • How to do various mappings, including one-to-one mapping, many-to-one mapping, collection mapping, component mapping, and inheritance mapping
  • How to use Hibernate Query Language (HQL)
  • How to perform batch processing and use native , criteria queries, caching objects, and more Download Now »