Re: Need Help w/ MVC and Database Question #2

2002-04-09 Thread Chris Pratt
(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

Re: Need Help w/ MVC and Database Question #2

2002-04-09 Thread Chen, Gin
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

Need Help w/ MVC and Database Question #2

2002-04-08 Thread Tom Kochanowicz
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 =

Re: Need Help w/ MVC and Database

2002-04-08 Thread Mike Duffy
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

Re: Need Help w/ MVC and Database

2002-04-08 Thread Paul Copeland
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

Re: Need Help w/ MVC and Database

2002-04-06 Thread Duffey, Kevin
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

Re: Need Help w/ MVC and Database

2002-04-06 Thread Jeff Schnitzer
> 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

Re: Need Help w/ MVC and Database

2002-04-05 Thread Hans Bergsten
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

Need Help w/ MVC and Database

2002-04-05 Thread Tom Kochanowicz
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