Version 1.0 was designed for a single purpose - to log and make persistent user information. The architecture for 2.0 is a more dynamic one that supports pluggable services in run time.
the following are some main feature enhancement.
-
Record and make use of clickstreams.
-
Link convertion.
-
Dynamic configuration with JMX
the following are some features that I'm considering to add in 2.0
-
Live library / module update. have to check what open source solution is available.
-
Integrate with a Job Scheuler. providing interface for Job Scheduling services. an ideal candidate is
Quartz
-
[not likely ] Integration with a mail server for email messaging. Ideal candidate is Apache James.
-
Allow integrate / make use of lower level infrastructure. e.g. connection pool of application server,
-
Provide a center point for obtaining services from the lower level infrastructure. .eg. JNDI factory
-
make it easy for users to disable and remove (not install) certain services. Provide options for using JHttp for 'wrapping' an external services, conditionally use it, not to use it etc.
-
web services