Re: Struts/SQL Server rephrased

2003-10-08 Thread Vic Cekvenich
Try ibatis.com db layer link, that could help put you in the right direction. .V Lynn Guy wrote: Actually, this was someone else's question but having just gone through it I was trying to get people to respond in a helpful manner. I didnt mean to cloud the issue by using SQLServer specifically,

Re: Struts/SQL Server rephrased

2003-10-08 Thread Lynn Guy
Actually, this was someone else's question but having just gone through it I was trying to get people to respond in a helpful manner. I didnt mean to cloud the issue by using SQLServer specifically, any dbase would do. I'm still in the process of filling in the holes for myself so this helps. Ho

RE: Struts/SQL Server rephrased

2003-10-08 Thread Wendy Smoak
Lynn wrote: > The issue is that the "poor sod" who doesnt know it > all coming in has 2 stovepipes. Struts and SQLServer > (or some other db). How does one get started when the > app requires data from a database? First, you do the data access layer. If you don't have this done, then forget abo

Re: Struts/SQL Server rephrased

2003-10-08 Thread David Graham
--- Lynn Guy <[EMAIL PROTECTED]> wrote: > The issue is that the "poor sod" who doesnt know it > all coming in has 2 stovepipes. Struts and SQLServer > (or some other db). How does one get started when the > app requires data from a database? Write and test classes that perform the business logi

Re: Struts/SQL Server rephrased

2003-10-08 Thread Kirk Wylie
Then maybe the approach should be to state what I think everybody's trying to convey: 1) You have to start with understanding how SQLServer works within Java, in other words, learning JDBC. 2) You then have to understand how SQLServer works in any type of web application (i.e. how you configure

Re: Struts/SQL Server rephrased

2003-10-08 Thread Lynn Guy
The issue is that the "poor sod" who doesnt know it all coming in has 2 stovepipes. Struts and SQLServer (or some other db). How does one get started when the app requires data from a database? Maybe struts shouldnt know about the database, fine. But struts is in the mix so there must be an appr

Re: Struts/SQL Server rephrased

2003-10-08 Thread David Graham
--- Mark Lowe <[EMAIL PROTECTED]> wrote: > > On Wednesday, October 8, 2003, at 07:30 PM, David Graham wrote: > > > > > --- Mark Lowe <[EMAIL PROTECTED]> wrote: > >> Godfrey > >> > >> I think what folks are trying to say is that the SQL stuff is > separate > >> to the struts stuff, and this is ki

Re: Struts/SQL Server rephrased

2003-10-08 Thread Mark Lowe
On Wednesday, October 8, 2003, at 07:30 PM, David Graham wrote: --- Mark Lowe <[EMAIL PROTECTED]> wrote: Godfrey I think what folks are trying to say is that the SQL stuff is separate to the struts stuff, and this is kind of what its about. There is a data source definition that confuses the hell

Re: Struts/SQL Server rephrased

2003-10-08 Thread Bryce Fischer
> Let's restate the question... > I'm new to struts and my database is SQL Server. Can > someone point me in the correct direction where to > find out how to set up an environment that utilizes > these two to build an application? You are missing one more component.. Your application server. Are

Re: Struts/SQL Server rephrased

2003-10-08 Thread David Graham
--- Mark Lowe <[EMAIL PROTECTED]> wrote: > Godfrey > > I think what folks are trying to say is that the SQL stuff is separate > to the struts stuff, and this is kind of what its about. There is a > data source definition that confuses the hell out of people new to > struts as it seems to impli

Re: Struts/SQL Server rephrased

2003-10-08 Thread Mark Lowe
Godfrey I think what folks are trying to say is that the SQL stuff is separate to the struts stuff, and this is kind of what its about. There is a data source definition that confuses the hell out of people new to struts as it seems to implicitly suggest that it should be used. However most of

Re: Struts/SQL Server rephrased

2003-10-08 Thread David Graham
--- Lynn Guy <[EMAIL PROTECTED]> wrote: > Let's restate the question... > I'm new to struts and my database is SQL Server. Can > someone point me in the correct direction where to > find out how to set up an environment that utilizes > these two to build an application? For Struts related questi

Re: Struts/SQL Server rephrased

2003-10-08 Thread Lynn Guy
Let's restate the question... I'm new to struts and my database is SQL Server. Can someone point me in the correct direction where to find out how to set up an environment that utilizes these two to build an application? --- David Graham <[EMAIL PROTECTED]> wrote: > > --- Jayson Falkner <[EMAIL