Hi,
 We want to send the User Context object contain name, product which he is
using, client code etc to our server side code. We have these information
available in our UI Layer code, JSF Layer. 
In JSF Layer, we are injecting the Stateless Session Bean proxy using
Spring. Now from JSF Layer, using the Stateless Session Bean, the call
reaches the server side. Server side we have many Spring managed POJOs
called from Stateless Session Bean and JPAs. 
Now I want to send the User Context information transparently to the server
side layer from UI Layer. I have implemented the WormHole pattern using
cflow construct and pointcuts.

I have these questions. 

a) Should I use AspectJ with EJB? Is it safe?

b) Will my user context reach server side Spring Code(behind the Stateless
EJB Layer) from UI using the wormhole correctly?

Please refer the attached document to find the code and design.

Please advise me on this.
http://www.nabble.com/file/p20357668/WormHole%2BDesign.txt
WormHole+Design.txt 
-- 
View this message in context: 
http://www.nabble.com/AspectJ%2C-cflow-and-server-side-J2EE-code.-tp20357668p20357668.html
Sent from the AspectJ - users mailing list archive at Nabble.com.
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to