You should be able to just add a new controller with the @Controller annotation. From there, you can add a new application context that scans your packages.
On Fri, Oct 18, 2013 at 9:47 AM, Harsha Kumara <[email protected]> wrote: > Hi Devs, > > We are trying to build a custom portal extending rave. One problem I'm > having is if we add a jsp page and a controller, where we need to specify > the mappings? Can we create new dispatcher servlet for the portal? what is > the best way to add new jsp pages and linking them in admin pages of rave > admin pages? > > Thanks, > Harsha > -- > *Harsha Kumara* > *Undergraduate* > *Department of Computer Science and Engineering* > *University of Moratuwa* > *Sri Lanka.* >
