Developing Apama Applications > Developing Clients > The C++ and Java Client Software Development Kits
The C++ and Java Client Software Development Kits
This topic focuses on the C++ and Java kits, and it starts by introducing the main classes and methods provided, and then provides the class and method definitions.
The following section Using the SDKs – C++ and Java Examples then describes a simple example that illustrates how to use the library to create and build a client program that can drive and interact with the event correlator.
For higher level Java interfaces see the following topics:
*The JavaBeans API
*The EventService API
*The ScenarioService API
Note: In C++ Applications, any strings passed by the application to the event correlator need to be encoded as UTF-8 (or as pure 7-bit ASCII, which is a subset of UTF-8). If the application environment is something other than UTF-8, use the convertToUTF8() and convertFromUTF8() functions as described in Data classes.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.