INTRODUCTION TO JAVA WEB TECHNOLOGIES

Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
INTRODUCTION TO JAVA WEB TECHNOLOGIES por Mind Map: INTRODUCTION TO JAVA WEB TECHNOLOGIES

1. DYNAMIC WEB PAGES

1.1. A dynamic web page is a web page that displays different content each time it’s viewed. For example, the page may change with the time of day, the user that accesses the web page, or the type of user interaction.

1.2. TYPES

1.2.1. SERVER-SIDE

1.2.1.1. Web page whose construction is controlled by an application server processing server-side scripts.

1.2.2. CLIENT-SIDE

1.2.2.1. Processes the web page using HTML scripting running in the browser as it loads.

1.3. FEATURES

1.3.1. Using web programming language such as PHP, HTML and others

1.3.2. Has a database

1.3.3. The inside of it can come from visitors and can also from the database

1.3.4. Often updated

2. JAVA EE PLATFORM

2.1. Isn’t just a programming language.

2.2. Java EE (Java Enterprise Edition) is a Java-based technology which powers Enterprise software.