Hi appfuse gang, I have a design question to ask.
I have an appfuse web app (basic-spring mvc-hibernate) which takes in form data from an external source like an external html form - external as it is not in my application. I would like to expose my web app to be able to process this. My app is http://localhost:8080/myapp/ I am looking at three possibilities: 1. A servlet exposed - which I hope I can just do by modifying web/xml http://localhost:8080/myapp/myservlet? 2. Jsp - configured not to need authentication like the login, logout and error jsps http://localhost:8080/myapp/myjsp? 3. Spring controller - not sure if Abstract controller or throwaway controller http://localhost:8080/myapp/mycontroller/ Any of these will work with DAOs/POJOs to persist through hibernate Please I need your advice on this. What is the best way to go? What is better for long term maintenance of code? Thanks a lot, in anticipation. Cheers, Ime - thanks to the guys that keep this list alive!