Hi all, I have some ideas for enhancing it and would like to hear your comments.
Base puprose is to allow stress-free view to (stateless) session beans from client side. IMHO , this remote facade has to: - implement remote interface - transparently and lazily acquire remote interface for own use and delegate calls there - inherit from java.util.Observable so interested parties may register itself and be notified whenever some methods were called - provide cache possibility for method invocation results. This has to be configurable like - imutable ( get stuff once ), not-cached or cached ( provide the same copy until invalidated. Cached results could be itself observale - wrap them in dynamic proxy together with java.util.Observable... Any comments? regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
