Tagged Questions
4
votes
4answers
60 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
562 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 ...
1
vote
4answers
727 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 ...