________________________________

From: Tiwary, Amit 
Sent: Thursday, November 06, 2008 2:56 PM
To: [email protected]
Subject: [aspectj-users] AspectJ, cflow and server side J2EE code.

 

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.
WormHole+Design.txt
<http://www.nabble.com/file/p20357668/WormHole%2BDesign.txt>  

________________________________

View this message in context: AspectJ, cflow and server side J2EE code.
<http://www.nabble.com/AspectJ%2C-cflow-and-server-side-J2EE-code.-tp203
57668p20357668.html> 
Sent from the AspectJ - users mailing list archive
<http://www.nabble.com/AspectJ---users-f2219.html>  at Nabble.com.


This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.

_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to