The first PrimeFaces book that concentrates on practical approaches rather than the theoretical ones
Readers will gain all the PrimeFaces insights required to complete their JSF projects successfully
Written in a clear, comprehensible style and addresses a wide audience on modern, trend-setting Java/JEE web development
PrimeFaces Cookbook
PrimeFaces is the de facto standard in the Java web development. PrimeFaces is a lightweight library with one jar, zero-configuration, and no required dependencies. You just need to download PrimeFaces, add the primefaces-{version}.jar to your classpath and import the namespace to get started. This cookbook provides a head start by covering all the knowledge needed for working with PrimeFaces components in the real world.
PrimeFaces Cookbook covers over 100 effective recipes for PrimeFaces 3.x which is a leading component suite to boost JSF applications. The book’s range is wide from AJAX basics, theming, and input components to advanced usage of datatable, menus, drag & drop, and charts. It also includes creating custom components and PrimeFaces Extensions. Download eBook Free »
Each chapter includes an end-to-end sample application
Develop applications with some of the commonly used technologies using the project facets in Eclipse 3.7.
Clear explanations enriched with the necessary screenshots
Java EE Development with Eclipse
Java EE is the industry standard on enterprise computing and Oracle WebLogic Server is the most comprehensive platform for enterprise applications. The book combines Java EE with WebLogic Server in the most commonly used Java IDE, the Eclipse IDE 3.7.
Java EE Development with Eclipse is the only book on Eclipse IDE for Java EE Developers. The book is a practical guide for using the most commonly used Java EE technologies and frameworks in Eclipse IDE. Sample applications are available in downloadable format and may be customized to meet requirements. Oracle Enterprise Pack for Eclipse 12c, an enhancement to Eclipse IDE, providing additional project facets and an integrated support for Oracle WebLogic Server is used.
Java EE Development with Eclipse is based on developing applications with some of the commonly used technologies using the project facets in Eclipse 3.7 and its enhancement Oracle Enterprise Pack for Eclipse 12c. Download eBook Free »
Master all that Java 7 has to offer for concurrent programming
Get to grips with thread management, the Fork/Join framework, concurrency classes and much more in this book and e-book
A practical Cookbook packed with recipes for achieving the most important Java Concurrency tasks
Java 7 Concurrency Cookbook
Java remains the global standard for developing various applications and enterprise software, and the launch of Java 7 brings with it exciting new capabilities for concurrent programming by way of the concurrency utilities enhancement. This allows developers to make the most of their applications with parallel task performance. Java 7 Concurrency Cookbook covers all elements of the Java concurrency API, providing essential recipes for taking advantage of the exciting new capabilities.
On your computer, you can listen to music while you edit a Word document and read your emails, all at once! This is because your operating system allows the concurrency of tasks, much like the Java platform which offers various classes to execute concurrent tasks inside a Java program. Java 7 Concurrency Cookbook covers the most important features of the Java concurrency API, with special emphasis on the new capabilities of version 7. Download eBook Free »
Oracle Certified Associate, Java SE 7 Programmer Study Guide
In-depth understanding of Java through the examination of objects and methods
Extensive code examples and figures to illustrate key concepts in Java SE 7 including memory usage
Additional coverage of good programming and design practices as they relate to the certification objectives
Step-by-step coverage of certification exam topics in a simplified and easy-to-learn manner
Oracle Certified Associate, Java SE 7 Programmer Study Guide
Java SE 7 Associate Programmer certification adds to your qualification as a Java developer. Knowledge of Java is important, but knowing how to write an efficient and productive code adds to your skills and gives you an edge when you are planning to give the certification exam. Coverage of the objectives goes beyond a simple review of certification objectives.
Oracle Certified Associate, Java SE 7 Programmer Study Guide addresses certification exam objectives and provides discussion and examples to show the best ways of applying Java language features in real world programming. You will gain in-depth understanding of Java by examining how objects are allocated in the heap and how methods are managed in the program stack. Download eBook Free »
Java EE 6 Cookbook for Securing, Tuning, and Extending Enterprise Applications
Secure your Java applications using Java EE built-in features as well as the well-known Spring Security framework
Utilize related recipes for testing various Java EE technologies including JPA, EJB, JSF, and Web services
Explore various ways to extend a Java EE environment with the use of additional dynamic languages as well as frameworks
A learn-by-example based approach that focuses on key concepts to provide the foundation to solve real world problems
Java EE 6 Cookbook for Securing, Tuning, and Extending Enterprise Applications
The book starts with the essential changes in Java EE 6. Then we will dive into the implementation of some of the new features of the JPA 2.0 specification, and look at implementing auditing for relational data stores. There are several additional sections that describe some of the subtle issues encountered, tips, and extension points for stating your own JPA application, or extending an existing application.
We will then look into how we can enable security for our software system using Java EE built-in features as well as using the well-known Spring Security framework. We will then look at recipes on testing various JavaEE technologies including JPA, EJB, JSF, and Web services. Download eBook Free »
Develop Java 7 JAX-WS web services using the NetBeans IDE and Oracle GlassFish server
End-to-end application which makes use of the new clientjar option in JAX-WS wsimport tool
Packed with ample screenshots and practical instructions
Java 7 JAX-WS Web Services
Web services are applications that use open, XML-based standards and transport protocols to exchange data with clients.
In the book Developing a JAX-WS Web Service using the wsimport clientjar Option, we shall create a JAX-WS web service with Java 7. We shall discuss the new clientjar option in the wsimport tool or the wsimport ant task which is used to generate JAX-WS portable artifacts from a service wsdl. Subsequently, we use the web service artifacts to invoke the web service from a web service client.
This book is targeted at developers who want to create web services with Java 7. If you use NetBeans-Glassfish for Java EE development you would be interested in how the new wsimport clientjar option may be leveraged to simplify web service development. Download eBook Free »