h1. Base Activequant Project This project aggregates base Activequant modules. The role of this maven project is to build all Activequant components. * @activequant-framework@ - main module: declares all Activequant interfaces, and domain objects. * @activequant-adapter-ib@ - feed and broker implementation, using connection to TWS station from "Interactive Brokers":http://interactivebrokers.com * @activequant-adapter-simple@ - misc web-based feed implementations ("Yahoo":http://finance.yahoo.com, "Google":http://finance.google.com, etc). * @activequant-dao-hibernate@ - SQL persistence layer implemented via Hibernate. * @activequant-filtering@ - filter-style processing of data series. * @activequant-regression@ - regression utilities. * @activequant-messaging-jabber@ - alerts via jabber instant messanger. * @activequant-messaging-email@ - alerts via e-mail. * @activequant-util-spring@ - context-building utilities using "Spring":http://springframework.com * @activequant-util-math@ - misc mathematics * @activequant-util-charting@ - charting utilities using jfreechart package.