ICEfaces is an open source Software development kit that extends JavaServer Faces (JSF) by employing Ajax.
It is used to construct rich Internet applications (RIA) using the Java programming language. With ICEfaces, the coding for interaction and Ajax on the client side is programmed in Java, rather than in JavaScript, or with plug-ins.
To create a Business Transaction match rule in AppDynamics that effectively matches ICEfaces entry points, follow these steps:
- In the Transaction Detection UI tab in the Controller UI (Configuration > Instrumentation > Transaction Detection), create a new custom match rule.
- Choose Servlet as the entry point type for the rule.
- For the Transaction Match Criteria, match by URI containing the word faces.
- In the Split Trasactions Using Payload tab, split by POJO Method Call. Split based on the second parameter (at index=1) of the com.sun.faces.application.ViewHandlerImpl.renderView() method, getViewId(). For example:
