I'm using/anticipating the following technology stack:
- JSF
- Seam
- jBPM
- Spring
Of course, I'd like Seam to access Spring beans directly and have got this much to work fine. I'd now like to move down into jBPM and develop a proof of concept process definition that accesses Spring beans to perform actions and make decisions.
To promote separation of concerns and ensure the processes can run without Seam in the class path I'd like a solution that DOES NOT permit access to all of the Seam managed components.
I know Seam uses a bespoke EL resolver but other than that, where do I start?