My question is what does this:<RecentActivity, RecentActivityController>
mean in this code:
public class RecentActivity extends AbstractActionActivity<RecentActivity, RecentActivityController>
Actually I want know the concept of the < and > operators. Clould someone give references to learn about them?