I have an application that uses struts - ejbs - hibernate. My value objects used for hibernate have the exact members as my html forms. Does anyone have
Any suggestions to re-use these value objects? IE: It seems that I must define an ActionForm for my struts layer, and have a plain value object in my app server layer. I'd rather not duplicate. Thanks. Patrick