Overview
Enterprise applications often rely on legacy or complex data sources that struggle to provide real-time responses. By blocking the loading of an interface while waiting for these slow sources, the user experience is degraded. This component allows your interfaces to load immediately with data that's available already and receive push updates once the slow to request data is available. This allows the user to start working with the data they have immediately without being blocked by the slowest data source.
Key Features & Functionality
Thank you for the functionality. We think it can be very useful! However, we are facing some problems trying to use it.
We have an on premise installation with SQL Server and as soon as we run any SAIL with the saileventfield, we have the following error in tomcat stdout:
2023-11-17 07:48:26,504 [pool-241-thread-1] ERROR com.appiancs.plugins.sailevents.SAILEventsServlet - Error while retrieving event context keys com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near 'LIMIT'. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:262) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1632) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:600)Is it working on SQL serveR?
For anyone experiencing this, v1.1.1 of the 'SAIL Events Servlet' plug-in adds support for SQL Server. Thank you for testing mikelGran