I've written a Bank application in java , the server side uses Mysql & JSP pages .
When I pass queries from the client side to the server side , the inputs that I entered are shown in the URL address .
For example :
As you can see , the username and password are shown in the address bar .
I want to avoid that .
What would be the best approach to accomplish that ?
FYI : The screen shots are from inside Eclipse J2EE.
This project is pretty big , so if some code is needed , please say which is needed and I'd attach it.