ria Questions

11

I currently do a lot of work in ActionScript 3.0, I also love to program in Java. Is JavaFX perfect for me? What is the general feeling on JavaFX, will it become a power house, or go down the same ...
Spectroscope asked 10/2, 2009 at 19:52

8

Solved

I am torn between Wicket and Vaadin. I am starting a micro-isv and need to make a choice of web framework. I have narrowed down my choices to Wicket and Vaadin. I have used both frameworks and I lo...
Chanellechaney asked 24/8, 2010 at 5:1

15

Solved

We're building a web-based application that requires heavy image processing. We'd like this processing load to be on the client as much as possible and we'd like to support as much platforms (even ...
Adjure asked 1/2, 2010 at 3:27

3

Solved

Here is my Test class with data annotations: class Test { [Required, StringLength(10)] public string MyProperty { get; set; } } Here is my console test program: class Program { static void M...
Nonego asked 23/1, 2011 at 20:36

1

A user is running a JNLP app which is launched from the browser. The *.jar file launched by the JNLP is signed by a Certificate issued by a trusted CA. For the first time the jar file is launched...
Savadove asked 25/5, 2018 at 6:53

4

Solved

I have done some research on JavaFX over the last year, and even built some basic desktop apps with it. It's described as being used to create RIAs (Rich Internet Application). http://en.w...
Septuagint asked 30/9, 2013 at 19:15

7

what I'm trying to do is to handle multiple versions of the same web application, somewhat like Google does with some of their products where you get the "Try the new version" link. The goal is to...
Furrier asked 10/8, 2011 at 11:43

1

What is the difference between a Rich Internet application and a Single-page application?
Feedback asked 25/2, 2015 at 10:40

8

Solved

TL;DR What framework can I use to keep 100% application logic on the server while providing the interactivity of RIA? Explanation Back in the 90's, one could build 100% server-side application w...
Larsen asked 21/12, 2014 at 15:15

2

Solved

I hate MSDN's site for WCF RIA services. It does not say what it is, it only says what it does. It says what it can achieve but does not say why I need it. For example: "A common problem when ...
Ginkgo asked 10/9, 2010 at 12:0

7

Solved

JPivot, even with all it's functionality, seems a bit outdated... last version at http://sourceforge.net/projects/jpivot/ is from 2008-03-17... is there any other lightweight client olap cu...
Jointly asked 7/2, 2011 at 2:40

4

Solved

As a .NET/XAML developer I am wondering if anybody has started to write a framework which will replace Silverlight and Flex using technologies like TypeScript and XAML to produce HTML5, JavaS...
Theda asked 31/12, 2012 at 3:8

6

Solved

Ok, I'm doing a bunch of RIA/AJAX stuff and need to create a "pretty", custom confirm box which is a DIV (not the built-in javascript confirm). I'm having trouble determining how to accomplish a pa...
Lighthouse asked 11/12, 2008 at 1:4

5

If you try the live code example in the documentation at: http://docs.sencha.com/ext-js/4-1/#!/api/Ext.chart.series.Bar More than one label looks beautiful: data: [ { 'name': 'metric one', 'd...
Blindage asked 27/11, 2012 at 14:59

3

Solved

I want to develop a GUI like Yahoo Pipes. Can anyone suggest some library or framework?
Glaive asked 14/2, 2011 at 10:19

11

Solved

We provide a web application with a frontend completely developed in Adobe Flash. When we chose Flash 6 years ago, we did so for its large number of features for user interaction, like dragging stu...
Veasey asked 9/9, 2008 at 15:20

10

Solved

I have a very simple sample silverlight application. I added a domain service to it with an entity model that has one entity. The client app simply loads all rows in the entity at startup. When I r...
Chicky asked 8/12, 2009 at 20:35

1

Solved

Users sometimes get strange exception while working with application. I could not ever reproduce it. It happens when executing one particular domain service query. This query gets executed quite of...
Semiconscious asked 1/3, 2011 at 13:44

2

Is it just me, or is the body of the request no longer available? I am looking Resource (^1) -> XHRs. Also, is there a way to order these chronologically, as opposed to alphabetically? I'm lookin...
Dominions asked 31/7, 2012 at 13:2

14

Solved

I don't want to open another "Yet Another Js VS Js" thread. I guess, in the end Prototype and jQuery are both JS and have almost the same methods and functions and need almost the same lines of co...
Conjunctive asked 15/4, 2010 at 10:48

3

Solved

I am currently working on a RIA project in flex, but have recently come across openlaszlo. It seems a lot of large projects have chosen it over flex, such as the streaming music service Pandora. I'...
Pepi asked 3/7, 2011 at 3:26

2

Solved

I'm building a single-page AJAX application, and would like to under certain circumstances store state in JSON after the URL hash (#). I've seen a couple other sites do this, but I'm hoping to get ...
Botnick asked 15/3, 2011 at 23:48

6

Solved

How can I efficiently and effectively detect the version and, for that matter, any available information about the instance of Silverlight currently running on the browser?
Capps asked 21/8, 2008 at 18:30

4

Does anybody know of any real-world web applications based on JavaFX? I'm an experienced Java programmer considering starting a website while I'm not at my day job. I don't have a lot of expe...
Lilias asked 23/1, 2009 at 5:18

1

Solved

I want to develop an RIA and I need to handle some computer hardware not already supported. So, I think first to use a Java applet but I change my choice and I prefer the way to develop plugins for...
Rectilinear asked 13/4, 2012 at 8:35

© 2022 - 2024 — McMap. All rights reserved.