The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
150 views

Rich Client/Java EE server best practices?

I am looking for some suggestions on re-architecture of a 2EE app which seems to me overly complex, and I'm wondering if there are simpler ways of doing this. The architecture is as follows: ...
2
votes
0answers
214 views

Data layer architecture for WPF Rich-Client?

Background I need to build a Rich-Client application using .NET. The app needs to handle TreeViewControls and TableViewControls with about 100000 entities. GUI is build with WPF, very likely using ...
0
votes
1answer
54 views

Using Extension Points: no configurable elements found

i created an extension point for one plugin(A). Another plugin(B) is setup as an extension to the ep from the first plugin. When trying to use the extension point eclipse in A eclipse tells me that, ...
1
vote
1answer
105 views

Long term client API strategy for building a Windows application? [closed]

I'm starting to architect a new Windows application that will require a fairly rich client interface, but I have no idea what client API I should go with (WPF, Silverlight, WinRT, HTML5, other?). I'm ...
2
votes
0answers
87 views

How to use Table control in Apache Click

I would like to know how to use the Table control in Apache Click. What I really need to know is how to populate a Table control. The examples I have seen so far involve the use of methods that are ...
4
votes
1answer
503 views

Client-side validation framework for Knockout.js

I am developing a rich client web application and wondering whether which framework would be suitable for client-side validations. I tried JQuery validations plugin but found out it does not really ...
0
votes
0answers
59 views

Modifying MapEditor - uDig Eclipse RCP

I am currently working on a research project utilizing uDig. I am trying using the MapEditor class to display an interactive map that displays real-time scheduling. The current problem I am ...
1
vote
1answer
353 views

Notify JSF Server side about changes on (DOM) client-state made by Jquery/Ajax

Using a component based Framework like JSF, a component for a checkbox get defined: <h:selectManyCheckbox value="#{user.favNumber1}"> <f:selectItem itemValue="1" itemLabel="Number1 - 1" ...
0
votes
1answer
405 views

Is there any framework for rich web clients on top of html/css/js?

Some RAD tools like openobject use rich web clients. I.e. their client side code reside inside the browser and they talk to the server via xml-rpc or json-rpc only and change the view accordingly, all ...
1
vote
4answers
212 views

Web client development technology for java fundamentalist

I am a java developer and I would like to develop rich clients for the web. My problem is that I hate javascript, flash, etc. and most of the programming languages usually used for web client. I would ...
5
votes
1answer
467 views

How robust is the Project Silk type architecture for data heavy LOB apps?

Project Silk looks good for social networking applications where there are streams of frequently updated data that need to appear in a dashboard style presentation. I would like to ask if such an ...
0
votes
1answer
357 views

Track Application Usage in .NET Application

I have a.NET (C#) WPF application which run on different clients. I would like to track the usages, metrics, error, etc. of the application (with the clients permission off course) and have this ...
13
votes
7answers
2k views

to JavaFx or Not

We are starting a new Desktop application and considering using javafx but we are a bit confused given the recent announcement by oracle that javafx scripting is not going to be developed further. ...
0
votes
2answers
205 views

Advice on front end implementation of rich client web app based on ASP.NET MVC2

We use MVC2 to build up our web app. There are some complicated pages in our project. They have plenty of user interactivities, realtime stock data and charts, requiring no page refresh. I am new to ...
1
vote
2answers
977 views

Web-based clients vs thick/rich clients?

My company is a software solutions provider to a major telecommunications company. The environment is currently IBM WebSphere-based with front-end IBM Portal servers talking to a cluster of back-end ...
0
votes
4answers
217 views

Best mechanism to have rich form controls on web page (HTML) equivalent to windows forms

I am working towards porting a windows application to web. The windows application is quite rich w.r.t. the form controls, complex validations and user interactivity. Basic web forms are inadequate ...
8
votes
5answers
203 views

How to break someone into testing?

OK. Our product works. Beta testers are actually getting their stuff done. Time for the next iteration. But how to ensure quality? We need a tester! How do I get someone fresh off the street started ...
0
votes
2answers
368 views

Rich client choice for an intranet web application with 5000+ users

For an intranet web application with 5000+ users we need to develop highly interactive (as few postbacks as possible) client. So performance issue might arise. What would be your choice and why? ...
0
votes
1answer
178 views

VisualStudio-based Rich Client Platform

I remember hearing about a rich client platform based on Visual Studio, similar to Eclipse's Rich Client Platform, that gives you things like auto updates, shells, help system and so on built in. I ...