Tagged Questions
A Rich Internet Application (RIA) is a web application that has many of the characteristics of desktop applications. RIA here typically refers to the .NET RIA Services/WCF RIA Services framework.
25
votes
14answers
2k views
Client-side image processing
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 ...
21
votes
4answers
5k views
wicket vs Vaadin
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 love ...
18
votes
1answer
2k views
What is WCF RIA services?
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 ...
17
votes
10answers
12k views
The dangers of using ExtJS on a big project with RoR?
We are developing a considerably big application using Ruby on Rails framework (CRM system) and are considering to rewrite it to use ExtJS so that Rails would just do the data handling, while ExtJS ...
15
votes
6answers
5k views
What advantages can ScriptSharp bring to my tool kit?
Currently we use jQuery to add RIA goodness to our apps, but recently we have been implementing the Coveo Search engine into our Sharepoint portal and found that ScriptSharp was used in their product. ...
15
votes
3answers
781 views
JavaFX in the wild?
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 expertise ...
15
votes
7answers
857 views
Alternative “architectural” approaches to javaScript client code?
How is your javaScript code organized? Does it follow patterns like MVC, or something else?
I've been working on a side project for some time now, and the further I get, the more my webpage has ...
12
votes
8answers
888 views
What are the pitfalls of using .NET RIA Services in Silverlight?
Silverlight can use WCF, Web Services, REST based services, .NET RIA Services, but it seems like Silverlight and .NET RIA Services are preferred most.
I want to know if there are any common issues ...
11
votes
11answers
13k views
Prototype VS jQuery - Strengths and Weaknesses?
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 code ...
10
votes
4answers
1k views
What is the difference between Silverlight and XBAP?
What is the difference between Silverlight and XBAP?
Where would you use one vs. the other?
10
votes
10answers
1k views
What are your feelings on JavaFX?
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 ...
8
votes
6answers
305 views
Handle multiple versions in same URL
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 ...
8
votes
2answers
5k views
Combining .NET RIA Services and MVVM in Silverlight 3.0
When using .NET RIA Services and MVVM in Silverlight 3.0 is there a difference between the Metadata type from RIA Services and the ViewModel from the MVVM pattern? Are these the same thing or should ...
7
votes
5answers
318 views
Why aren't there more (any?) killer RIA desktop apps?
I am in the beginning stages of a project that will feature alot of graphing and visualization. Making this a RIA app makes all the sense in the world, until I start looking at examples of killer RIA ...
6
votes
1answer
74 views
Cannot access EntityObject type via RIA services
My Entity Framework model is generated from SQL Server database. Since I need to access database from Silverlight, I generated a DomainService for RIAServices against the EF model. Product is one of ...
6
votes
5answers
207 views
Examples of JavaScript RIAs with unit tests
Can anyone give me examples of large-scale JS apps (including AJAX, different UI widgets, and a sophisticated architecture) with unit tests?
I'm not talking about Selenium tests here, just plain ol' ...
6
votes
6answers
266 views
Migrating a 2-tier Java application to…?
The title says it all. We currently have a 2-tier Java Swing application sitting on top of MS SQL Server 2005. All the business logic is in the database. The client is quite old (and not very ...
6
votes
5answers
4k views
Apache Pivot 1.4 vs. JavaFX, Flex, Silverlight, Swing
I've recently heard about Apache Pivot being moved to the Top Level Projects category and I was wondering who has tried the most recent version and compared it to other RIA tools. What are the proper ...
6
votes
8answers
11k views
WCF RIA Service deployment issue
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 run ...
6
votes
5answers
7k views
Version detection with Silverlight
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?
5
votes
1answer
86 views
WCF RIA - Query operator 'Count' is not supported
I'm trying the following code..
LoadOperation<Tasks> PhasesLP = context.
Load(context.GetTasksQuery().
Where(o=> ProjectList.Where(p=> p.ProjectID == o.ProjectID).Count() == 1) ...
5
votes
2answers
120 views
How to optimize a web based application against latency due to multiple asynchronous requests in background?
I am designing a modular RIA based on thin server client side MVC architecture. Right now, The application is only complete to the extent of 10% and as such it is not too late to incorporate design ...
5
votes
1answer
843 views
Feedback for Vaadin wanted
Has anyone used vaadin in a real project and wishes to share his experience? I am amidst a framework selection process for a RIA project and any feedback would really help. My key concerns are ...
5
votes
9answers
2k views
RIA vs. RCP
I'm on a project where we try to build a GUI replacement for an old application. Before we really implement the functionality we've started prototyping with Eclipse RCP (Rich Client Platform) and GWT ...
5
votes
10answers
320 views
“To-Do” List: Feature Sets
This is a multi-part question.
1) What do you use to manage your to-do list?
2) How do you evaluate which tasks you prioritize?
3) What feature(s) do you currently use most?
4) What features do ...
5
votes
10answers
670 views
What are the (technical) pros and cons of Flash vs AJAX/JS?
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 stuff, ...
4
votes
1answer
146 views
Converting ESQL to LINQ to Entities. Sort by related entities
I am using EF + RIA and unfortunately meet some problems with sorting by related entities.
For such purpose there is ESQL query that I implemented (found only this solution):
var queryESQL = ...
4
votes
1answer
226 views
Silverlight 4 - RIA Services - Is this good coding practice?
I'm pretty new to Silverlight. I've spent the day looking at RIA services. The concept seems very nice and a way to save a lot of time writing data oriented Silverlight apps. However, in the time I ...
4
votes
3answers
360 views
Is it possible to use Silverlight RiaServices without IIS?
I want to use silverlight as my windows service interface. For that, I'm using a custom web server to provide the xap file and it works fine.
Now I want to use RiaServices, but of course I there is ...
4
votes
2answers
449 views
Upload Photos using Silverlight - Ria Services
i'm trying to find a good exemple on uploading and downloading images using solely Silverlgith + Ria Services, i tried to find some but i failed, please any help would be appreciated.
thank you all ...
4
votes
5answers
5k views
WCF RIA Silverlight deployment issues
It seems the world is awash with people having problems deploying RIA WCF services, and now I'm one too. I've already tried a bunch of things, but to no avail. I need WCF RIA to support a ...
4
votes
3answers
520 views
JSF components libs generate awful html-code. It's not OK but is it acceptable?
When I was developing web-apps with jsp/jstl and jQuery, I used to write nice html-code, separated from styles and scripts. JSP inserted some odd spaces and blank lines but nothing else.
Now I'm ...
4
votes
2answers
526 views
What are the patterns in html/javascript RIA development?
When building big GUI based applications in other languages like C# or Java, we have various patterns like MVP, MVC, MVVM, and even complete guidance packages like Prism (WPF/Silerlight) that help us ...
4
votes
3answers
2k views
.NET RIA Services with MVC Style Repositories?
I have a Solution with several projects in it, including two asp.net mvc projects that share a Repositories and Models that live in a external assembly (also in the same solution). Essentially...
...
4
votes
15answers
1k views
Flex or Silverlight
I have a dilemma which I seem to share with many others: Flex or Silverlight? What I would like to develop is a web video/audio chat that would be a Skype killer and conquer the world. On a serious ...
4
votes
2answers
3k views
How to best integrate Flex and Django?
I'm building a site with a Flex frontend and Django backend.
The problem I'm facing is that it's tedious to write a CRUD frontend for every model.
I've checked out django-rest-interface but it is ...
4
votes
5answers
9k views
How to create a custom “confirm” & pause js execution until user clicks button?
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 pause ...
4
votes
5answers
412 views
Actionscript 3 outside of Flash / Flex
I've just finished a flash project where I did the entire project in "pure" AS3, without the use of the Flex framework. I found very little written about this on the web, so I'm not sure if this is a ...
4
votes
4answers
3k views
How to save the state of AJAX application using jQuery
I am just trying to dip my toes in this Ajax thing. I have a very basic question
I have seen the UI plugin(http://interface.eyecon.ro/docs/drag) for jQuery, where you can drag and drop frames, ...
4
votes
21answers
2k views
4
votes
4answers
5k views
Printing in Adobe AIR - Standalone PDF Generation
Is it possible to generate PDF Documents in an Adobe AIR application without resorting to a round trip web service for generating the PDF? I've looked at the initial Flex Reports on GoogleCode but it ...
3
votes
1answer
35 views
How to access Entity type members in POCO class?
I am pondering over my previous question and was wondering whether a POCO class can have a member of Entity Object type that can be accessed from client via RIA service.
public class CompositeData
{
...
3
votes
1answer
46 views
Does every RIA query creates a different EF Object context?
I am using EF4/RIA combo in a Silverlight application.
I have multiple service methods in my DomainService.
One of the methods fetches some data from the database and then modifies the objects' ...
3
votes
1answer
74 views
WCF RIA Services and persistant / static variables outside of session
I am wondering if there is a way to persist variables in the business layer once the clients session has ended in WCF RIA Services. The challange is we are going to be loading a fair amount of data ...
3
votes
1answer
205 views
Adobe Flex vs openlaszlo
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'm ...
3
votes
1answer
140 views
RIA/EF4 Entity property mapped to NOT NULL nvarchar - empty string
Background:
Entity Framework 4
Silverlight 4
RIA services
MSSQL Server 2008
I have an entity that has a String property named Description.
In database it maps to the NOT NULL NVARCHAR(200).
...
3
votes
1answer
124 views
What's the difference between .shared, .metadata and .partial files in Silverlight RIA applications?
I have seen these 3 file types around, though not in the same application. What are they, what is the difference between them and are there any other special extensions to know about?
3
votes
1answer
265 views
Synchronizing collection changes from server to client in WCF RIA Silverlight
We have a silverlight client using RIA Services. We have UI controls (such as a listbox) which we bind to collections on the server.
We want the listbox to automatically update itself when the ...
3
votes
1answer
595 views
What options for mobile support are there for a large GWT web application? [closed]
For a large system comprised of rich web pages (not full apps) and web apps (real RIA) built on GWT, what's the best strategy for supporting mobile? Must support: iPhone, Android, Blackberry. Nice to ...
3
votes
1answer
1k views
Silverlight 4 Login InvalidOperationException “UserService operation already in progress”
We are getting this error InvalidOperationException "userservice operation already in progress" in our Silverlight 4 (OOB with RIA Services) when you click the Login button, but it doesnt happen ...