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

Arabic(hijri) calendar/datepicker using smartclient

I am working on an arabic language support project using smartclient 10.0. It requires an arabic(hijri) calendar support for date picker component. How can I add arabic(hijri) calendar for date picker component in smartclient?
2
votes
2 answers

SmartGWT Canvas width problem

I am having problems with showing my entire SmartGWT Canvas on my initial page. I've stripped everything out and am left with an extremely basic EntryPoint to illustrate my issue. When I just create a Canvas and add it to the root panel, I get a…
Doug
  • 21
  • 1
  • 3
2
votes
1 answer

Maven usage for a SmartClient project

What's the best way to setup Maven for a project that has a SmartClient architecture? Consider the following packages: myproject.core myproject.server myproject.client Of course there are several sub-packages in each. Client and Server both use…
User1
  • 39,458
  • 69
  • 187
  • 265
2
votes
0 answers

How to load external JSP taglib in Grails properly

I'm trying to integrate Isomorphic SmartClient with Grails. SmartClient server has some custom JSP taglibs described with xml file (it's TLD file based on schema web-jsptaglibrary_1_1.dtd). I have proper jars in classpath and just for a test two…
topr
  • 4,482
  • 3
  • 28
  • 35
2
votes
1 answer

How to delegate Facebook SecurityToken to WCF service

I have the following components: WPF Application, Identity Server, WCF Web Service, WPF Application uses WebBrowser control to authenticate using Thintecture Identity Server using WS-Federation. Identity Server has enabled Home Realm Discovery and…
zielu1
  • 1,308
  • 11
  • 17
2
votes
5 answers

.NET - Click-Once / Smart Client Applications - Browser Cookie Equivalent?

Is there an equivalent to browser cookies for Smart Client / Click Once application development on .NET 3.5? Some place I can store cookies on the user's machine rather than the server. Or to put it another way - what file location can you write…
BuddyJoe
  • 69,735
  • 114
  • 291
  • 466
1
vote
0 answers

SmartGwt - Excel like cell based focus in SmartGwt

I am trying to implement an MS-Excel like functionality in SmartGwt where i can navigate through various cells in a ListGrid using keyboard and edit cells individually. Currently it is only possible to navigate the grid at a row level, and all…
Mukul Jain
  • 1,807
  • 9
  • 26
  • 38
1
vote
1 answer

Using canvasItem to include a listGrid of related data in a dynamicForm

I need a form that inludes a list of related available options that can be selected via Checkbox. The number of options could be very large each form record will have its own set of options. Options selected may be changed at each submit. I am…
Insinbad
  • 108
  • 6
1
vote
1 answer

How to apply style on StaticTextItem component of DynamicForm in SmartGWT?

I want to apply style on StaticTextItem in SmartGWT's DynamicForm item. I did not find any method like setStyleName for this component. Is there any alternate way to apply style on StaticTextItem? I have also noticed that ToolStrip Component can add…
Bhavesh
  • 519
  • 6
  • 26
1
vote
3 answers

Smart Client and Web App simultaneous development

What are the strategies and tools to be used, if an Application that is being developed needs to have Web Client and Smart client. Does Smart Client Software Factory or related applications blocks ease such developmental path? The environment is…
Srikanth Remani
  • 101
  • 1
  • 9
1
vote
0 answers

SmartClient: PUT data duplication

I am using SmartClient 8.1 and using XML data sources for GET and PUT operations. Following is a sample of data I GET. abc def 123
Imran S.
  • 935
  • 3
  • 15
  • 32
1
vote
1 answer

JUnit testing gwt web app with 2 modules

I am currently using gwt 2.3 and smartgwtpower 2.5 nightly and using Eclipse on Linux. My web app is using common code, developed in house, and packaged to a jar called commonsmartgwt.jar. In this jar is the entry point class and has its own gwt.xml…
Alessandro
  • 309
  • 5
  • 23
1
vote
2 answers

What .NET ORMs support smart clients (ie object mapping and data synchronization)

I was recently involved in a project that required a smart client. We used SQL Server Compact Edition and Microsoft Sync Services for ADO.NET. Our online server was SQL Server 2005. A quasi-ORM/DAL (very specific to our needs) was handcoded by a…
Alex
  • 3,099
  • 6
  • 41
  • 56
1
vote
2 answers

Scrolling a DetailViewer in SmartClient

Using SmartClient: I have a VLayout composed of a DetailViewer (that monitors selection changes in a ListGrid) and a HLayout (that holds some buttons). Now, when the user selects rows in the ListGrid, the DetailViewer "grows" and creates a…
ivo
  • 4,101
  • 5
  • 33
  • 42
1
vote
1 answer

where can I get Microsoft.Practices.SmartClient.DisconnectedAgent.dll?

I'm rebuilding a project that uses: Microsoft.Practices.SmartClient.DisconnectedAgent.dll And I can't find it anywhere as a download: Smart Client Software Factory – April 2008 - this creates the folder "SCSF-Apr2008" with a "lib" directory that…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
1 2
3
10 11