Hi everyone, It seems to me that to better layer an application that uses web/Struts as one of several ways to access its data, the data layer shouldn't have any dependency on the access layer. Currently all my beans have to implement ActionForm (Structs 0.5. I understand that in 1.0 it becomes an abstract class). Let's say I want to make some API's to access the beans and give the API's to others, I have to send struts jar files along? Thanks, Siping Liu
- Re: ActionForm Siping Liu
- Re: ActionForm Craig R. McClanahan
- Re: ActionForm Siping Liu
