Intellect Suite – Polaris’
offering of products for the banking and financial
services industry – is a J2EE compliant
system based on the principles of Service Oriented
Architecture (SOA) and component-based technology.
Intellect Suite is built on SOA
principals, which facilitates very easy and
fast integration with external programs like
portals for delivering the product functionality
using bank’s various delivery channels.
- Uses only Stateless Session Beans for business
logic processing]
- Uses Message Driven Beans for asynchronous
and parallel processing to achieve high batch
performance
- Configurable degree of parallel processing
using J2EE and application parameters
-
Clean separation of business
logic and user interface
-
Separation of business
logic and external system interface layer
-
All business functionality
exposed using well designed APIs
-
Business APIs easily extensible
to be published using web services
-
Configurable parameters
and transaction flow
- Ensure responsiveness to the end user by streaming
a single page of data to the end user
- Applets are used where the UI requires Rich
contents and advanced GUI controls/actions
- Runs within the browser “Sand-Box”
model. Does not access the Local PC file system.
- Usage of Intercepting Filters for Activity
logging, authentication, compression etc
- A Single controller
- Event handler
- Caches Application data for improved performance
- Uses Asynchronous processing, where it is
feasible to off-load the processing to be done
later and returns the control back to the user
- Stateless session bean to achieve higher scalability
and performance
- Database connection pooling for better performance
- Event-based architecture which allows external
systems to easily interfaces with the product
|