Results 1 to 2 of 2

Thread: Two modules in one application

  1. #1

    Default Two modules in one application

    Hi,

    I'd like to have two modules in the same web application, where application would be accessible at http://localhost/app.

    Now, if this is Spring app, how can I create two web modules where each module has it's own resource - images, css, js, etc.

    Is it possible to enable all this on the same address, so to the user would look like all css files are accessible at http://localhost/app/css/ url?

    Thanks for an help.

    Bojan

  2. #2

    Default

    Quote Originally Posted by bkraut View Post
    Hi,

    I'd like to have two modules in the same web application, where application would be accessible at http://localhost/app.

    Now, if this is Spring app, how can I create two web modules where each module has it's own resource - images, css, js, etc.

    Is it possible to enable all this on the same address, so to the user would look like all css files are accessible at http://localhost/app/css/ url?

    Thanks for an help.

    Bojan
    I'd just like to know if I can have two web application modules in one app? I also need to modularize javascripts and images.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •