Previous Page | Next Page

Hints and Tips for Creating Custom Portlets

Overview

This chapter provides tips and best practices for developing portlets, including the following:

Note:   The code samples in this chapter require that you include the appropriate import statements at the top of your program. Here are some examples:

import com.sas.preferences.SASProfileInterface;
import com.sas.services.information.metadata.PersonInterface;
import com.sas.services.session.SessionContextInterface;
import com.sas.services.user.UserContextInterface;
import com.sas.services.user.UserServiceInterface;

  [cautionend]

Previous Page | Next Page | Top of Page