I want to split up my project in diffrent modules so i can just swap them out if needed. Atm i just Jboss Developer Studio.
So i want my templates , login etc to be in 1 module/Application
Then i want to be able to access thease annotations and beans in another application.
Is this possible to do ?
Or is this seperation of modules possible todo within 1 application, so it is easy to extract all the xhtml,java files,navigation rules that are assoisiated with one module?