• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

MVC in java

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic