Jump to ratings and reviews
Rate this book

Java EE Development with Eclipse

Rate this book
Develop, debug, test, and troubleshoot Java EE 7 applications rapidly with Eclipse

About This BookGo beyond simply learning Java EE APIs and explore the complete workflow of developing enterprise Java applicationsLearn to use the features of Eclipse JEE to simplify Java EE application developmentDevelop and deploy complete applications with JEEWho This Book Is ForIf you are a Java developer who has little or no experience in JEE application development or you have experience in JEE technology but are looking for tips to simplify and accelerate your development process, then this book is for you.

What You Will LearnSet up Eclipse, Tomcat, and Glassfish server for JEE application developmentUse JSP, Servlet, JSF, and EJBs to create a user interface and write business logicCreate JEE database applications using JDBC and JPAHandle asynchronous messages using MDBs for better scalabilityDeploy and debug JEE applications and create SOAP and REST web servicesWrite unit tests and calculate code coverageTroubleshoot application performance and memory issuesIn DetailJava EE is a technology for developing enterprise class, scalable applications. With recent changes to Java EE specifications, JEE application development has become a lot simpler. However, recent changes have also added many new specifications, some of which compete with existing JEE specification. Along with JEE specifications and APIs, it is also very important to understand the entire application development process and tools that can help simplify and accelerate JEE application development.

This guide provides a complete overview of developing JEE applications using Eclipse. The many features of the Eclipse IDE are explained. These enable the rapid development, debugging, testing, and deployment of JEE applications. You'll explore not just different JEE technologies and how to use them (JSP, JSF, JPA, JDBC, EJB, web services etc.), but also suitable technologies for different scenarios.

The book starts with how to set up the development environment for JEE applications and then goes on to describe many JEE specifications in detail, with an emphasis on examples. You'll learn how to deploy an example application on Tomcat and Glassfish Application Server.

You'll create a simple application that reads from a queue, processes the request, and publishes results to a topic and Eclipse MAT (Memory Analysis Tool) to debug memory issues.

Style and approachThis guide takes a step-by-step approach to developing, testing, debugging, and troubleshooting JEE applications, complete with examples and tips.

446 pages, Kindle Edition

Published September 29, 2015

9 people are currently reading
9 people want to read

About the author

Ram Kulkarni

4 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
1 (33%)
3 stars
1 (33%)
2 stars
1 (33%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Phil Wilkins.
Author 2 books4 followers
November 26, 2015
A solid book on the core of Java EE addressing the core EE technologies including:
- Java Database Connectivity (JDBC)
- Java Connector Architecture (JCA)
- Java Persistence Architecture (JPA)
- Enterprise Java Beans (EJB)
- Java Server Faces (JSF)
- Web services (REST & SOAP)
- Java Messaging (JMS)
- Spring Model View Controller (MVC)

The book doesn't go into the deepest details on these areas, as they all warrant (and get) books in their own right. But there is plenty to get to grips with the foundations.

On the Eclipse side of things, the book shows you how to link to Tomcat and Glassfish servers, build through the use of Maven, use of configuration control, debugging, unit testing with Mockito.

The book is clearly illustrated and shows a lot of these technologies with examples that you can work through.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.