Hi Sir,
I am using a java GUI Object for taking user name and password (in fields of user name and password) and would like to send the information to a server (in the form of Xml file) on the click of 'Ok' button. The database of registered user is stored on server. If the entered users name or passwords are not correct, the server will send a failure notification to the client (terminal where we typed user name and password). If this is successful, it gives a success notification.
I am doing this using Swings. Also I want all the communication taking place between the server and the client in the form of XML files. being a new to Swings I am facing certain difficulty.
I will appreciate your suggestions and help in this regard.
Thanks and regards,
Sarib
1 reply to this topic
#1
Posted 01 December 2010 - 10:32 PM
|
|
|
#2
Posted 02 December 2010 - 08:48 AM
I think, best way to do that is XML-RPC with Java. XML-RPC in Java programming
And here is a basic tutorial on RPC. 3.2. Java XML-RPC Tutorial
You must have a good knowledge of XML DMBS(Database management System) to build a good database system.
And here is a basic tutorial on RPC. 3.2. Java XML-RPC Tutorial
You must have a good knowledge of XML DMBS(Database management System) to build a good database system.
Lost!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









