Home

Image
Introduction We can create a theme to provide common styling to a set of coach views. Creating a theme consists of assigning values to a set of theme variables. By default, a new process application uses the BPM Theme because it contains a complete set of variables that the controls in Responsive Coaches toolkit use. If you want to create your own theme and use any of these responsive controls in your process application, use the BPM Theme as your starting point. You can then extend your theme by adding custom variables and modifying the BPM variables. The BPM variables start with a bpm prefix. Implementation Step 1: Select Create a new Process App in Process Designer. Give the name as ‘Coach and Coach Step 2: Open the Process App, which we have created in above step. In the library, click the plus sign in the User Interface category and then select Theme . Step 3: In the New Theme window, type the name of the new theme as MyBPM Theme . Select whether you want
Image
Introduction This artical provides how Spring Boot helps you accelerate and facilitate application development. Spring boot is sub-project developed by developers of spring framework – to create stand-alone, production-grade application with minimum configuration possible. Spring boot applications are typically bundled as fat/uber jar files and can be deployed in any platform as a simple jar file. This is why spring boot applications are a good candidate for building microservices in java. Let’s learn it by starting with a spring boot hello world application. Overview Features of Spring boot v   Auto-Configuration  - No need to manually configure dispatcher servlet, static resource mappings, property source loader, message converters etc. v   Dependency Management  - The different versions of commonly used libraries are pre-selected and grouped in different starter POMs that we can include in your project. By selecting one Spring Boot version we are implicitly selecting doz
Image
Introduction OpenShift is a layered system designed to expose underlying Docker-formatted container image and Kubernetes concepts as accurately as possible, with a focus on easy composition of applications by a developer. For example, install Ruby, push code, and add MySQL. Unlike OpenShift v2, more flexibility of configuration is exposed after creation in all aspects of the model. The concept of an application as a separate object is removed in favor of more flexible composition of "services", allowing two web containers to reuse a database or expose a database directly to the edge of the network. OpenShift Layers The Docker service provides the abstraction for packaging and creating Linux-based, lightweight  container images . Kubernetes provides the  cluster management  and orchestrates containers on multiple hosts. OpenShift Online adds: v   Source code management,  builds , and  deployments  for developers v   Managing and promoting  images  at scale as t
Image
Introduction The Appian Business Process Management Suite (BPMS) is built using a multi-tier web application model. The client tier includes an entirely web browser-based interface, allowing for easy deployment of the application and portability to a wide array of client machine  configurations. The middle tier consists of one or more Java Platform Enterprise Edition (JEE) compliant application servers that manage the application control and interface with the back-end engines that manage the data specific to the Appian Suite. Overview v   The Appian Business Process Management Suite (BPMS) is built using a multi-tier web application model. v   The client tier includes an entirely web browser-based interface, allowing for easy deployment of the application and portability to a wide array of client machine configurations. v   The middle tier consists of one or more Java Platform Enterprise Edition (JEE) compliant application servers that manage the application control and in