Tagged Questions
1
vote
4answers
5k views
What are the advantages and disadvantages of the Session Façade Core J2EE Pattern?
What are the advantages and disadvantages of the Session Façade Core J2EE Pattern?
What are the assumptions behind it?
Are these assumptions valid in a particular environment?
0
votes
0answers
22 views
Good way to generate keys for cache/session that are for internal usage only?
I am writing a library that will use session and/or cache behind a facade interface. The library will store information there that should not be available for retrieval outside the library by using ...