Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Multiple modules but deploy common code to common place

    I have a very large application that I need to deploy with multiple module. Our application is made of with GWT and smartgwt as well. When we compile there seems to be a lot of duplicate "common" code. Each module has the same css and theme information. So after compiliation I end up with ...

    Module A
    - it's specific files
    - it's common stuff that it could share with other modules like it's images.
    Module B
    - it's specific files
    - it's common stuff that it could share with other modules like it's images.
    Module C
    - it's specific files
    - it's common stuff that it could share with other modules like it's images.

    Is there a way to direct all that common stuff to a common stuff particularly the images and theme stuff since that takes up the bulk of the app size.
Working...
X