Tagged Questions
The thick-client tag has no wiki summary.
5
votes
2answers
203 views
The proper way to do Dependency Injection in a Windows Client (WPF) Application
I am used to IoC/DI in web applications - mainly Ninject with MVC3. My controller is created for me, filled in with all dependencies in place, subdependencies etc.
However, things are different in a ...
5
votes
3answers
1k views
When should you build a web application vs. a thick client?
I would like to hear other people's advice on when one should build a web application versus building a thick client.
Over the last few years, I have participated in several discussions about whether ...
4
votes
4answers
57 views
client view of very large collection of objects. How to optimize?
I have 3-tier EJB application, and I need to create a view on a thick client (desktop Java application) that shows a very large collection of objects (over 5000 orders). Each object has child ...
3
votes
3answers
553 views
Integrating Google AppEngine with a Thick Client
I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end.
The problem is that GAE provides only web-based forms for ...
2
votes
3answers
209 views
How does your thick-client test whether it is compatible with the database schema?
I develop an app with both thick-client and thin-client components. We also version our database such that schema changes result in their own version number and change scripts can be applied. Database ...
2
votes
1answer
240 views
Local vs. Centralized Processing
I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly for external web applications). ...
1
vote
0answers
27 views
Record Windows session to remote website
I have some solutions running on third-party systems, and every so often a customer specific error occurs. Unfortunately, due both to the amount of customer customization and the access difficulties, ...
1
vote
2answers
86 views
Protecting sensitive entity data
I'm looking for some advice on architecture for a client/server solution with some peculiarities.
The client is a fairly thick one, leaving the server mostly to peristence, concurrency and ...
1
vote
4answers
696 views
Session management between thick client and server?
My application is a Eclipse Rich Client and I would like to add authentication and authorization features to. My Users and roles are stored in a database and my application also has a web based admin ...
0
votes
0answers
41 views
How to effectively update OAuth consumer keys in thick client apps?
Is there already a solution to redistribute OAuth consumer key & consumer secret to mobile/desktop applications? Specifically I'm looking if there is already an open source code that have been ...
0
votes
1answer
109 views
MVC - Sharing ViewModel instances across multiple Views
Just wondering what peoples thoughts are about sharing the one view model instances across multiple Views?
Is this an anti pattern or is it accepted practice, what are the pros and cons?
0
votes
1answer
175 views
SQL server database on thick browser based client side without full sql installation - is it possible?
I would like to build thick client using web browser, Silverlight and some database mechanism.
What do I mean? I would like to have some database on client side which interface is web browser. Is ...
0
votes
2answers
486 views
How to diagnose ArgumentOutOfRangeException on SqlDbType?
We have some customers using our .NET 2.0 thick-client app that experience strange, intermittent errors reading data from a SQL 2000 SP4 Server, where the actions succeeded just moments earlier. We ...
0
votes
1answer
1k views
how to create Toolbar in window Application using C#
i want to create toolbar using window application in dotnet.it will use yahoo,gmail API.
please anybody have any solution pls send me.
0
votes
6answers
6k views
Creating An Insert Statement — Windows application Vb.Net
I am doing windows appliction in vb.net. i have customer object contains save method. how do i generate insert query?
I need to save the object in relational database (SQL server). I need to know ...