Not sure if I asked this correctly. I am trying to see what I need to create an website that uses MVC and that connects to legacy multiple databases, brining back those database info into one page. I wanted the site to be MVC but am not sure where to begin. Do I use Spring? What do I use for an server? Jboss and apache? Hibernate?
I'm just kind of lost on how to proceed. It's not a straight forward a asp.net mvc or a php framwork.
A major concern is the collection of data from multiple legacy databases and bringing that data back into one page.
Thanks.