I want to build an account manager using Java. I am now using SWT to
build the GUI, but I am not sure which libary I should use to connect
to the server to get the account information.
There are around 20 servers. If an account/password exists, users can
login through "SSH" using this account. I want the application showing
the existing account information in real-time, or has a button to get
all the existing account information.
Any ones has some brief ideas on how to build this?
Thanks,
Schubert
Chris Smith - 24 Apr 2007 19:14 GMT
> I want to build an account manager using Java. I am now using SWT to
> build the GUI, but I am not sure which libary I should use to connect
[quoted text clipped - 6 lines]
>
> Any ones has some brief ideas on how to build this?
How is the account information available? SSH servers don't provide a
list of accounts on the system. If you don't have some other way to get
that information, such a company database or such, then there may not be
an answer.

Signature
Chris Smith