(or no framework at all, for that matter).
(*Chris*)
- Original Message -
From: "Tom Kochanowicz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 9:24 PM
Subject: [JSP-INTEREST] Need Help w/ MVC and Database Question #2
> Many thanks
to:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 12:25 AM
To: [EMAIL PROTECTED]
Subject: Need Help w/ MVC and Database Question #2
Many thanks to those who responded to my question. I have a second question
along the same line (kind of). What is the difference between "struts" and
&quo
Many thanks to those who responded to my question. I have a second question
along the same line (kind of). What is the difference between "struts" and
"jstl" (java standard tag library)? Is struts designed specifically for the
MVC architecture where jstl isn't ?
Sincerely,
Tom Kochanowicz
=
Check out a new Wrox book, "JSP Site Design". It has some very clear
examples.
--- Paul Copeland <[EMAIL PROTECTED]> wrote:
> The JOT Servlets framework supports MVC design approaches and
> includes a
> JDBC ResultSet Iterator class. The JOT documentation includes
> sample
> source code for a J
The JOT Servlets framework supports MVC design approaches and includes a
JDBC ResultSet Iterator class. The JOT documentation includes sample
source code for a JDBC database query Java Bean. Let me know if you need
help with that.
Paul Copeland, JOT Object Technologies, http://www.jotobjects.com
professional sites (so I have heard anyways). I am available via email for
help should any be needed.
-Original Message-
From: Jeff Schnitzer
To: [EMAIL PROTECTED]
Sent: 4/6/2002 10:16 PM
Subject: Re: Need Help w/ MVC and Database
> From: Tom Kochanowicz [mailto:[EMAIL PROTEC
> From: Tom Kochanowicz [mailto:[EMAIL PROTECTED]]
>
> I am trying to do my first project with the MVC architecture
(not
> using
> struts yet). The examples I look at in books do not have a working
example
> that actually connects to "any" real database and they only show
examples
> loade
Tom Kochanowicz wrote:
> Hello,
>
> I am trying to do my first project with the MVC architecture (not using
> struts yet). The examples I look at in books do not have a working example
> that actually connects to "any" real database and they only show examples
> loaded a very small amount
Hello,
I am trying to do my first project with the MVC architecture (not using
struts yet). The examples I look at in books do not have a working example
that actually connects to "any" real database and they only show examples
loaded a very small amount of data. Does anyone have a "very