Hi there,
We are working in one project based on appfuse struts 2 multimodular. We are
now in a final stage of the project and would like to reuse as much code as
possible which is why we intend to create 3 modules. One with the common
core features, other for the web and other for the customized core
(customer-specific). Does this make sense? We are using extensively in the
view the opensessioninview pattern which I believe make things more
difficult to reuse. Anybody has experienced the same problem?? What is the
best practice? Our main concern is that if we start a new project based on
copy-paste it will be more difficult to synchronize later and the extra work
will not be worth it. Any suggestion? Thanks!
Oscar