© Brent Watson 2015
Brent WatsonStripes by Example10.1007/978-1-4842-0980-6_8

8. Interaction Between ActionBeans

Brent Watson 
(1)
316 Marine Ave, Brooklyn, USA
 
 
Brent Watson
This chapter will show how to put together what we’ve learned, by creating a simple application consisting of multiple pages and multiple ActionBeans. Our application will contain the following: LoginActionBean, which will be used to authenticate users; ApplicationMenuActionBean, which displays a menu to the user; and Page1ActionBean and Page2ActionBean, which are accessible from our menu. We also have a UserDAO object, which is a mock Data Access Object used to look up and authenticate usernames and passwords.

Login

We will start with the most complex ...

Get Stripes by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.