Tim Christopher wrote:

CustomerService.java
# Used to gain access to CustomerDAO and CustomerSqlMapDAO.

CustomerDispatchAction.java (ex insert method - but will contain CRUD)
# Gets instance of CustomerService; copies jsp form details into a
DynaActionForm; copy form DynaActionForm to Customer.java object;
calls insert method in CustomerService with Customer object as the
parameter; return ActionForward.



I'm interested in learning what the above classes do - can you please elaborate? Can you post/point to a little code? I'm particularly interested in how DispatchAction class can be used.

Thanks,
Vamsee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to