Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
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:
Campbell Ritchie
Ron McLeod
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Rob Spoor
Junilu Lacar
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Piet Souris
Carey Brown
Bartenders:
Forum:
Spring
own DispatcherServlet ?
kri shan
Ranch Hand
Posts: 1491
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can i write own DispatcherServlet extending existing Spring DispatcherServlet?
David Newton
Author
Posts: 12617
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Sure. Why do you think you need to?
kri shan
Ranch Hand
Posts: 1491
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am thinking Spring DispatcherServlet is like
Struts
Controller
Servlet
.
David Newton
Author
Posts: 12617
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Ok.
Was there more to the question, or can I mark it resolved?
Mark Spritzler
ranger
Posts: 17347
11
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The only reason you would need to extend it is if you want to add some extra customization that Spring MVC doesn't already do that you have to have.
However, the likely-hood you that happening I would say is very very slim.
Mark
Perfect World Programming, LLC
-
iOS Apps
How to Ask Questions the Smart Way FAQ
David Newton
Author
Posts: 12617
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
(I'd add that it's pretty rare you'd need to or want to extend the Struts controller servlet, either, at least post-1.1.)
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Spring controller mapping
DispatcherServlet vs ContextLoaderListener?
How Spring loads spring configuration files ?
ScheduledTimerTask - Period is not consistent
ClassNotFoundException : org springframework web servlet DispatcherServlet
More...