The WebSphere® Sensor Events Toolkit includes Java™ archive (JAR) files which are required
when creating WebSphere Sensor Events solutions
in the toolkit.
Before you begin
The required JAR files vary depending upon the type of
application you want to create. All JAR files are available in the WebSphere Sensor Events Toolkit in
the folder.
To create an application that creates
or processes events, the following JAR files are required:
- Amit3.0Common.jar
- com.ibm.rfid.epcg.core.jar
- com.ibm.rfid.epcg.tds.jar
- ibmrfid_common_utils.jar
- ibmrfid_event_profilerClient.jar
- ibmse_common_util.jar
- ibmse_event_model.jar
- ibmse_event_model_ale_converter.jar
- ibmse_event_model_converter.jar
- ibmse_event_model_uuid.jar
- ibmse_taskagent_runtime.jar
- org.apache.regexp.jar
To call a reusable component, the following
JAR files are required in addition to the JAR files required for processing
events:
- ibmruc_rucimpl_ejbClient.jar
- ibmruc_backendimpl_ejbClient.jar
- ibmruc_common_utils.jar
To create a reusable component, the following JAR files are
required in addition to the JAR files required for processing events:
To create an application that uses the WebSphere Sensor Events API,
the following JAR files are required:
- com.ibm.rfid.epcg.core.jar
- com.ibm.rfid.epcg.tds.jar
- ibmrfid_common_utils.jar
- ibmrfid_epc_commissioningClient.jar
- ibmrfid_event_profilerClient.jar
- ibmrfid_premises_api_client.jar
- ibmrfid_premises_api_ejbClient.jar
- ibmrfid_premises_api_ws.jar
- ibmrfid_premises_util.jar
- ibmse_common_util.jar
- ibmse_event_model.jar
- ibmse_event_model_ale_converter.jar
- ibmse_event_model_converter.jar
- ibmse_event_model_uuid.jar
- org.apache.regexp.jar
- Rfid.jar
- xsdbeans.jar
To create an application that uses events and the WebSphere Sensor Events API,
copy all the JAR files.
Note: This tutorial example only processes
events.
Follow these steps to copy the JAR files to the enterprise
application project that you created:
Procedure
- In Rational® Application Developer for WebSphere Software select and click Next.
- Complete the following tasks in the Folder window
- For the parent folder, select TemperatureEvent_EAR.
- For the folder name, enter lib.
- Click Finish.
- In the Project Explorer view, expand .
- While pressing and holding the Ctrl key, select the following
JAR files in the lib folder:
- Amit3.0Common.jar
- com.ibm.rfid.epcg.core.jar
- com.ibm.rfid.epcg.tds.jar
- ibmrfid_common_utils.jar
- ibmrfid_event_profilerClient.jar
- ibmse_common_util.jar
- ibmse_event_model.jar
- ibmse_event_model_ale_converter.jar
- ibmse_event_model_converter.jar
- ibmse_event_model_uuid.jar
- ibmse_taskagent_runtime.jar
- org.apache.regexp.jar
- With the JAR files selected, select .
- Expand TemperatureEvent_EAR and
select the lib folder.
- With the lib folder selected, select .
- Expand the lib folder to verify
that the JAR files have been copied.