Using JavaServer Pages and EJB components

The MyPortfolio sample demonstrates the use of JavaServer Pages (JSPs) and EJB components. The application simulates an online stock trading service. A Web application runs JSPs to provide the user interface. The JSPs call EJB session beans for client session management, and the session beans call EJB entity beans to manage data in the back-end database.

The MyPortfolio files are in the directory sample/MyPortfolio. The file readme.html describes how to install and run the application in EAServer.