Are there any plans of making the FORM beans JAXB compliant.....
 
The reason I ask .... I am working on a Framework for EAI applications that
plugs into Struts.
 
presently in the programming model I have a step where for each request the
Application programmer needs to define a convertor
 
 
 
public interface IStructsConvertor extends IConvertor {
 
    public void convertHttpReq2KBean(HttpServletRequest req , ActionMapping
mapping,
     ActionForm form, KBean reqBean);    
}
 
* KBean is a JAXB compliant object in my framework...
 
and all that the convertor does is popullate reqBean from ActionForm.
 
This whole step could be avoided if the ActionForm is someway compatible to
JAXB generated objects.
 
Thanks
 
Niraj Juneja
 
 
 


This message and any attachment(s) is intended only for the use of the
addressee(s) and may contain information that is PRIVILEGED and
CONFIDENTIAL. If you are not the intended addressee(s), you are hereby
notified that any use, distribution, disclosure or copying of this
communication is strictly prohibited. If you have received this
communication in error, please erase all copies of the message and its
attachment(s) and notify the sender or Kanbay postmaster immediately.
([EMAIL PROTECTED]) 
Any views expressed in this message are those of the individual sender. 
Although we have taken steps to ensure that this e-mail and any
attachment(s) are free from any virus, we advise that in keeping with good
computing practice the recipient should ensure they are actually virus free.

Reply via email to