 This book aims serving students, developers, technical leads and professionals who wish to learn server side, enterprise application development, using Java EE 6.
This book explores Java EE 6 and systematically illustrates its various specifications with plenty of real world examples with complete code spec and diagrams to make it easier to follow. Whether you are a beginner or an experienced Enterprise developer, you should find this book, a valuable and accessible knowledge base for creating Enterprise solutions.
What You'll Learn? Reading this book, application developers will get an insight into how Enterprise/Web applications are structured developed and executed using: NetBeans 6.8 as the IDE
Sun Glassfish Enterprise Server [v3] as the Application Server
The presentation logic of the application Java Servlets, JavaServer Pages, JavaServer Faces as the Web Tier components Facelets and JavaServer Pages as the View Definition Languages for JSF
The business logic of the application Enterprise JavaBeans as the Business Tier component Session Beans - Stateless, Stateful, Singleton Message Driven Beans Interceptors to add functionality to already existing business methods
The persistent storage layer of the application MySQL 5 as the EIS Tier Java Persistence API [JPA] 2.0 as the Standard Interface JPA is a Specification and a standard interface which requires an implementation i.e. an ORM tool such as Hibernate, TopLink, OpenJPA, EclipseLink or any other ORM that implements JPA. It defines the interface that an implementation has to implement. Hibernate 3 as the Implementation [Object Relational Mapping tool] A popular, powerful and a free, open source Object Relational Mapping library for the Java programming language which makes the application portable to all the SQL databases supported by Hibernate.
Struts 2 as the Application Development Framework An open source Java framework used for building Web applications based on the Servlet and JavaServer Pages [JSP] technologies.
Java API for XML Web Services [JAX-WS] as the technology for building web services
JavaMail as the API for dispatching emails
Calendar Based Timer Services as the Scheduler for creating CRON-like jobs
JNDI as the API to access a variety of naming and directory services
JTA as the API for managing transactions
|
|
Read more...
|
|
|
LAMP Programming For Professionals |
|
|
|
 Designed for beginners, intermediate and professional developers, this book provides genuine domain knowledge to learn web based, application development, using Apache as the Web server, PHP as the programming language, MySQL as the data store, all mounted on the Linux OS. It delves deeply into the core of the MySQL and PHP providing a sound understanding of both.
This book also demonstrates a step-by-step guide to developing a few Web applications [using PHP 6 & MySQL 5.4 under Apache 2.2] which re-enforces all the learning that takes place throughout the book.
This book uses the learning by doing pattern with a lot of ready-to-use examples. This pattern has proven to be the best approach for learning a new technology. Most [if not all] of the concepts that you will find in this book are demonstrated using well described and easy to understand examples, yet sophisticated enough to demonstrate LAMP Programming in a real-world context.
Additionally, a special chapter covering the virtual installation of Linux is included. This provides an opportunity to create a Virtual LAMP Framework on MS Windows.
What You'll Learn? Installing and Setting Up LAMP Working with the MySQL Database Working with the PHP programming language o Basics - Variables, Operators, Control Structures, Functions o Regular Expression [PCRE] o Using MySQLnd, the new native driver o Using MySQL, MySQLi and PDO extensions o Cookies and Sessions o Object Oriented Programming o Debugging And Error Handling o Web Services Using SOAP Building Web Based Applications o Contact Management System o Uses jQuery and Ajax o Uses SendMail to dispatch reminder emails for birthdays and anniversaries o RSS Widget o Uses MagpieRSS [RSS parser for PHP] o Uses JavaScript to provide Drag and Drop functionality o Newsletter Delivery System o Uses SendMail to dispatch newsletter o An Automatic Email Dispatcher o Uses CronJob to schedule email dispatch o Uses SendMail to dispatch emails o Using The Model View Controller Architecture Setting Up Linux On A Virtual Machine Over MS Windows Using phpMyAdmin - A Web based MySQL Administration tool
|
|
Read more...
|
|
|
Java EE Project Using EJB 3, JPA And Struts 2 For Beginners |
|
|
|

This book aims serving students, developers, technical leads and to some extent project managers or consultants by demonstrating a structured documented modestly sized project. Learning the project development and documentation is done through the construction of an Online Car Rental System [integrated with a payment gateway] using MySQL Community Server as the data store with Java Server Pages as the delivery mechanism, Struts 2 as the framework, JPA as the Specification and Hibernate 3 as the Implementation [the Object Relational Mapping library].
What You'll Learn? Online Shopping Google checkout jQuery Validations Session management Search Sending emails Images in BLOB Entity Beans [Annotations] Stateless Session Beans Ajax Access based user management Display Tag Pagination Restricted page access protection User authentication interceptor Custom error pages Double form submission prevention Persistence Java Transaction API Java Persistence API Connection Pooling JNDI Data Source Named Queries Check Username Availability Password Strength Resource Bundle
|
|
Read more...
|
|
|
Java Persistence API In EJB 3 For Professionals - Covers EJB 3.1 using GlassFish v3 Prelude |
|
|
|
|
Designed for beginners and intermediate developers, this book teaches JPA from the ground up with an aim to get the reader up to speed with JPA as quickly as possible. It delves deeply into the core of the JPA, providing a sound understanding of the components that make up the framework and the way they interact with each other. This book uses the learning by doing pattern with a lot of ready-to-use examples. This pattern has proven to be the best approach for learning a new technology. Most [if not all] of the concepts that you will find in this book are demonstrated using well described and easy to understand examples, yet sophisticated enough to demonstrate JPA in a real-world context. This book demonstrates a step-by-step guide to developing Web as well as Enterprise applications [using EJB 3 ] which re-enforces all the learning that takes place throughout the book. It also teaches how to integrate an enterprise application with Struts2. Not only this, the book also introduces EJB 3.1 [a part of Java EE 6] and demonstrates developing a IPA based EIB 3.1 application with the help of Glassfish v3 Prelude.
What You'll Learn? Building Web Applications Using JSP/Servlets, DAO, JPA using Hibernate 3, Ajax, Glassfish v2 Using JSP, JPA using TopLink, Glassfish v2 Building Enterprise Applications Using JSP/Servlets, EJB 3 - Session Beans, JPA using TopLink, Glassfish v2 Integrating an enterprise application with Struts2 [An extensible framework for creating enterprise-ready Java Web applications] Building Enterprise Applications Using EJB 3.1 Using JSP/Servlets, EJB 3.1 - Session Beans, JPA using EclipseLink, Glassfish v3 Prelude Using the NetBeans IDE to develop JPA based applications Reverse Engineering POJOs and Mapping Documents from Database tables Pagination using JPA To ensure that the focus remains on understanding the technology, we have adopted the simplest and most customary domain models such as Customer, Authors, ContactDetails, Books, Subscribers and Guestbook.
|
|
Read more...
|
|
|
Hibernate 3 For Beginners - Covers Java Persistence API |
|
|
|
|
Designed for beginners and intermediate developers, this book teaches Hibernate 3 from the ground up with an aim to get the reader up to speed with Hibernate as quickly as possible. It delves deeply into the core of the Hibernate 3 framework, providing a sound understanding of the components that make up the framework and the way they interact with each other. This book uses the learning by doing pattern with a lot of ready-to-use examples. This pattern has proven to be best approach for beginners. Most [if not all] of the concepts that you will find in this book are demonstrated using well described and easy to understand examples, yet sophisticated enough to demonstrate Hibernate in a real-world context. Finally, a web based application is developed to re-enforce all the learning that took place throughout the book. Not only this, the book also teaches porting the same application to another database, switching from Hibernate's native API to Java Persistence API and integrating with Struts2. This will definitely help developers to quickly get started with building real-world Web applications using the Hibernate 3 framework.
|
|
Read more...
|
|
|
Struts 2 With Hibernate 3 Project For Beginners - Covers Struts 2.1 Migration |
|
|
|
|
This book aims serving students, developers, technical leads and to some extent project managers or consultants by demonstrating a structured documented modestly sized project. Learning the project development and documentation is done through the construction of an Online Shopping Cart [integrated with a payment gateway] using MySQL Community Server as the data store with Java Server Pages as the delivery mechanism, Struts 2 as the framework and Hibernate 3 as the Object Relational Mapping library. Framework migration [Struts 2.0.x to 2.1.x] and the art of migrating the application across databases [with the help of Hibernate] is what the readers would definitely appreciate.
|
|
Read more...
|
|
|
Struts 2 For Beginners - Includes Struts Integration with Hibernate 3 |
|
|
|
|
Designed for beginners and intermediate developers, this book helps you come up to speed as quickly as possible with using the Struts2 framework. It delves deeply into the core of the Struts2 framework, providing a sound understanding of the components that make up the framework and the way they interact with each other. This book uses an application-centric approach. The development of an application drives the Struts2 exposure and not the other way around. An application is defined which is build throughout the book. Most [if not all] of the code spec and snippets that you will find in this book are a part of the application. Finally, a web based project is developed to re-enforce all the learning that took place throughout the book. This will definitely help developers to quickly get started with building real-world Web applications using the Struts2 framework.
|
|
Read more...
|
|
|
Java Server Pages Project For Beginners |
|
|
|
|

This book aims serving students, developers, technical leads and to some extent project managers or consultants by demonstrating a structured documented modestly sized project. Learning the project development and documentation is done through the construction of Book Management and Sales System using MySQL Community Server as the data store with Java Server Pages as the programming environment of choice.
Finally, the project developed is deployed using Sun Java System Application Server 9.1 Update 2. This is something application developers would definitely appreciate.
|
|
Read more...
|
|
|
Oracle For Professionals - Covers Oracle 9i, 10g & 11g |
|
|
|
|

Designed for new and experienced developers, this book is an essential guide for putting Oracle SQL and PL/SQL to work. It provides all of the basics you would expect to find in an introductory text and at the same time serves those who want to harness the unexploited, overlooked power of Oracle SQL and PL/SQL with an easy to follow format and numerous real examples based on most commonly used business database models.
It delves deeply into new features found in Oracle Database 11g, the next incarnation of Oracle's flagship database management system along with existing features found in Oracle Database 9i and 10g.
|
|
Read more...
|
|
|
Java Server Programming For Professionals (2nd Edition) |
|
|
|
|

The book has been written to provide genuine domain knowledge to programmers who wish to learn Java, Server side, Web based application development, using Java EE.
Learning web development is done through a set of examples and hands on exercises.
|
|
Read more...
|
|
|