Weblogic-学习笔记(3课 术语)

来源:互联网 发布:单片机原理图 编辑:程序博客网 时间:2024/05/16 14:44

Web Client

A Web Client interacts with WLS via HTTP using servlets/JSPs.
Types of Web clients include:

  • Browser
  • Web services(SOAP over HTTP)
    这里写图片描述

Client Application

A client application interacts with WLS through JRMP/T3.IIOP,COM.
Types of clients include:

  • Standalone Java applications
  • Applets within a browser
    这里写图片描述

Proxy Server

Forwards requests to other machines
Can be used as a level of indirection and security
Can be used to load balance a system
这里写图片描述

Firewalls

Provide filtering,authorization,and authentication services.
Help keep out hackers
Map port requests
Can act as proxy servers
Can decrease back-end network activity
这里写图片描述

Web Server

Web servers:
Provide Web content

  • Communicate via HTTP,FTP,and so forth
  • Can handle CGI requests
  • Proxy some requests to application servers
    这里写图片描述

Application Servers

Provide services that support the execution and availability of deployed applications
Handle heavier processing chores than Web servers.
这里写图片描述

A Web App Server Configuration

这里写图片描述

An Application Server Configuration

这里写图片描述

Definition : Domain

A domain is a logically related group of Weblogic Server resources that you manage as a unit.

A domain provides one point of administration.

A Weblogic Server domain can logically separate:

  • Development,test,and production applications
  • Organizational divisions
    这里写图片描述

Why Use Domans?

A domain is an administration feature that;

  • Is transparent to applications
  • Can be configured and administered,for technical or business reasons,even after applications are developed or in production

Weblogic Server domains can be used to separate:

  • Development,test and production applications
  • Administration and operational responsibilities
  • Organizational or business divisions

Definition : Server

A server is an instance of weblogic.server executing in a JVM.
A server:

  • Runs on a designated WLS machine
  • Has a dedicated amount of RAM
  • Is multithreaded
    这里写图片描述

Administration Server

Is the central point of control for a domain Stores the configuration information and logs for a domain

Runs the Weblogic Administration Console
这里写图片描述

Definition : Managed Server

Is any server in a domain that is not the admin server

Contacts the admin server for configuration information

Runs business applications in a production evironment
这里写图片描述

Definition : Machine

Is a computer that hosts Weblogic Server(s) Runs a supported operating system platform

Can host multiple Weblogic Server instances
这里写图片描述

Definition : Cluster

A cluster is a logical group of WLS servers.

Weblogic clusters provide automatic:

  • High Availability
  • Load balancing

A cluster is transparent to a client.
这里写图片描述

Section Review

In this section we discussed:
The ways that distributed systems improve availability,scalability,and maintainability

The ways that standards for distributed systems improve the cost effectiveness of software development projects

The J2EE architecture and many J2EE technologies

The terms used to discuss Web architectures

The terms used to describe Weblogic Server features

0 0
原创粉丝点击