Questions tagged [smartclient]

Smart Client helps you to build and maintain more usable, portable, efficient web applications faster, propelled by an open, extensible stack of industry-tested components and services.

SmartClient provides an end-to-end application architecture, from UI components to server-side transaction handling. The examples included with SmartClient demonstrate the simplicity that can only be achieved by a framework that addresses both server- and client-side architectural concerns to deliver globally optimal solutions. SmartClient‘s UI components are carefully designed to maximize responsiveness and minimize server load, and SmartClient‘s server components are designed around the requirements of high-productivity user interfaces. Even if you adopt only part of the SmartClient solution, you benefit from an architecture that takes into account the entire problem you need to solve, not just a part of it. Every integration point in the SmartClient platform has been designed with a clear understanding of the requirements you need to fulfill, and, the solutions built into SmartClient provide a blueprint for one way of meeting those requirements.

159 questions
1
vote
1 answer

Web application session while using RESTish web services

I am into a project with front-end as SmartClient AJAX RIA framework and spring-jpa-hibernate at server end. All server APIs are exposed as RESTish services. My problem is that when ever GUI is idle for over 10 minutes, server terminates my web…
shaILU
  • 2,050
  • 3
  • 21
  • 40
1
vote
0 answers

Is there an Event after reordering the TreeGrid of smartclient?

I'm using isomophics smartclient. I have a DataBound TreeGird with drag and drop functionality. If I reorder my nodes the changes are send to the Server. Where do I have to hook into to do something after the server response? If the reorder was Ok I…
koalabruder
  • 2,794
  • 9
  • 33
  • 40
1
vote
2 answers

Terminology for mobile computing with a tablet?

This is more of a terminology question... I'm developing an occasionally connected application that will run on a tablet for clinicians or field service workers but I'm struggling with what this type of computing is referred to. Mobile computing as…
1
vote
0 answers

Python 3.6 with Selenium IDE 2.9.1 exported script line from selenium import selenium does not work

I created some test cases in Selenium IDE 2.9.1 when I export the test case to Python Remote Control the script looks pretty good. Because we are using SmartClient and have some js extensions in Selenium IDE I think RC is the only route I can go.…
1
vote
0 answers

SCSF Calling services asynchronously

Are there any best practices for calling SCSF services asynchronously? Particularly I'm interesting in: Executions of requests in background Cancellation support Reporting progress Currently I came up with two scenarios: Listener Service which…
shatl
  • 911
  • 16
  • 21
1
vote
1 answer

Failing multiple field validation in SmartGWT

I am trying to have a form field contain one or more elements that are defined in a different data source. Elements have a numeric id and a human-readable name. It all works well until I try to save; in this case, I always get the "Not a valid…
Lenz
  • 398
  • 1
  • 2
  • 9
1
vote
0 answers

Actual drag Event.getTarget() hidden by isc_EH_eventMask

My canvas has canDragResize: true then for dragResizeMove I'm printing isc.Event.getTarget() But it's only returning some objected with the id isc_EH_eventMask Can anyone shed some light on what that object is? Or how I can get the actual target?
stackoverfloweth
  • 6,669
  • 5
  • 38
  • 69
1
vote
1 answer

Use `setCriteria` on TreeGrid and include children

Our TreeGrid has a search filter which calls this method var aCriteria = { _constructor: "AdvancedCriteria", operator: "and", criteria: [ { fieldName: "EntityName", value:entityFilterFindForm.getValue("find"), operator:…
stackoverfloweth
  • 6,669
  • 5
  • 38
  • 69
1
vote
1 answer

Building a single entry point to a WCF service: need unified approach to return objects and collections

Subject says it all: I'm creating a secure and generic wrapper to access a WCF service transparently. A little background: what I have done is that I've created similar business classes definition both on server and client. The server-side contains…
Varun
  • 11
  • 1
1
vote
1 answer

smartgwt disable client filtering in grid

I'm using SmartGWT listgrid with datasource and normally my filtering is triggering server request, however sometimes grid is trying to filter data locally and then no data is displayed. Unfortunately I'm unable to tell what causes local…
mrh
  • 917
  • 1
  • 9
  • 28
1
vote
1 answer

Smart client data source rebind

I created a smartclient data source and list grid. The autoFetchData is set to false and the list grid dataSource is set to my data source. When I do a search I set the data source dataURL to my url and call the list grid fetchData method. var url =…
javapenguin
  • 966
  • 2
  • 22
  • 38
1
vote
1 answer

How to launch javascript script and pass DOM element from java while having plain html?

I am automating web application which uses SmartClient and now I need some robust method to build locators for forms and populate input fields. We have test framework based on Selenium and SmartClient's scLocators. Test designer provides label of…
Danio
  • 1,064
  • 1
  • 11
  • 25
1
vote
1 answer

Isomorphic (SmartClient) ListGrid Won't Allow Div Tags to Overflow (Conflicts with Twitter Bootstrap's multiselect)

I've got an application in which a SmartClient ListGrid and a Twitter Bootstrap multiselect co-exist. Unfortunately, when the multiselect drops down and attempts to overlap the ListGrid, it gets cut off. The issue appears to be ListGrid's refusal…
R. Barzell
  • 666
  • 5
  • 24
1
vote
1 answer

convert always connected to occasionally connected application

I have an existing client-server 3-tier application with the following stack : Smart-Client (Win-Forms) IIS/ASP.NET Sql server Some of the data is stored in Entity–attribute–value (EAV) model. All primary keys are integer identity…
1
vote
0 answers

DynamicDSGenerator in SmartGWT throws exceptions for fromXML(doc)

Sir, in my SmartGwt app i am updating my server config on fly. But here i use DynamicDSGenerator after property change so new user can connect on new config. I Create servlet that set my custom DynamicDSGenerator the code in this class thows null…
Amit Rana
  • 1,117
  • 1
  • 10
  • 32