Hi,
My project is simple Client Application (swings).
It consist of Admin module and other modules.
Like users can login and change their passwords.....
On the server side I am using Tomcat 5.0.
Without any framework..just with Servlet container I am doing now.
Just send request from client to server using URLConnection and invoke
corresponding servlet.
First time when user login I store user details in Sessions and on
subsequent request I check sessions and validate the user.
My question is I want to use Spring Framework.
How do I implement Spring Framework, specially the configuration
and later I want to implement webservices for this project.
How Client program communicate with server using Spring framework.
Thanks in advance.
Kind Regards,
Kotesh.


Reply With Quote