M
mrhaydel
I currently maintain a webiste at work that consists of mostly .jsps, a
few servlets, nothing super complicated. There's a front page on the
website that contains version info (version number, date of release),
and a short little news section with blurbs about new things going on
with the software available on this site. Also there are some release
notes pages that are updated with each new release as well.
What I'd like to do is make this front page, and maybe the release
notes page, more data driven, so that instead of having to go in with
each release and change the HTML/JSP pages, it can just pull this info
from a few tables in a database. We use SQL Server, so I'd be creating
the database there, and like I said, I don't think it's anything real
complicated, it's just I've never done it before, and I'm having a hard
time putting what I want into words enough so that I can find articles
or whatever on doing this.
Can anyone give me a head start, maybe point me to some tutorials or
sites on doing this, recommend any books, etc, or really any sort of
help?
few servlets, nothing super complicated. There's a front page on the
website that contains version info (version number, date of release),
and a short little news section with blurbs about new things going on
with the software available on this site. Also there are some release
notes pages that are updated with each new release as well.
What I'd like to do is make this front page, and maybe the release
notes page, more data driven, so that instead of having to go in with
each release and change the HTML/JSP pages, it can just pull this info
from a few tables in a database. We use SQL Server, so I'd be creating
the database there, and like I said, I don't think it's anything real
complicated, it's just I've never done it before, and I'm having a hard
time putting what I want into words enough so that I can find articles
or whatever on doing this.
Can anyone give me a head start, maybe point me to some tutorials or
sites on doing this, recommend any books, etc, or really any sort of
help?