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
0
votes
1 answer

Invoking Method of Presenter on Activation

I'm using Smart Client Software Factory 2008. In the module controller, I have code that creates a new child controller only if it hasn't been created, by doing something like the following: Dim key = "Item-" + item.ID.ToString() Dim childWorkItem…
Brian Mains
  • 50,520
  • 35
  • 148
  • 257
0
votes
1 answer

SCSF custom Dependency Injection

I'd like to enhance/mimic the dependency injection done by the object builder to include some custom properties the standard way is in mySmartPart.cs [CreateNew] MyPresenter ABC { .... } [ServiceDependency] myService XYZ { ... } in…
Kumar
  • 10,997
  • 13
  • 84
  • 134
0
votes
1 answer

ListGrid style change

I want to mark specific rows of my ListGrid with different background colors. My main issue is how to get List of ListGridRecord objects after data is retrieved from datasource. I use DataSource, and I have field defined in DataSource on which I…
azec-pdx
  • 4,790
  • 6
  • 56
  • 87
0
votes
1 answer

GWT: ClassDefNotFound error

I am trying to build a GWT/SmartClient widget which accepts a set of items which will be rendered into a dashboard... depending on the exact item type, it may render as a grid, a chart, a label, etc. The abstract class is public abstract class…
jcampos8782
  • 3,956
  • 4
  • 22
  • 23
0
votes
1 answer

DynamicForm with ComboBoxItem and multiple DataSource

I am new at SmartGwt. I am trying to make a DynamicForm with ComboBoxItem and I want to set combo-box values from some table in database. The DataSource which holds the form data is a different one. How can I manage this? Here is my java code: //…
Amit Rana
  • 1,117
  • 1
  • 10
  • 32
0
votes
1 answer

Conflict between Smartclient classes and webservice classes

I have created smartliclient and webservices. I have created server with webservices + related classes AND client with desktop application. In smartclient project, namespace and class name is same as there in servver-webservices. Issue in client…
Abhi
  • 1,963
  • 7
  • 27
  • 33
0
votes
1 answer

How to get rid of firefox warning message while submitting a DynamicForm in SmartClient?

I have this simple hidden form whose purpose is to redirect the response to a new window on a button click. It works perfect in Internet Explorer 9 and chrome but gives me a warning message in firefox 11 when popup block is on. Error Message Form…
AabinGunz
  • 12,109
  • 54
  • 146
  • 218
0
votes
1 answer

Java HttpClient authentication with smart card

Everyday I need to do a routine, connect to a remote address, authenticate with my smart card and then check any new information for my username at this remote address. I would like to do this routine automatic, create a Java application that would…
digoferra
  • 1,001
  • 3
  • 17
  • 33
0
votes
2 answers

SmartGWT: Validate DynamicForm locally and on server-side

I'm using ValuesManager (can link multiple DynamicForms into one request) but to simplify this example let's assume I'm using simple DynamicForm with some DataSource. When on DynamicForm I run method validate() it's use Client-Side Validators I…
WBAR
  • 4,924
  • 7
  • 47
  • 81
0
votes
0 answers

Sending POST to servlet with data

I have successfully used cURL to submit a POST request to my web application written in Java using GWT/SmartGWT and SmartClient. The cURL command is as follows: `curl -v --header "Content-Type: application/x-www-form-urlencoded; charset=UTF-8"…
Alessandro
  • 309
  • 5
  • 23
0
votes
1 answer

Not able to call Super

When I invoke this.Super("initWidget") in derived widget, the browser is giving an exception **TypeError: this.Super is not a function** Can anyone help me solve this issue?
Fayaz
  • 314
  • 6
  • 20
0
votes
1 answer

Smartclient support for utf-8 characters

I have following Smartclient JS code, which doesn't render UTF-8 characters properly in UI function getGridLoadedWithDatasource(DS, DSfields) { var statGrid = isc.ListGrid.create({ ID: "statusGrid", autoFetchData: true, fields:…
azec-pdx
  • 4,790
  • 6
  • 56
  • 87
0
votes
1 answer

How to configure the SmartClient DataSource with serverType Hibernate to select only the required fields?

I'm working with SmartClient release 8.3. I configured this DataSource:
Rotem
  • 101
  • 1
  • 8
0
votes
2 answers

SmartGwt window header height

Any idea how to change the header height of the window in smartGwt? I tried increasing the font of the header contents and then auto setting height but it doesn't seem to work.
Ekata
  • 259
  • 2
  • 7
  • 21
0
votes
3 answers

Is smartclient suitable?

How does the waiting time for SmartClient scale across thousands of users editing grids? I have received warnings before that ExtJS would not be suitable.
Jez
1 2 3
10
11