Re: Learning the basics

2004-08-31 Thread Chris Keladis
2004 09:46:56 -0700, Jim Barrows [EMAIL PROTECTED] wrote: -Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 9:18 AM To: Struts Users Mailing List Subject: RE: Learning the basics Hi Jim, I was hoping to avoid having

Re: Learning the basics

2004-08-31 Thread Emmanouil Batsis
Geia sou re Keladi, Chris Keladis wrote: Hi Kenneth, Everyone. Since we're on the subject, using the example being discussed, towards the end of the chain we call findRecords.do which takes us to foundRecords.jsp. [...] I'm having trouble understanding how to get database output from the model to

Re: Learning the basics

2004-08-31 Thread Bill Siggelkow
: -Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 9:18 AM To: Struts Users Mailing List Subject: RE: Learning the basics Hi Jim, I was hoping to avoid having to read a book to write my first Struts app, which is basically a small web app to let

RE: Learning the basics

2004-08-31 Thread Daniel Perry
[mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: 31 August 2004 13:39 To: [EMAIL PROTECTED] Subject: Re: Learning the basics Chris -- Struts knows nothing of the model -- the subject you need to learn is Java database programming. There are many different tutorials on this -- a good one

RE: Learning the basics

2004-08-31 Thread bmf5
Subject Please respond to RE: Learning the basics Struts Users Mailing List

RE: Learning the basics

2004-08-31 Thread Daniel Perry
with combined DTO/DAO to be equally as effective. Daniel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 31 August 2004 15:42 To: Struts Users Mailing List Subject: RE: Learning the basics Chris, In our app we're building a model object Assignment

RE: Learning the basics

2004-08-19 Thread Janne Mattila
I did not notice any book recommendations in answers to your question, and frankly, I am not surprised. For learning a new technology I prefer a good, well-written and well-structured book to harvesting scattered web pages to critical pieces of information. Unfortunately, I have read three

RE: Learning the basics

2004-08-19 Thread Jesse Alexander (KXT)
Subject: RE: Learning the basics +1 for Struts In Action. I have it sitting on my desktop's case. :) Regards, David -Original Message- From: Jesse Alexander (KXT) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 2:29 AM To: 'Struts Users Mailing List' Subject: RE: Learning

RE: Learning the basics

2004-08-19 Thread Richard Aukland
I also found this useful in addition to Struts in Action: Struts Survival Guide (ebook, very cheap) - Srikanth Shenoy with Nithin Mallya. Object source publishing Richard Aukland 49 Ravensmere, Beccles, Suffolk, UK. NR34 9BE Tel/Fax. +44(0)1502 470162 Cell.+44(0)7906 094578 mailto: [EMAIL

RE: Learning the basics

2004-08-19 Thread Janne Mattila
-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Learning the basics Date: Thu, 19 Aug 2004 08:29:02 +0200 Have you looked at Struts in Action by Ted Husted http://www.manning.com/husted. The in Action books are now one of my preferred

RE: Learning the basics

2004-08-19 Thread Kenneth Litwak
. Thanks again. Ken -Original Message- From: Janne Mattila [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:19 PM To: [EMAIL PROTECTED] Subject: RE: Learning the basics I did not notice any book recommendations in answers to your question, and frankly, I am not surprised

RE: Learning the basics

2004-08-19 Thread Jim Barrows
-Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 8:53 AM To: Struts Users Mailing List Subject: RE: Learning the basics HI Janne, Thanks for your comments on books. I was hoping to avoid having to read a book to write

RE: Learning the basics

2004-08-19 Thread bmf5
I've found Struts - The Complete Reference by James Holmes very helpful. It's organized well with good overviews before detail and complete code listings not just snippets. Bart - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Learning the basics

2004-08-19 Thread Jim Barrows
-Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 9:18 AM To: Struts Users Mailing List Subject: RE: Learning the basics Hi Jim, I was hoping to avoid having to read a book to write my first Struts app, which is basically

Re: Learning the basics

2004-08-19 Thread Bill Siggelkow
+1 :) [EMAIL PROTECTED] wrote: I've found Struts - The Complete Reference by James Holmes very helpful. It's organized well with good overviews before detail and complete code listings not just snippets. Bart - To unsubscribe,

RE: Learning the basics

2004-08-19 Thread dhay
: | | Subject: RE: Learning the basics

RE: Learning the basics

2004-08-19 Thread Kenneth Litwak
Hi David, Thanks much for the document. Ken -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 10:56 AM To: [EMAIL PROTECTED] Subject: RE: Learning the basics Well, zip attachements aren't allowed, and ppt file is just over 100KB

RE: Learning the basics

2004-08-19 Thread dhay
: | | Subject: RE: Learning the basics | | Ken, I had the responsiblity of teach Struts to the rest of our group, and put together a powerpoint presentation

Re: Learning the basics

2004-08-19 Thread Vic Cekvenich
: | | Subject: RE: Learning the basics | | Well, zip

RE: Learning the basics

2004-08-18 Thread Galbreath, Mark A
http://struts.apache.org/userGuide/ Mark -Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:23 PM To: Struts Users Mailing List Subject: Learning the basics If I'm an experienced developer, but new to Struts, do I need to buy a book

RE: Learning the basics

2004-08-18 Thread Kenneth Litwak
I didn't actually find the user guide that helpful for learning basics or for my specific question. Thanks. Ken -Original Message- From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:35 AM To: 'Struts Users Mailing List' Subject: RE: Learning

RE: Learning the basics

2004-08-18 Thread Chappell, Simon P
Mark ... you still live!? Welcome back. :-) It's been awfully quiet around here without you. Simon -Original Message- From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:35 PM To: 'Struts Users Mailing List' Subject: RE: Learning the basics http

Re: Learning the basics

2004-08-18 Thread Rick Reumann
Kenneth Litwak wrote: I didn't actually find the user guide that helpful for learning basics or for my specific question. Thanks. Ignore Mark (trust me:) I have some simple tutorials here if you want some basics http://www.reumann.net/do/struts/main One of the things I'd like to figure out is

RE: Learning the basics

2004-08-18 Thread Jim Barrows
-Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:23 AM To: Struts Users Mailing List Subject: Learning the basics If I'm an experienced developer, but new to Struts, do I need to buy a book to write a basic app, or is

RE: Learning the basics

2004-08-18 Thread DGraham
http://www.reumann.net/do/struts/main Kenneth Litwak [EMAIL PROTECTED] 08/18/2004 02:44 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject RE: Learning the basics I didn't actually find the user

RE: Learning the basics

2004-08-18 Thread Kenneth Litwak
Mailing List Subject: RE: Learning the basics -Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:23 AM To: Struts Users Mailing List Subject: Learning the basics If I'm an experienced developer, but new to Struts, do I need

RE: Learning the basics

2004-08-18 Thread Galbreath, Mark A
That's right, Rick, you self-promoting egotistical maggot, tell the newbies it's okay to ignore the API. Mark -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:49 PM To: Struts Users Mailing List Subject: Re: Learning the basics Kenneth

RE: Learning the basics

2004-08-18 Thread Robert Taylor
and javascript, etc...). hth, robert -Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:45 PM To: Struts Users Mailing List Subject: RE: Learning the basics I didn't actually find the user guide that helpful for learning basics

RE: Learning the basics

2004-08-18 Thread Jim Barrows
-Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:52 AM To: Struts Users Mailing List Subject: RE: Learning the basics Hi Jim, Well, I did actually look in google before posting. If I was doing this in regular HTML, I

RE: Learning the basics

2004-08-18 Thread Kenneth Litwak
Thanks Jim, and everyone else, for your help. Ken -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 12:04 PM To: Struts Users Mailing List Subject: RE: Learning the basics -Original Message- From: Kenneth Litwak [mailto:[EMAIL

Re: Learning the basics

2004-08-18 Thread Rick Reumann
Robert Taylor wrote: The struts website contains a wealth of information on getting started. A google search wouldn't hurt either. Ken's questions are fine compared to the one's I've gotten mailed to me personally lately. I almost thought they were a joke Two separate e-mails from the same

RE: Learning the basics

2004-08-18 Thread Galbreath, Mark A
Hey! those were from ME! -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 3:09 PM To: Struts Users Mailing List Subject: Re: Learning the basics Robert Taylor wrote: The struts website contains a wealth of information on getting