Reporting design patterns are an important part of the object-oriented design of InetSoft Enterprise products. The use of design patterns not only facilitates ease of use; it also helps programmers understand the high-level framework behind the object design. This chapter documents the design patterns used in the InetSoft enterprise-specific classes.
The proxy design pattern is used extensively in the design of InetSoft Enterprise products. This pattern is applied to allow the server components to support multiple communication protocols and is used in the clustering of servers for better scalability.
InetSoft Enterprise products support Java RMI communications between client and servers. The client can choose between two varieties of server: RMI and servlet (regular Java class). To the client, both servers share the same API. The details of the protocol are hidden behind the client-side proxies.
In the case of client-side proxy, the proxy serves as an API adapter and protocol handler. The client uses the base interface RepletRepository for all protocols and it is up to each proxy to implement the interface and forward the request to the appropriate server.
Another use of proxy is for transparent load balancing. There are two basic types of load balancing. Client-side load balancing makes the client choose which server to communicate with and balance the load between the servers known to the client. Server-side load balancing hides the fact that there are multiple servers from the client and transparently distributes the requests to available servers.
InetSoft Enterprise products use proxy to build transparent server-side load balancing. By using a proxy to hide the fact that there are multiple servers, the use of load balancing is transparent to the client. The server configuration can be changed without any code modification.
#1 Ranking: Read how InetSoft was rated #1 for user adoption in G2's user survey-based index | Read More |
Here are several ways in which InetSoft supports scalability:
Collection of Business Visualization Samples - This visualization displays the salaries of both men and women in the company, along with salary ranges. The salaries of men and women are represented by blue and green, respectively, with the salary ranges represented by boxes around the data points. A win-loss chart is a visual representation of the results of a series of events, typically in sports or competitive games. This win-loss visualization uses green bars to indicate win, grey bars to indicate ties, and orange bars to indicate losses. This multicolored line chart displays how much land mass various islands have lost over time due to rising sea levels. The most striking example of this is the Chandeleur islands losing almost 10 square miles in 150 years...
Endpoint Clinical KPIs - The endpoint clinical industry, which encompasses clinical trials and research conducted to evaluate the safety and efficacy of new medical treatments, drugs, and devices, tracks various key performance indicators (KPIs) and metrics to ensure the successful execution and completion of clinical trials. These KPIs and metrics help stakeholders monitor progress, assess performance, identify areas for improvement, and ensure compliance with regulatory requirements. Some of the essential KPIs and metrics tracked by the endpoint clinical industry include: Patient Recruitment and Retention Rates: These metrics measure the efficiency of recruiting eligible participants for clinical trials and the ability to retain them throughout the study period. Low recruitment rates or high dropout rates can prolong the trial timeline and increase costs...
Hindering the Success of BI Initiatives - The fourth sign that you don't have a BI strategy is if your BI team, if you have a BI team, if they can't articulate what the business strategy is. It's a sure sign that you don't have a business intelligence strategy because the business intelligence strategy should be directly tied to what your organization's strategy is. And finally, there should be metrics around your BI strategy that align with your organization's strategy. On another level you should have metrics around how you are performing and how you are executing on your BI strategy so that you can readjust it and improve it and can also get the money back to reinvest where you need to focus the dollars to increase or improve your BI as your organization matures...
How to Add Annotations to Key Performance Indicators - You can add annotations to a Dashboard, to an individual Dashboard component, and even to an individual data point. The following sections explain how to do this. NOTE: This feature is available both to designers and end-users. To add annotations to the body of the Dashboard, follow the steps below: 1. Select the bookmark in which you want to save the annotation. (See Bookmark a Dashboard for information on selecting a bookmark.) 2. Right-click in an empty region of the Dashboard, and select 'Add Annotation' from the context menu. This opens the annotation in the Annotation Editor. 3. Enter the desired annotation text into the Editor, and use the toolbar to visually format the text. Read more about how to edit an annotation...
Maximize Self Service with this SAS Business Intelligence Alternative - Style Intelligence's advanced tools for visualization are rich in functionality; the level of customizing through Javascript is striking and supports a large variety of use cases. Once again, reviews on G2 Crowd establish the uniqueness of InetSoft's BI platform, choosing InetSoft as the winner in the ratings of Dashboards, Graphs and Charts, Scorecards, and Steps to Answer.. InetSoft chart to compare to SAS Business Intelligence When it comes to business intelligence reporting, self-service can mean the difference between having the answer you need when you need it and waiting on IT for help. InetSoft's solution delivers best when it comes to meeting changing business needs of any organization. With Style Intelligence, power users can do incredibly complicated data mashups and reporting and deliver the results to end users with ease. InetSoft makes this process easier...
Oracle Cloud BI Alternative - InetSoft's Style Intelligence enables the creation of interactive dashboards to easily analyze an organization's data and find new insights. Style Intelligence enables analytics to be done properly, which provides a backbone for organizational decision making, recommending behavior and measuring progress along the way. These qualities helped InetSoft outrankOracle Cloud in the Steps to Answer. Score Cards, and Dashboards categories. Self Service was measured over 6 parameters - Calculated Fields, Data Column Filtering, Data Discovery, Search, Colloboration/Workflow and Automodeling. InetSoft's BI product Style Intelligence was found favorable in 5 of these 6 parameters. From business users to power users, various levels of self-service...
Next: Delegate Design Pattern
|