Reference > Rule Studio User Interface > Wizards > New Client Project for RuleApps Wizard > POJO Properties Page

The Properties page prompts you to specify the required properties for the Plain Old Java Object client project.

Table 22 New POJO Client Project for RuleApps Properties Page
Field/Check Box 
Purpose 
Interface Name 
Specify a name for the interface inside the client project. This serialized public interface includes a method to execute the selected ruleset archive(s). The proposed name is the name of the project followed by Runner. 
Implementation Name 
Specify a name for the implementation class inside the client project. This class implements the interface whose name is specified in the previous field. The proposed name is the name of the project followed by RunnerImpl. 
Generate an interface for the POJO 
By default this check box is selected. If you deselect it, the Interface Name field is deactivated. You will no longer be able to specify an interface name, and an interface will not be generated in the final project. Instead, the proposed Implementation Name is changed to the name of the project followed by Runner. 
Rule Execution Server configuration 

Related Concepts

Execution
Execution Patterns

Related Tasks

Creating RuleApp Projects
Editing RuleApp Projects

Related Reference

New Rule Execution Server Configuration Project Wizard
New Rule Execution Server Configuration Wizard