dlr 01/07/25 17:29:04
Modified: . NOTES
Log:
Added SecurityService notes.
Revision Changes Path
1.8 +3 -0 jakarta-turbine-fulcrum/NOTES
Index: NOTES
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/NOTES,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- NOTES 2001/07/25 05:24:46 1.7
+++ NOTES 2001/07/26 00:29:04 1.8
@@ -18,11 +18,14 @@
which makes the security service useless outside of servlets.
There's no reason the security service can't be used in
non servlet applications.
+Some sort of Event/Listner setup can be rigged up to solve this, since
+Fulcrum will be a dependency of Turbine.
BaseSecurityService.java is tied to JavaMail simply for the
base64 encoding. There are a number of base64 encoding
classes in Jakarta, take one of those and get rid of
this tie.
+The base64 encoder from Tomcat is a possible replacement.
TemplateService
---------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]