mysql - Call controller of another project from view in spring mvc -


i have 2 separate projects "crm" , "website" , different databases.

from view of "crm", want have access controller of "website" how can in eclipse ? i'm using springmvc4, maven3 , hibernate4.

suppose have 2 web application (let's crm.war , website.war) , context are

somedomain/crm somedomain/website 

from view no difference call e.g. ajax url

http://domedomain/crm/mapping controller 

and can pass necessary parameters adding ?someparam=somevalue


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -