Questions tagged [rich-internet-application]

A rich Internet application (RIA) is a Web application that has many of the characteristics of desktop application software, typically delivered by way of a site-specific browser, a browser plug-in, an independent sandbox, extensive use of JavaScript, or a virtual machine.

A rich Internet application (RIA) is a Web application that has many of the characteristics of desktop application software, typically delivered by way of a site-specific browser, a browser plug-in (such as or ), an independent sandbox, extensive use of JavaScript, or a virtual machine.

110 questions
0
votes
2 answers

Assessment of Adobe AIR as an RIA runtime?

I've seen a few questions asked here about Adobe AIR, although an overall viability review is hard to find (both here and on Google). Some questions that could contribute to such a review: Is Adobe AIR the best cross-OS-compatible, browser-less…
Kyle Cureau
  • 19,028
  • 23
  • 75
  • 104
0
votes
1 answer

Separating View from Model in webapps

I often see web applications where a program is basically some javascript objects wrapping DOM objects. These JS objects perform all model, controller, and view functionality. This seems ok to me with older style web applications where there really…
0
votes
4 answers

Client/Server are always separated! Or are they?

Its amazing how many programmers in the greater community of programmers ask questions like "How do I do an EXTJS backend?" or "How do I integrate jQuery with Java?", not understanding the distinction between the client and the server. Then I got…
hvgotcodes
  • 118,147
  • 33
  • 203
  • 236
0
votes
1 answer

can Rich Internet Application run with whole browser uninstalled?

I know that rich internet applications can be run out of browser, but if I uninstall browser, can they still run? I am not sure, which technology of Postman be used? (It will run out of chrome). If I uninstall chrome, can it still run?
0
votes
2 answers

Packages/solutions to add online document editing to an on-premise web application

I'm doing research to find 3rd party packages/solutions/widgets/back-ends to allow users of a website to upload and edit office documents online in their browser, akin to Google Docs. I haven't had much luck so wanted to see if anyone has any…
0
votes
1 answer

Help with ZK component development

I'm developing a simple component. My jar structure is: br/netsoft/zkComponents/Tef.class META-INF/MANIFEST.MF metainfo/zk/lang-addon.xml web/js/br/netsoft/zkComponents.js web/zkComponents/tef.dsp My dsp file is:
Lucas
  • 3,059
  • 5
  • 33
  • 48
0
votes
1 answer

Why bother with multi-layer RIA if Internet now is fast enougth to do "traditional" fat client C/S?

Why bother with multi-layer RIA if Internet now is fast enougth to do "traditional" fat client C/S? What just use a plain C++ / Delphi / Oracle Forms / JAVA-Swing application talking directly to RDBMS thru Internet? A very complex compiled exe…
ssamayoa
  • 157
  • 1
  • 5
0
votes
3 answers

Which web Tier Framework for a public commercial website with heavy load?

As a part of an enterprise architecture exercise, i need to find a java-based framework filling these constraints : heavy (i think) load : 5000 concurrent connections widely known : can't be too exotic, the contractors would be too…
Maxime ARNSTAMM
  • 5,274
  • 10
  • 53
  • 76
0
votes
2 answers

Google AppEngine with Silverlight client using Google Login

I'd like to use Google AppEngine with Silverlight client. I'm hoping to use the Google login authentication mechanism within the Silverlight client. Is this possible? Does anyone have any example sites where a RIA client used in conjunction with…
0
votes
2 answers

How to display simple mathematical formulas in a rich internet application

I have some mathematical formulas of the type p = (l + m + n) / (i+j*2) Note: This is just an example. The real equations are more complicated with several variables participating in the equations. I want to display these formulas in a tree like…
Rahul
  • 12,886
  • 13
  • 57
  • 62
0
votes
1 answer

Developing new rich internet application

We are about to start developing a RWA(rich web application) for advanced data management on our web server using PHP/MYSQL/JavaScript. I just came across AIR, which as well as I can tell, allows you to run Flash applications on your desktop instead…
user103219
  • 3,209
  • 11
  • 39
  • 50
0
votes
1 answer

Resolving associated objects in SL4 RIA

Having created a standard Silverlight Business Application in VS2010 and set up a model from a SQL Server database, I have various entities and associations, among which AssetGroup and Asset are in a 1:m relationship. Allegedly I can use dot…
0
votes
4 answers

Best way to configure a Threadpool for a Java RIA client app

I've a Java client which accesses our server side over HTTP making several small requests to load each new page of data. We maintain a thread pool to handle all non UI processing, so any background client side tasks and any tasks which want to make…
0
votes
5 answers

Java framework to build Rich Web Apps for IE8

We build Java Spring MVC web apps for internal company users that have pretty basic GUIs. A few have jQuery/Ajax to add some GUI richness, but nothing major. For a new app, the business users are asking for a very rich web app (ex: drag and drop…
Shane
  • 2,629
  • 6
  • 32
  • 39
0
votes
3 answers

rich internet application solutions for ruby

I am wondering what are the possible rich internet application solutions that goes well with ruby or if there is a GWT equivalent?
user169930
  • 4,687
  • 2
  • 18
  • 13