cs 441

5
CS 441 George Koutsogiannakis Spring 2011 1

Upload: terrene-cato

Post on 31-Dec-2015

20 views

Category:

Documents


0 download

DESCRIPTION

CS 441. George Koutsogiannakis Spring 2011. Java EE Books References. Site: http://www.oracle.com/technetwork/java/javaee/documentation/index.html - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: CS 441

CS 441

George KoutsogiannakisSpring 2011

1

Page 2: CS 441

Java EE Books References• Site: http://www.oracle.com/technetwork/java/javaee/documentation/index.html

• Books Implementing SOA Using Java EE by B.V. Kumar, Prakash Narayan, and Tony Ng (Addison-Wesley Professional, 2010) This book provides step-by-step guidance on how to architect enterprise solutions and implement them using SOA and Java EE technologies.

Java EE 6 with GlassFish 3 Application Server by David Heffelfinger (Packt Publishing, 2010)A practical guide to install and configure the GlassFish 3 Application Server and develop Java EE 6 applications to be deployed to this server

2

Page 3: CS 441

Java EE Books References• Beginning Java EE 6 Platform with GlassFish 3: Fro

m Novice to Professional by Antonio Goncalves (Apress, 2009) This book details the Java EE 6 specifications and reference implementations and uses GlassFish v3 to deploy and administer the code examples.

• Real World Java EE Patterns Rethinking Best Practices by Adam Bien (lulu.com, 2009) Through real world projects, this book shows how to develop and maintain Java EE 5 and Java EE 6 applications.

3

Page 4: CS 441

Available Tutorials• Java EE Tutorials

The Java Tutorial • A practical guide for programmers with hundreds of

complete, working examples and dozens of trails--groups of lessons on a particular subject.

• Java EE 6 Platform

• API Documentation The Java EE 6 Tutorial Your First Cup: An Introduction to the Java EE Platform

4

Page 5: CS 441

Available Tutorials

• Java EE 5 Platform• The Java EE 5 Tutorial (online)

The Java EE 5 Tutorial (PDF) Your First Cup: An Introduction to the Java EE Platform (online) Your First Cup: An Introduction to the Java EE Platform (PDF) Your First Cup: An Introduction to the Java EE Platform (download)

5