INTRODUCTION TO JAVA WEB TECHNOLOGIES

시작하기. 무료입니다
또는 회원 가입 e메일 주소
INTRODUCTION TO JAVA WEB TECHNOLOGIES 저자: Mind Map: INTRODUCTION TO JAVA WEB TECHNOLOGIES

1. JAVA EE PLATFORM

1.1. Isn’t just a programming language.

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

2. DYNAMIC WEB PAGES

2.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.

2.2. TYPES

2.2.1. SERVER-SIDE

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

2.2.2. CLIENT-SIDE

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

2.3. FEATURES

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

2.3.2. Has a database

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

2.3.4. Often updated