Hi people
I'm new to
java, I'm using eclipse Juno Service Release 1
with a
tomcat 7 server
I followed my first tutorial for MVC applications, it tried to devlop a simple login and password appli however I get stuck, some people advised me to implement the front controller
pattern.
The implementation is pretty easy I did it
1. An html login page that sends username and password through post method
2. A user bean a simple implementation
3. A Controller a http
servlet
However the issue is how to put all of those together to send bakc info to the user whether it is connected of not and what should I do in the web.config file?