Introduction
Requirements
First Cup 7 (Java EE 7) Software Compatibility Software Version
- Java Development Kit (JDK) 7 or greater
- GlassFish server 4 or greater(Java EE7 SDK)
- NetBeans IDE 7.3 or greater
Java EE SDK
http://www.oracle.com/technetwork/java/javaee/downloads/
NetBeans IDE (Java EE distribution)
https://netbeans.org/downloads/
Configuring Environment
Add GlassFish Server
- Net Beans IDE–Master Password:5469
- domain:domain1
- host:localhost
- DAS Port: 4848
- HTTP Port: 8080
About Java Platform,Enterprise Edition
Overview
- large scale
- multi-tiered
- scalable
- reliable
- secure network application
Tiered Applications
multi-tiered applications:
- a client tier
- a middle tier
- data tier (often called the enterprise information systems tier).
The Client Tier
Clients can be a web browser, a standalone application, or other servers, and they run on a different machine from the Java EE server.
The Web Tier
- Dynamically generate content in various formats for the client
- Collect input from users of the client interface and return appropriate results from the components in the business tier
- Control the flow of screens or pages on the client
- Maintain the state of data for a user’s session
- Perform some basic logic and hold some data temporarily in managed beans