What do I use for a J2ee website?
Posted
by
johnny
on Stack Overflow
See other posts from Stack Overflow
or by johnny
Published on 2010-09-16T15:39:44Z
Indexed on
2010/12/26
17:53 UTC
Read the original article
Hit count: 158
frameworks
|j2ee
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.
© Stack Overflow or respective owner