Hi,
> Hi
>
> I want to use the Struts framework to implement an MVC
> pattern. For the model I would like to use EJB's.
>
> Is there any problem with my approach? Should I rather
> use another framework?
Struts applies many of the patterns in the J2EE Pattern catalog as outlined in our book Core J2EE Patterns. Have a look at the business delegate, value object, and service locator patterns in order to connect presentation tier objects (whether you use Struts or not) with business tier objects.
Hope this helps,
Dan