Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Adeptia Suite is a Java-based application designed using the J2EE framework. It is built using the state-of-the-art technologies and open standards. It uses XML, XSLT, Java (JMX, JDO, JCA, JMS, etc.) Swing, and web services. XML is the core data format used in the integration component. However, the application supports a wide range of disparate formats and structures.

...

Adeptia Suite utilizes the typical N-tier application architecture. 

Tier Application Architecture

...

Its unique feature is that the Presentation Layer is completely web-based, and thus can be used by business users or developers from anywhere at any time. The user-interface layer is used by developers at design time, and by business users at the

...

runtime to interact with workflow tasks. The Application Layer is a set of

...

Java-based server-side programs, residing on the central server and is used for executing process flows. The Data Layer represents the database, where all business rules, design rules, activity instances, and process flows are stored. Run-time logs are also stored in the database.

The Adeptia Suite follows a Hub-and-Spoke model in terms of deployment in an IT infrastructure. It acts as a central hub, with connections to other systems and external partners as spokes in this model. The main server implements and executes process flows and integrations. It achieves great scalability in performance using its clustering feature. Additionally, it follows a Store and Forward framework. Any incoming data can be archived and then converted into an XML format for further processing.

...

Modular Design

Adeptia Suite leverages a modular architecture that facilitates greater flexibility and extensibility. This modular design is depicted in Figure 2the below image.

Image RemovedImage Added

Modular Design

                   
This approach has enabled the application to offer additional features and functionality. The biggest advantage is that the customers can easily expand the product and add their own custom modules for serving their business needs. The N-tier architecture easily segregates the Presentation, Application, and Data layers into independent modules. The Adeptia Suite functionality is further separated into independent modules. For example, in the Application layer, the Process Engine, Events, Transport, Transformation, and Workflow features are all parts of separate modules.

...

Adeptia Suite supports distributed execution by clustering of multiple nodes that run parallel on separate servers for load balancing and failover capability. This enables scalability in terms of both processing large data volumes, and a large number of concurrent transactions.

...

To create a cluster, a network of nodes is created. One node acts as the primary node and the other nodes are secondary nodes. When process flows are triggered, they are distributed among the nodes of the cluster for execution. If a secondary node goes down in a cluster, it is taken out of the available list and the process flow execution is distributed among the other secondary nodes in the cluster. If a primary node goes down in the cluster, then a secondary node is automatically assigned as to the new primary node that continues the process flow execution.

...


Many services such as triggers, data transport, transformation, workflow, and web services are pre-built in the Adeptia Suite. Developers create instances of these services, which are referred to as activities. These activities are reusable in multiple process flows. Developers can create custom services or add existing activities into the Adeptia Suite. These services can be web services or custom programs. All these services are added in to a service repository, and activities may be assigned to these services with varied user permissions.

Process flows are created by sequencing individual activities together to create a complex and fully functional business process flow. A process flow represents a complete business operation such as 'Manage and process web site website orders'.

A process flow can also be used in another process flow. It can be called as a sub-process subprocess in another process flow. Additionally, it can be published as a Web service and used in other processes or applications.

...

Adeptia Suite is delivered as a single product and can be deployed with one installation exercise. It is opposed to its competitor products that adopt a tool-kit approach and require the installation of different tools and products.

...

Depending upon the expected data and transaction volumes, clustering of nodes is setup facilitating enhanced performance and scalability. Similarly, the backup database can be setup to ensure higher uptime.                                                                       


                   Image RemovedImage Added            Image Removed

...

Deployment Model - Adeptia Suite in Clustering (Internal access)


Image Added

Deployment Model - Adeptia Suite in Clustering

...

(External Access)

 The typical deployments of the Adeptia Suite in a customer environment are described below:

  • Production Server: this will be the instance of the Adeptia Suite that is used for the final production environment. There will be multiple production servers to create a cluster.
  • Development Server: this will be the instance of the Adeptia Suite that is used by developers for design, creation, and development of activities and process flows. Once a process flow is complete, it is migrated to the Production Server for deployment.
  • Staging and Testing Server: this will be the instance of the Adeptia Suite that is used when the process flows are complete and before they are deployed on the Production Server. The process flows are used for staging, testing, and user acceptance. This is optional and may be combined with the Development Server.