Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
1k views

Simple non-web based bug tracker

There's a ton and and a half of questions and even more answers here concerning people looking for bug trackers. However all of them (that I found) seem to be about web based solutions. Since I'm ...
3
votes
5answers
126 views

What is a good way to manage a list?

I always have trouble designing the user interface when it come to manage a list of object. For example, I need to manage a list of employees. At my work, we always switched between two method of ...
2
votes
1answer
121 views

is there an OpenID client for Java that works for non-web applications?

As stated in openid.net: "OpenID is a safe, faster, and easier way to log in to web sites". is it true ONLY for web sites? Is there an OpenID client for Java that works for non-web applications? ...