xml as a datasource?

2004-10-01 Thread joe a.
I am in need of a document covering how to use xml as a data source with struts. If someone could post a link I would appreciate it. Also, what are the benefits to using xml as a datasource instead of a db like mysql? Thanks, Joe -

Re: Seeking advice for buying a Struts book

2004-09-29 Thread joe a.
I got my first app up by following the tutorial in Jakarta Struts Live It taught me how to use the validation framework to get enterprise level form validation up and running. It took me a while to get it right, but I think I would have been hopeless without it ! On Wed, 29 Sep 2004 14:58:50 +1

Re: Why does Resin run on port 8080?

2004-09-28 Thread joe a.
ervers to a > port > 1024 allows > ordinary users to play with the appserver. As to why the port chosen > was 8080 as opposed to some other port, I suspect that was a cut'n'paste > thing. > > > joe a. wrote: > > >Yes I tried google, and yes this question

Re: Why does Resin run on port 8080?

2004-09-28 Thread joe a.
:49:27 -0500, joe a. <[EMAIL PROTECTED]> wrote: > Yes I tried google, and yes this question isnt about struts > specifically but it is a struts RELATED question that should be > allowed on the list (you can't use struts without an application > server). I know I'm on y

Re: Why does Resin run on port 8080?

2004-09-28 Thread joe a.
he time of EVERY person on this list. What you failed to glean from the previous answer is that you are obviously too dumb (or too lazy) to find the answer yourself, and we're not gonna do it for you. No need to reply, you're in my kill file. "joe a." <[EM

Re: Why does Resin run on port 8080?

2004-09-28 Thread joe a.
gt; Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > > > - Original Message - > From: "joe a." <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 28, 2004 2:15 PM > Subje

Why does Resin run on port 8080?

2004-09-28 Thread joe a.
Is there a reason why Resin runs on port 8080 by default? Just curious. Thanks, Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Servlet help for a Struts programmer

2004-08-10 Thread joe a.
np! what are cognizantorees? On Tue, 10 Aug 2004 14:54:11 -0700, Michael McGrady <[EMAIL PROTECTED]> wrote: > At 02:21 PM 8/10/2004, you wrote: > >Have any of you guys read Jakarta Struts Live by Hightower? Its > >available for free here in pdf form: > >http://www.theserverside.com/books/sourceb

Re: Servlet help for a Struts programmer

2004-08-10 Thread joe a.
Have any of you guys read Jakarta Struts Live by Hightower? Its available for free here in pdf form: http://www.theserverside.com/books/sourcebeat/JakartaStrutsLive/index.tss Has a good tutorial (holy crap i just sneezed and shook my entire desk causing the cd case to fall off my monitor) chapter

Re: Servlet help for a Struts programmer

2004-08-10 Thread joe a.
This is probably the first struts mailing list thread I've browsed through, dear god you guys confuse me :) -Joe On Tue, 10 Aug 2004 13:11:34 -0700, Michael McGrady <[EMAIL PROTECTED]> wrote: > At 12:57 PM 8/10/2004, you wrote: > >From: "Michael McGrady" <[EMAIL PROTECTED]> > > > > > There is no

Trying to highlate error causing fields

2004-08-08 Thread joe a.
I'm trying to use #3 on this page: http://www.niallp.pwp.blueyonder.co.uk/. It is a tag library that I'm trying to use with my struts web app. But I have no clue how to use the class file he provided. I don't know where to put it at compile time, and it has a different package name than my current