ActiveMatrix Service Grid Developer Center

Labs

The following samples are available as part of the product installation. You need to download and install the product to access the labs.

  • SOAP-Java sample

    This sample is a simple Hello World style application. It consists of one Java Hello World service that returns an acknowledgement string when a user submits a name to a Hello World SOAP client. You can find the sample as part of the product installation located at TIBCO_HOME\amx\2.0\samples\SOAPJava.

  • SOAP-Java-.NET sample

    This sample expands on the simple SOAP-Java Hello World sample. It consists of two services: the Hello World service and the Date Manager service. These services work together to return an acknowledgement string with a date when a user submits a name to a Hello World SOAP client. You can find the sample as part of the product installation located at TIBCO_HOME\amx\2.0\samples\SOAPJavaDotNet.

  • Publish-Subscribe sample

    Publish Subscribe sample is an employee vacation timesheet service. The service consists of one in-only operation: submitTimesheet. It consists of HR and Payroll EmployeeVacation Java components which implement the timesheet submission processing operation. You can find the sample as part of the product installation located at TIBCO_HOME \amx\2.0\samples\PublishSubscribe.

  • Hello World Mediation Sample

    This getting started example introduces mediation flows and mediation components using a simple application that involves sending a simple SOAP message to a service and receiving a simple SOAP reply message from the service. You can find the sample as part of the product installation located at
    TIBCO_HOME \amx \2.0\samples\amsb\HelloWorld.

  • Temperature Conversion Sample - Reusing Existing Jar File

    This sample demonstrates the usage of existing Java implementations (archived as JAR files) in ActiveMatrix Service Grid and exposing the available functionality as services using SOAP/HTTP transport.

  • Reusing existing .NET DLL file with ActiveMatrix Service Grid

    This sample demonstrates the usage of existing .NET implementations (compiled as DLL files) in ActiveMatrix Service Grid and expose the available functionalities as services using SOAP/HTTP transport.

  • Using JDBC Shared Resource with Java service in ActiveMatrix Service Grid

    This sample demonstrates the usage of JDBC Shared Resources in ActiveMatrix Service Grid and expose the available functionalities as services using SOAP/HTTP transport.

  • Invoking External Services via References

    This sample demonstrates the invoking the External Service in ActiveMatrix Service Grid and expose the available functionality(ies) as service(s) using SOAP/HTTP transport.

  • Leveraging SOAP over JMS

    This sample demonstrates the conversion of Celsius to Fahrenheit in ActiveMatrix Service Grid and expose the available functionality(ies) as service(s) using SOAP over JMS transport.