Jump to: navigation, search

Verifying Deployment

Procedure

Prerequisites: You must first complete the procedure that is found at Installing Platform SDK.

Start of procedure

  1. Use your file manager to locate the destination folder for your Platform SDK installation.
  2. Confirm that your Platform SDK components look similar to what is shown in the following images:
    Note: These images assume that the default location was used during a Windows-based installation.
    PSDK 851 JavaFolders.png
    PSDK 851 NetFolders.png
  3. Examine each folder (including the root installation folder) to confirm its contents. The tables below give a description of the expected result for .NET and Java installations.

End of procedure

Folder Contents for a Java Installation
Folder Contents
\ The root folder contains the following two files:
  • ip_description.xml—This file contains data for the read_me.html file.
  • read_me.html—This Read Me file identifies the build number, platform compatibility, and a link to the latest Release Note.
\applicationblocks Contains a number of subfolders (listed in more detail below) that hold Maven projects (including a pom.xml file, Java source files, and a README.TXT file with some build instructions) for the application blocks included with this release of Platform SDK. You can use these files to gain a better understanding of, or to expand upon, the application block functionality.

Some subfolders also contain an additional QuickStart application to demonstrate the basic functionality of that application block.

  • apptemplate—source files
  • com—source files and QuickStart application
  • commons—common interfaces required for the COM Application Block and Message Broker Application Block (introduced in release 8.5.0)
  • messagebroker—source files (deprecated)
  • protocolmanager—source files (deprecated)
  • warmstandby—source files and QuickStart application

Deprecation Notice: The Message Broker and Protocol Manager application blocks are considered a legacy application blocks. Documentation and source code are provided for backwards compatibility, but new development should not use these application blocks.

\doc Contains the combined Platform SDK API Reference (as expanded JavaDoc files, or as a api.jar archive). This reference contains detailed information about how to develop content using the Platform SDKs.
\lib Contains the Java archive (.jar) files for all APIs and application blocks contained in the Java version of the Platform SDK, including: commons.jar, connection.jar, kvlistbinding.jar, kvlists.jar, protocol.jar, system.jar, along with netty-<version>.Final.jar and a subfolder containing the related Netty license file.
\samples Contains a readme.html file describing the code samples included with your Platform SDK installation, and subfolders with the source code for each sample.
  • apptemplate
  • chat
  • com
  • statistic-invoker
  • statistic-ui
  • tserver
  • warmstandby

For more information or to download the latest versions of these samples, see the Platform SDK code samples documentation.

\xsd Contains XML Schema Definition files that define the structure of the serialized messages used by the Platform SDKs.
Folder Contents for a .NET Installation
Folder Contents
\ The root folder contains the following two files:
  • ip_description.xml—This file contains data for the read_me.html file.
  • read_me.html—This Read Me file identifies the build number, platform compatibility, and a link to the latest Release Note.
\ApplicationBlocks Contains a number of subfolders (listed in more detail below) that hold self-contained Visual Studio solutions (with all source files) for the application blocks included with this release of Platform SDK. You can use these files to gain a better understanding of, or to expand upon, the application block functionality.

Some subfolders also contain an additional Visual Studio solution that provides a QuickStart application to demonstrate the basic functionality of that application block.

  • Com—source files and QuickStart application
  • Commons—common interfaces required for the COM Application Block and Message Broker Application Block (introduced in release 8.5.0)
  • MessageBroker—source files (deprecated)
  • ProtocolManager—source files (deprecated)
  • WarmStandby—source files and QuickStart application

Deprecation Notice: The Message Broker and Protocol Manager application blocks are considered a legacy application blocks. Documentation and source code are provided for backwards compatibility, but new development should not use these application blocks.

\Bin This folder holds the .NET libraries (as both .dll and .xml files) for all APIs and application blocks contained in the .NET version of Platform SDK, including the Core and Commons namespaces.
\Doc This folder stores the combined Platform SDK API Reference (in .chm format). This reference contains detailed information about how to develop content using the Platform SDKs.
\samples Contains a readme.html file describing the code samples included with your Platform SDK installation, a Samples.sln solution file, and subfolders holding source code for each sample.
  • SRC/COM
  • SRC/Common
  • SRC/FlexChatSample
  • SRC/StatServerConsoleSample
  • SRC/StatServerSample
  • SRC/TServer
  • SRC/WarmStandby

For more information or to download the latest versions of these samples, see the Platform SDK code samples documentation.

\Xsd This folder contains XML Schema Definition files that define the structure of the serialized messages used by the Platform SDKs.

Next Steps

This page was last edited on April 19, 2016, at 07:59.
Comments or questions about this documentation? Contact us for support!