Hi All
I use Wicket with Hibernate. I have used the hibernate entity as a Form's
Model.Now however I noticed that I need to also add/update an LDAP
instance's entries.This means as part of my submit
Ineed to wicket to capture the non-entity properties also.

1. I either have to use a Value Object as a Form's model and then map it to
the entity that needs to be perisisted.
2. Map the VO values into LDAP.

This means i would have additional Mappers/Assemblers adding in more code to
be maintained and adds duplicate objects of the model itself.

Is there any other pattern someone has used in such a scenario?

I know this problem has a mix of Wicket and Hibernate but its just a design
issue.Any pointers?

Thanks for the time
Cheers
Nive

Reply via email to