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

Client-side caching in Rich Internet Applications

I'm starting to step into unfamiliar territory with regards to performance improvement and our RIA (Rich Internet Application) built with GWT. For those unfamiliar with GWT, essentially when deployed it's just pure JavaScript. We're interfacing with…
Mark Renouf
  • 30,697
  • 19
  • 94
  • 123
0
votes
1 answer

Should Front End Engineers/Designers be "decently" aware of the Rich set of User Controls that are provided by frameworks like .NET, Java, RoR etc.?

Should Front End Engineers/Designers be "decently" aware of the Rich set of User Controls that are provided by frameworks like .NET, Java, RoR etc.? This would help convert designs into actual code by Developers a more elegantly as the design would…
An Object
  • 309
  • 1
  • 4
  • 8
0
votes
2 answers

What language to use to create maps dynamically

I want to create a map dynamically and display it on the website. You can call it to be more of a graph than a map. Here I take the source and destination from the database. There can be many sources to a destination or many destinations for a…
sgbharadwaj
  • 395
  • 2
  • 5
  • 9
0
votes
2 answers

Document displayer architectural question

I am thinking of working on an online homework submission system where students can upload their text documents that can viewed by somebody(Teacher/Professor) with viewing rights. This person can annotate/mark up/highlight this document and then can…
sc_ray
  • 7,803
  • 11
  • 63
  • 100
0
votes
4 answers

Rich Internet Application

I need to create an engaging, rich application (administration panel for a school). Management of the schools students, classes, teachers and so on. I search for something more advanced than simply using jQuery/Flex/Silverlight. Advanced means not…
user297159
  • 263
  • 2
  • 10
0
votes
1 answer

rich web application (with AJAX) frameworks that integrate with Java

There are a few questions that approach an answer to this question, but none that really helped me out. I have a web application with a back-end written in Spring/Java that currently has a very web 1.0 interface, I would like to build a richer more…
Tom
  • 3,324
  • 1
  • 31
  • 42
0
votes
1 answer

How to program to generate 3D Models?

I'm a beginner in 3D Programming. I wanna build a web that provide users can create their own avatar (3D model). For example, I have sample models of face, body, clothes, etc. and users can choose this sample model to create 3D avatar. What…
Gramero
  • 1,835
  • 3
  • 24
  • 26
0
votes
1 answer

Adobe AIR to detect URL of active browser/tab

Using Adobe AIR + related technologies, is it possible to detect the URL of the active tab/window of the active browser? For instance, if my user is surfing in IE8 on www.example.com/subdirectory/, can I retrieve that data for use in my Adobe AIR…
Kyle Cureau
  • 19,028
  • 23
  • 75
  • 104
0
votes
2 answers

Choosing IDE and frameworks for RIA development

I'm planning to develop a Rich Internet Application, so I'm searching for choosing IDE and frameworks for a rapid development. This web application will be a web-based ERP, so I need something that helps me about developing data-entry and…
csaffi
  • 23
  • 7
0
votes
1 answer

Are there good reasons not to target Flash 10 for a browser-based game?

There's clearly a bunch of new stuff in Flash 10, I'm seeing a bunch in the Graphics class so far. Struggling a bit to reconcile it with what I know already but it looks useful - render lists and 3D transforms, etc - however I wondered if there are…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
0
votes
1 answer

Create fat client (RIA) with HTML - controlled environment

I realize that this question can start a discussion but that's really not my intention. We've created a Flex Application to take tests from candidates. The advantage of the Flex Application is that all state can be stored in the application running…
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
0
votes
1 answer

What should .NET programmer learn in Java/Flex world (equivalents to ASP.MVC2, MEF, Prism, IoC and DI frameworks

I'd like to play with Java/Flx and build RIA with Java as backend and Flex as frontend and if it would be necessary mayby some website (i don't know which framework right now, probably Spring + some Jquery) But at the begining i'd like to know which…
Simon
  • 2,329
  • 4
  • 30
  • 49
0
votes
2 answers

a couple questions about the titanium platform

I have recently been browsing frameworks such as JavaScriptMVC, qooxdoo, Sproutcore and others alike which are using javascript to create desktop-like apps in the browser with minimal, or none css/html (depending on the framework). What I know of…
dajmi
  • 1
  • 1
0
votes
2 answers

Silverlight RIA Services encryption issue

I have a silverlight application with classic User Login process.My problem is that when I listening the browser with Fiddler application,i see request uris clearly which means: myriaserviceurl/binary/?username=asd&password=12345 this isnt secure…
Bahadır EKİCİ
  • 1,069
  • 1
  • 10
  • 24
0
votes
3 answers

Javascript Windows Framework

Sometimes I see web based software that is designed using some slick javascript windows which try to emulate the Windows desktop experience (draggable windows and a start menu). Are there any free frameworks like this available?
Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346