PeopleTools

From Wikipedia, the free encyclopedia
PeopleSoft Enterprise PeopleTools
Original author(s)PeopleSoft
Developer(s)Oracle Corporation
Stable release
8.61 / April 16, 2024; 0 days ago (2024-04-16)[1]
Written inC++, Java
Operating systemWindows, Linux
Platformx64
TypeIntegrated development environment
LicenseProprietary commercial software
WebsiteOfficial Page

PeopleTools consists of proprietary application software originally developed by PeopleSoft Corporation, an Enterprise Resource Planning (ERP) software vendor acquired by Oracle Corporation in 2004.[2] PeopleTools facilitates the deployment of both vendor-developed and custom-developed applications using an Internet-based architecture known as the PeopleSoft Internet Architecture (PIA).[3]

Core vendor-developed PeopleTools applications include:

  • Campus Solutions (CS)
  • Financials and Supply Chain Management (FSCM)
  • Human Capital Management (HCM)
  • Customer Relationship Management (CRM)
  • Enterprise Performance Management (EPM)
  • Interaction Hub (PIH)

As a result of the high level of abstraction used in PeopleTools, these applications can run in association with a variety of operating systems and databases and can provide multilingual support on a variety of web browsers.

From a development perspective, PeopleTools consists of several technologies for building and customizing applications. While a PeopleTools developer can (and often does) work with many programming languages, the primary language is PeopleCode, and Application Designer is the primary integrated development environment (IDE).

PIA[edit]

The PIA (PeopleSoft / PeopleTools Internet Architecture) consists of a variety components including: web, application, search, database, and process scheduler servers as well as Integration Broker. These components can be deployed on a single real or virtual server but are most typically deployed in isolation for reasons of performance and scalability.

Web Server

Like traditional web-based applications, web servers are used within the PIA to provide HTML-based documents for browser-based clients. Supported web server options have changed over time, and as of PeopleTools 8.59, PeopleTools applications are deployed only using Oracle WebLogic Server. Unlike traditional web-based applications, the Java-based software deployed in the web servers contains no application logic, purely presentation logic.

In the PIA, all application logic is deployed at the application server layer.

Application Server

The application server, or “app server,” is the tier between the web and database layers. This layer is primarily responsible for receiving requests from the web server and issuing SQL to the database.

The app server is built on BEA Tuxedo technology, and as such, is responsible for maintaining transaction isolation and database connection pools in PeopleTools applications. Using Tuxedo, PeopleTools app server domains are created as a collection of processes servicing specific needs and clients in addition to web server requests. Within a domain, several types of related programs can be launched, including remote call COBOL, Application Engine, and BI Publisher programs.

Process Scheduler Server

Like the app server, the process scheduler server, or "scheduler" or "batch server" is built on BEA Tuxedo and is deployed as a collection of processes designed to launch and schedule various programs types. Such processes form a process scheduler domain and are used to execute COBOL, SQR, Crystal Reports, Application Engine, nVision, BI Publisher, and many other types of batch programs. Unlike the app server, the scheduler does not return HTML to the web server for delivery to the client browser. Rather, the scheduler simply executes programs and posts logs and reports to the web server for user retrieval.

Database Server

The database server contains all application data as well as all metadata associated with various PeopleTools object types. It also contains many PeopleCode-based application scripts and programs that both the application and process scheduler servers execute.

As PeopleTools is built to operate on many database platforms, database specific constructs (like stored procedures) and programming languages (like PL/SQL) are not traditionally used. Alternatively, developers write Meta-SQL, and the app or scheduler servers translate such into the proprietary SQL for the related database technology.

Search Server

Based on predefined search indexes, the search server returns search results for consumption in the client's web browser. For 9.2 applications running PeopleTools 8.60, the search server technology is a forked version of the Elastic stack.

Integration Broker

Integration Broker is another major server component of PeopleTools. Making use of the PIA web and app servers, Integration Broker sends and receives data via web service-based APIs. While adhering to standards-based web service standards - such as XML-based SOAP and JSON-based RESTful web services - Integration Broker also provides a simple proprietary XML-based standard (known as PSCAMA) for PeopleTools-based applications to exchange data both synchronously and asynchronously.

Application Designer[edit]

Application Designer is the core tool used to create and customize PeopleTools-based applications. This tool is used to either connect to the database or app server for the purposes of creating and updating PeopleTools object types. The following is a brief list of such object types created or modified in Application Designer:[4]

  • Field Definition
  • Record Definition
  • PeopleCode
  • Page definition
  • Page Group (component) definition
  • Menu Definition
  • Business Process design (workflow)
  • Project definition

Applications can be built or customised in a development environment, then assembled into a project for migration to test and live environments.

Current and Future releases[edit]

Current computing trends have led to the introduction of the Fluid User Interface (UI) in PeopleTools 8.54.[5]

The Fluid UI technology provides a means for PeopleTools developers to easily create fully responsive and modern looking applications. As this technology matures, it is anticipated Oracle will provide fully redesigned application pages making use of such technology, especially as customers adopt and apply application maintenance utilizing Fluid UI functionality anticipated with PeopleTools 8.55.

Major Versions and General Availability (GA) Dates[edit]

  • 8.61 - 17 Jan 2024 for Oracle Cloud only (OCI), 15 Apr 2024 for true GA
  • 8.60 - 15 Oct 2022 for Oracle Cloud only (OCI),[1] 2 Dec 2022 for true GA[6]
  • 8.59 - 8 April 2021 for Oracle Cloud only,[7] 22 July 2021 for true GA[8]
  • 8.58 - 19 December 2019 [9]
  • 8.57 - 21 September 2018 [10]
  • 8.56 - 6 June 2017 [11]
  • 8.55 - 4 December 2015 [12]
  • 8.54 - 11 July 2014 [13]
  • 8.53 - 6 February 2013 [14]
  • 8.52 - 28 October 2011
  • 8.51 - 10 September 2010 [15]
  • 8.50 - 18 September 2009 [16]
  • 8.49 - 25 April 2007 [17]
  • 8.48 - 13 July 2006 [18]
  • 8.47 - 15 November 2005
  • 8.46 - 23 February 2005
  • 8.45 - 9 June 2004 [19]
  • 8.44 - 17 December 2003 [20]
  • 8.43 - 13 June 2003
  • 8.42 - 26 November 2002
  • 8.41 -
  • 8.40 -
  • 8.20 - 22 August 2003 [21]
  • 8.15 - 31 August 2001 [22]
  • 8.14 - 15 June 2001 [23]
  • 7.61 - 6 April 2001 [24]
  • 7.1x

References[edit]

  1. ^ a b "PeopleTools 8.61 is available for on-premise installation". blogs.oracle.com. Retrieved 2024-04-16.
  2. ^ "Oracle Buys PeopleSoft". www.oracle.com. Retrieved 2015-11-08.
  3. ^ "PeopleSoft Architecture Fundamentals". docs.oracle.com. Retrieved 2015-11-08.
  4. ^ Anderson, Lynn (2001). Understanding PeopleSoft8. Sybex. pp. 64–68. ISBN 0-7821-2930-7.
  5. ^ "Fluid User Interface Developer's Guide". docs.oracle.com. Retrieved 2015-11-22.
  6. ^ "Oracle releases PeopleTools 8.60 on OCI". PeopleSoft Blog. Oct 15, 2022.
  7. ^ "Oracle Releases PeopleTools 8.59". blogs.oracle.com. Retrieved 2021-04-23.
  8. ^ "PeopleTools 8.59 is Available for Downloads". PeopleSoft Blog. July 21, 2021.
  9. ^ Bain, David (December 18, 2019). "PeopleSoft PeopleTools 8.58 is Available on Oracle Cloud Infrastructure". PeopleSoft Blog.
  10. ^ Bain, David (September 21, 2018). "PeopleTools 8.57 is Available on the Oracle Cloud". PeopleSoft Blog.
  11. ^ Bain, David (June 9, 2017). "PeopleTools 8.56 is Now Available". PeopleSoft Blog.
  12. ^ "PeopleSoft PeopleTools". Oracle Help Center.
  13. ^ "Oracle-PeopleSoft is pleased to announce the general availability of PeopleTools 8.54 (PeopleSoft Technology Blog)". Archived from the original on 2014-07-17. Retrieved 2014-07-22.
  14. ^ "Oracle Releases Oracle's PeopleSoft PeopleTools 8.53". finance.yahoo.com.
  15. ^ "Release Notes: Oracle's PeopleSoft PeopleTools 8.51" (PDF). Archived (PDF) from the original on September 16, 2012.
  16. ^ "Release Notes for PeopleSoft Enterprise PeopleTools 8.50" (PDF). Archived (PDF) from the original on September 12, 2012.
  17. ^ "Release Notes for PeopleSoft Enterprise PeopleTools 8.49" (PDF). Archived (PDF) from the original on November 19, 2012.
  18. ^ "Release Notes for PeopleSoft Enterprise PeopleTools 8.48" (PDF). Archived (PDF) from the original on February 13, 2018.
  19. ^ "Release Notes for Enterprise PeopleTools 8.45" (PDF). Archived (PDF) from the original on February 13, 2018.
  20. ^ "PeopleTools 8.44 Release Notes" (PDF). Archived (PDF) from the original on February 13, 2018.
  21. ^ "PeopleTools 8.20 Release Notes" (PDF). Archived (PDF) from the original on September 12, 2012.
  22. ^ "PeopleTools 8.15 Release Notes" (PDF). Archived (PDF) from the original on February 13, 2018.
  23. ^ "PeopleTools 8.14 Release Notes" (PDF). Archived (PDF) from the original on February 13, 2018.
  24. ^ "PeopleTools 7.61 Release Notes" (PDF). Archived (PDF) from the original on February 13, 2018.