Well the design pattern is MVC,
instead of using struts you can implement your ControllerServlet which
redirects to the dedicated Eventhandler without handling any FormBeans. 
But when you want show data, you first, in most cases, have a query on that
data, and for that you could use struts(like you'll know).

Manfred

> -----Original Message-----
> From: storck [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 22, 2001 11:48 AM
> To: [EMAIL PROTECTED]
> Subject: Presenting the data of a ValueObject on a JSP-Page
> 
> 
> Hi,
> 
> normaly I use struts from my formular-jsp pages, but I think for only
> representing the data of a EJB it would be overkill to use 
> Struts-Action and
> Struts-FormBeans.
> Does someone know a good solution for me.Maybe a design-pattern wich
> describes a common way? I thought about using a normal Java 
> Bean as a kind
> of wrapper. Would that be a good solution?
> 
> I am thankfull for every advice!
> 
> 

Reply via email to