zoukankan      html  css  js  c++  java
  • 了解PeopleSoft的纯互联网架构

     Understanding PeopleSoft Pure Internet Architecture

    PeopleSoft PeopleTools is the technical foundation of the PeopleSoft software and the Oracle’s PeopleSoft Pure Internet Architecture. As suggested by the name, the PeopleSoft Pure Internet Architecture lets you use PeopleSoft applications in a purely Internet environment.

    The PeopleSoft Pure Internet Architecture is a server-centric execution architecture for deploying Internet applications to end users who access the applications through a web browser. These Internet applications are built using PeopleSoft PeopleTools. The following diagram illustrates the various servers involved in the PeopleSoft Pure Internet Architecture and the protocols they use to communicate:

    pure internet architecture

    Components and communication protocols of PeopleSoft Pure Internet Architecture

    There are several key concepts to take away from the above diagram:
    • Endusersaccess the applications through a web browser.
    • Thearchitecture is very server centric.
           The heart of the architecture is the PeopleSoft Internet application server that consists of the web serverand the application server.
    • The above architecture supports all of your end users. 
           The only users who will require Microsoft Windows machines and client configurations will be system administrators and developers who use the PeopleTools Development Environment.

    The PeopleTools Development Environment is used by developers and system administrators, who are typically a very small percentage of the overall user base. The following diagram illustrates the connection between the PeopleTools Development Environment, the application server, and the database server.

    How the PeopleTools Development Environment communicates with the application server and database server

    This is just the Microsoft Windows-based PeopleTools Development Environment that can be deployed in either two- or three-tier mode.

    In other words, with the PeopleSoft PeopleTools technology, the client platform should be much less of an issue when compared to past PeopleSoft releases. The use of server-centric, browser-based applications in the current PeopleSoft software should allow you to focus primarily on the server platforms. All the client machine needs is a standard web browser.

  • 相关阅读:
    android: 建立和断开a2dp link 相关方法总结
    Java: volatile和synchronized的区别 (转)
    shell 将变量当命令执行的几种方式
    tcp 自连接(主机的端口和自己建立连接)
    sed使用
    海尔风冷冰箱冷冻室最底层结冰 问题解决
    k8s 传参数的两种方式一种是 环境变量 拼接 另一种说是yaml传参到配置文件的表示怀疑要验证????????????????????????????
    k8s 集群中的etcd故障解决
    dockerfile
    使用VIM/VI给文件加密和解密
  • 原文地址:https://www.cnblogs.com/kgb250/p/2767651.html
Copyright © 2011-2022 走看看