FAQ

This is a compilation of common usage doubts, tips and workarounds.

What features does this module provide?

The currently supported features are:

  • Single Sign-On (SSO) DIF1->DIF2 and DIF2->DIF1
  • Stage link component with validation access for both frameworks for linking services from one another
  • Component mode stage inclusion of a DIF1 stage in a DIF2 stage
  • Central rendering of JavaScript/CSS resources on the main DIF2 stage for included component DIF1 stages

How can I deploy this?

This plugin requires that both DIF frameworks and applications are deployed in a single WAR file, sharing the same context root.
This is mandatory since these integration features share HTTPSession objects and perform inclusion of JSP pages.

DIF1 has been updated to support Maven builds to simplify this task.
A project simply has to declare dependencies to both frameworks and this module to set this up.