Re: Arrrg...

2001-10-18 Thread Craig Tataryn

But I made sure to delete parser.jar and jaxp.jar from the tomcat 
directory and I replaced it with the latest and greatest Xerces 
build.  I'll keep digging, thanks for the suggestions.

tataryn:craig/

Deadman, Hal wrote:

I was getting similar errors trying to use struts post 1.0 on Weblogic 6.0
which uses jaxp 1.0. Struts 1.1 requires a server with a jaxp 1.1 xml
parser. Maybe that's the problem?

-Original Message-
From: Craig Tataryn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 4:13 PM
To: Struts Dev Group
Subject: Arrrg...


I tried resubscribing to the struts-user group to post this, but the
mail list isn't getting back to me as to whether or not it subscribed
me.  Thus I am posting this here:

I keep getting this error when starting tomcat 3.2.1 on Unix:

2001-10-17 04:03:25 - ContextManager: Adding context Ctx(/struts-example )
Exception in thread main java.lang.NoSuchMethodError
at
org.apache.commons.digester.Digester.getReader(Digester.java:527)
at
org.apache.commons.digester.Digester.parse(Digester.java:1206)
at
org.apache.struts.webapp.example.DatabaseServlet.load(DatabaseServlet.java:2
52)

at
org.apache.struts.webapp.example.DatabaseServlet.init(DatabaseServlet.java:1
75)

at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at
org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
at org.apache.tomcat.core.Handler.init(Handler.java:215)
at
org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartup
Interceptor.java:130)

at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:491)

at
org.apache.tomcat.core.ContextManager.init(ContextManager.java:453)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

Any clue?

Thanks,

tataryn:craig/






Re: .NET and Struts...

2001-09-26 Thread Craig Tataryn

I aggree, but I guess it's easy to know how to build a better class library
when there is one already out there you can model.

VS.NET is a pig as far as eating up processor and RAM but man, can those
guys ever make an excellent development studio.

One of my favorite features of VB.NET that Java doesn't have is automatic
boxing of primitive types.  Basically the compiler will treat your int
variable as an object if you use it like an object, or it will treat it as a
primitive if you use it like a primitive.

Craig.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 26, 2001 11:31 AM
Subject: .NET and Struts...


 i'm a long time unix/c/c++/java/jsp developer, but honestly, my
 experience with .NET in its short time since beta 2 release has been
 very eye-opening. all of the usual features you'd expect from msft in
 terms of whizbang gui features are all there of course, in
 VS.NET. even more impressive to me is the .NET framework and its
 associated class libraries. it's a massive effort with massive
 developer/design hours invested. i have yet to find something in
 java's sdk class lib that isn't already in .NET. in fact, .NET
 arguably already has a better class library, including such basic
 features such as built-in Regex support that's missing from
 sun. that's just a start.

 i'm not tooting msft here at all - just trying to be informative. if
 anything, i'm saddened that there's less and less that seems to be
 able to defend against the msft monopoly/juggernaut. ;)


 jae

 Craig Tataryn writes:
   Hi all, I just wanted to give an observation and perhaps propose
another ToDo.  I recently attended a .NET roadshow seminar in
Minneapolis (btw: not worth the money, just buy a book and read it, all the
instructors did was read the slides to us).




.NET and Struts...

2001-09-24 Thread Craig Tataryn



Hi all, I just wanted to give an observation and 
perhaps propose another "ToDo". I recently attended a ".NET roadshow" 
seminar in Minneapolis (btw: not worth the money, just buy a book and read it, 
all the instructors did was read the slides to us).

Anyway, the thing I got the most out of was when 
they were displaying the features of Visual Studio 7.0. Specifically when 
creating "Web Forms". You basically create a form like you normally would 
for a windows application, except that the controls you select from are html 
controls. You then go about coding your events like you would a normal 
form.

The IDE would then compile your application and 
create an ASPX page that displayed your form and a class file that would be used 
to handle events on the form (on the server side). So the compilier 
actually generates javascript code which will make calls out to the server when 
things like the "lostFocus" even happens on a text box, or the "Click" event 
happened on a button.

Now people were really impressed with the fact 
that you could just code this program like you would a normal "VB" form, putting 
statements in event hanlders like "Text1.text = Text2.text" and have the view 
(the ASPX rendered HTML) display the changes. Now struts already does this 
type of binding for us (i.e myForm.text1 = myForm.text2), all we are missing is 
the nice GUI that allows us to "forget" we are writing a web 
application.

I know JBuilder has extenisbility objects to allow 
you to hook into the IDE, does anyone here have exprience codingthe 
JBuilder object model? 

I think this would make a good TODO because it 
allows "average" users the ability to create struts web apps without having to 
know too much about servlets, thus bringing struts to a wider 
audience.

Let me know what you think.

tataryn:craig/




Re: Workflow discussions

2001-08-21 Thread Craig Tataryn

Here you go:

http://jakarta.apache.org/struts/proposal-workflow.html

tataryn:craig/

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 21, 2001 12:38 PM
Subject: Re: Workflow discussions



 It may be too early in the process, but is there any initial design
 documentation?


 Thanks,

 David Snyder




 Craig R. McClanahan [EMAIL PROTECTED]@localhost on 08/21/2001
 11:31:10 AM

 Please respond to [EMAIL PROTECTED]

 Sent by:  craigmcc@localhost


 To:   [EMAIL PROTECTED]
 cc:
 Groups:   Don't Expand
 Subject:  Re: Workflow discussions



 On Tue, 21 Aug 2001 [EMAIL PROTECTED] wrote:

  Is there another mailing list specifically for workflow discussion?  If
 so,
  where
  do I subscribe to that list.  I'm interested in the workflow discussion.
 
 

 There has been some discussion here and some on the jakarta-commons list
 (where the initial code base for the generic part of the engine
 corresponding to my proposal is living).  To subscribe, send mail to
 [EMAIL PROTECTED].

 The code itself is in the jakarta-commons-sandbox CVS repository (sorry,
 no nightly builds or anything like that yet), in directory workflow.  At
 the moment, I'm integrating Dmitri Plotnikov's XPath navigation of trees
 of JavaBeans into the basic language -- this is a very cool alternative to
 the Struts approach of using scope, name, and property triplets to
 navigate such trees.  The JSPTL effort is also considering XPath as the
 syntax for the expression language to be supported by the standard tag
 library.

  David Snyder
 
 
 
 

 Craig










Workflow help

2001-07-19 Thread Craig Tataryn



I am finding it increasingly hard to concentrate 
on the workflow project. Work has been hectic, very little spare 
time. I think I am going to withdraw from heading up the project because I 
know Craig and the rest of you want to get something going on this.

I would still love to contribute, I just don't 
think I have the time to head up the TODO. This may change, but for now 
I'll have to pass the torch to someone who has a bit more time to concentrate on 
desiging it.

Any takers?

Craig.


Anyone evaluate TCF yet?

2001-06-19 Thread Craig Tataryn

Anyone take a look at Thin Client Framework by IBM's alphaworks?
Supposed to help produce MVC apps in java rapidly.
http://alphaworks.ibm.com/tech/tcf

tataryn:craig/




Work flow RFC

2001-06-05 Thread Craig Tataryn

Hi, I would like your comments for the workflow item on our TODO list.
Currently this is how I've envisioned the workflow project:

1) A nice GUI type Applet or Application that has visual constructs
which can be connected in a Visio type manner to create an Activity
diagram or some other type of flow diagram.

2) This diagram will be persisted in an XML file which holds meta data
for the elements in diagram (position, type of construct (controller,
flat html page, cgi script, flow arrow, etc..)).

3) The diagram can be exported to a struts config file via XSLT (i.e.
workflow.xml - workflow2struts.xsl - struts-config.xml)

4) A diagram can also be imported from a struts-config.xml file via XSLT
(i.e. struts-config.xml - struts2workflow.xsl - workflow.xml).  Of
course some sort of pretty layout code would have to be used to
un-jumble the mess of constructs that are sucked out of the
struts-config.xml file (i.e. take a guess at proper positioning
information).

The GUI should employ some sort of extensibility mechanism like BSF
(http://oss.software.ibm.com/developerworks/projects/bsf) or Bean Shell
(http://www.beanshell.org/) to allow users to plug-in their own
functionality (i.e. validation code) without jeopardizing the core code
(what I call the Emeril Lagasse technique -- BAM!).

I realize this is a very high level look at the TODO but I think as we
get more comments we will get more granular and can start dishing out
segments.

Let me know what you think.

tataryn:craig/


begin:vcard 
n:Tataryn;Craig
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:centerCompuware/center;centerProfessional Services Division/center
adr:;;;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:centerimg src=http://www-server/~xxtatar/images/mcp_sd_sml.gif;brbProgrammer/Analyst/b/center
fn:Craig Tataryn
end:vcard



Re: Work flow RFC

2001-06-05 Thread Craig Tataryn

I don't want to be platform specific though w.r.t. any tools generated from
this TODO.  However, if someone wanted to create a Visio addin for the
front-end and some SOAP interfaces to the support objects I wouldn't oppose it.

Craig.

Dan - Blue Lotus Software wrote:

 It would be nice if we could integrate directly with Visio.  Microsoft is
 pushing Visio as their workflow editor for BizTalk.  Basically, it allows
 Visio models to be connected to real code through the use of XML files,
 pretty much as you have suggested (except without the XSL stage--the file
 format Visio writes is read directly).

 At the XML One conference in London a few months back, I asked the two
 Microsoft guys that were demoing a beta of the Visio workflow stuff (from
 the upcoming .NET version) if they planned to publish the DTD.  They didn't
 really know.  However, given their commitment to open standards with XML
 (yes, I said that with a straight face), the DTD will likely be released to
 a standards body.

 If this is the case, building XSL documents to handle the conversion each
 way should be straightforward.

 -dan

 -Original Message-
 From:
 [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED].
 org]On Behalf Of Craig Tataryn
 Sent: Tuesday, June 05, 2001 5:29 PM
 To: [EMAIL PROTECTED]
 Subject: Work flow RFC

 Hi, I would like your comments for the workflow item on our TODO list.
 Currently this is how I've envisioned the workflow project:

 1) A nice GUI type Applet or Application that has visual constructs
 which can be connected in a Visio type manner to create an Activity
 diagram or some other type of flow diagram.

 2) This diagram will be persisted in an XML file which holds meta data
 for the elements in diagram (position, type of construct (controller,
 flat html page, cgi script, flow arrow, etc..)).

 3) The diagram can be exported to a struts config file via XSLT (i.e.
 workflow.xml - workflow2struts.xsl - struts-config.xml)

 4) A diagram can also be imported from a struts-config.xml file via XSLT
 (i.e. struts-config.xml - struts2workflow.xsl - workflow.xml).  Of
 course some sort of pretty layout code would have to be used to
 un-jumble the mess of constructs that are sucked out of the
 struts-config.xml file (i.e. take a guess at proper positioning
 information).

 The GUI should employ some sort of extensibility mechanism like BSF
 (http://oss.software.ibm.com/developerworks/projects/bsf) or Bean Shell
 (http://www.beanshell.org/) to allow users to plug-in their own
 functionality (i.e. validation code) without jeopardizing the core code
 (what I call the Emeril Lagasse technique -- BAM!).

 I realize this is a very high level look at the TODO but I think as we
 get more comments we will get more granular and can start dishing out
 segments.

 Let me know what you think.

 tataryn:craig/


begin:vcard 
n:Tataryn;Craig
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:centerCompuware/center;centerProfessional Services Division/center
adr:;;;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:centerimg src=http://www-server/~xxtatar/images/mcp_sd_sml.gif;brbProgrammer/Analyst/b/center
fn:Craig Tataryn
end:vcard



Re: Work flow RFC

2001-06-05 Thread Craig Tataryn

Is this a workflow editor or just a configuration editor (which would be nice
for struts)?

craig.

Jonathan wrote:

 Again, Ive got to say look at the Barracuda project.  They have one of these
 gui configurers.  Check it out at
 http://barracuda.enhydra.org/Barracuda/GetBConfig.event

 - Original Message -
 From: Craig Tataryn [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, June 05, 2001 12:28 PM
 Subject: Work flow RFC

  Hi, I would like your comments for the workflow item on our TODO list.
  Currently this is how I've envisioned the workflow project:
 
  1) A nice GUI type Applet or Application that has visual constructs
  which can be connected in a Visio type manner to create an Activity
  diagram or some other type of flow diagram.
 
  2) This diagram will be persisted in an XML file which holds meta data
  for the elements in diagram (position, type of construct (controller,
  flat html page, cgi script, flow arrow, etc..)).
 
  3) The diagram can be exported to a struts config file via XSLT (i.e.
  workflow.xml - workflow2struts.xsl - struts-config.xml)
 
  4) A diagram can also be imported from a struts-config.xml file via XSLT
  (i.e. struts-config.xml - struts2workflow.xsl - workflow.xml).  Of
  course some sort of pretty layout code would have to be used to
  un-jumble the mess of constructs that are sucked out of the
  struts-config.xml file (i.e. take a guess at proper positioning
  information).
 
  The GUI should employ some sort of extensibility mechanism like BSF
  (http://oss.software.ibm.com/developerworks/projects/bsf) or Bean Shell
  (http://www.beanshell.org/) to allow users to plug-in their own
  functionality (i.e. validation code) without jeopardizing the core code
  (what I call the Emeril Lagasse technique -- BAM!).
 
  I realize this is a very high level look at the TODO but I think as we
  get more comments we will get more granular and can start dishing out
  segments.
 
  Let me know what you think.
 
  tataryn:craig/
 


begin:vcard 
n:Tataryn;Craig
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:centerCompuware/center;centerProfessional Services Division/center
adr:;;;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:centerimg src=http://www-server/~xxtatar/images/mcp_sd_sml.gif;brbProgrammer/Analyst/b/center
fn:Craig Tataryn
end:vcard



Re: Work flow RFC

2001-06-05 Thread Craig Tataryn

Ahhh, thanks Dan.  I didn't realize it spat out a workflow file

Thanks,

Craig.

Dan - Blue Lotus Software wrote:

 I think you misunderstood me.  I'm not suggesting any SOAP interfaces or
 anything.  I'm simply suggesting using Visio's workflow editor to create
 workflows that can be imported for Struts workflows.  This should be able to
 be done by simply creating 2 XSL files: one to convert Visio's workflows
 into Strut's, and one to convert Strut's into Visio's.

 My primary point was to say that the next release of Visio has a workflow
 editor, it outputs an XML file, and the XML format will likely be public.

 -dan

 -Original Message-
 From:
 [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED].
 org]On Behalf Of Craig Tataryn
 Sent: Tuesday, June 05, 2001 6:52 PM
 To: Dan - Blue Lotus Software
 Cc: [EMAIL PROTECTED]
 Subject: Re: Work flow RFC

 I don't want to be platform specific though w.r.t. any tools generated from
 this TODO.  However, if someone wanted to create a Visio addin for the
 front-end and some SOAP interfaces to the support objects I wouldn't oppose
 it.

 Craig.

 Dan - Blue Lotus Software wrote:

  It would be nice if we could integrate directly with Visio.  Microsoft is
  pushing Visio as their workflow editor for BizTalk.  Basically, it allows
  Visio models to be connected to real code through the use of XML files,
  pretty much as you have suggested (except without the XSL stage--the file
  format Visio writes is read directly).
 
  At the XML One conference in London a few months back, I asked the two
  Microsoft guys that were demoing a beta of the Visio workflow stuff (from
  the upcoming .NET version) if they planned to publish the DTD.  They
 didn't
  really know.  However, given their commitment to open standards with XML
  (yes, I said that with a straight face), the DTD will likely be released
 to
  a standards body.
 
  If this is the case, building XSL documents to handle the conversion each
  way should be straightforward.
 
  -dan
 
  -Original Message-
  From:
  [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED].
  org]On Behalf Of Craig Tataryn
  Sent: Tuesday, June 05, 2001 5:29 PM
  To: [EMAIL PROTECTED]
  Subject: Work flow RFC
 
  Hi, I would like your comments for the workflow item on our TODO list.
  Currently this is how I've envisioned the workflow project:
 
  1) A nice GUI type Applet or Application that has visual constructs
  which can be connected in a Visio type manner to create an Activity
  diagram or some other type of flow diagram.
 
  2) This diagram will be persisted in an XML file which holds meta data
  for the elements in diagram (position, type of construct (controller,
  flat html page, cgi script, flow arrow, etc..)).
 
  3) The diagram can be exported to a struts config file via XSLT (i.e.
  workflow.xml - workflow2struts.xsl - struts-config.xml)
 
  4) A diagram can also be imported from a struts-config.xml file via XSLT
  (i.e. struts-config.xml - struts2workflow.xsl - workflow.xml).  Of
  course some sort of pretty layout code would have to be used to
  un-jumble the mess of constructs that are sucked out of the
  struts-config.xml file (i.e. take a guess at proper positioning
  information).
 
  The GUI should employ some sort of extensibility mechanism like BSF
  (http://oss.software.ibm.com/developerworks/projects/bsf) or Bean Shell
  (http://www.beanshell.org/) to allow users to plug-in their own
  functionality (i.e. validation code) without jeopardizing the core code
  (what I call the Emeril Lagasse technique -- BAM!).
 
  I realize this is a very high level look at the TODO but I think as we
  get more comments we will get more granular and can start dishing out
  segments.
 
  Let me know what you think.
 
  tataryn:craig/


begin:vcard 
n:Tataryn;Craig
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:centerCompuware/center;centerProfessional Services Division/center
adr:;;;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:centerimg src=http://www-server/~xxtatar/images/mcp_sd_sml.gif;brbProgrammer/Analyst/b/center
fn:Craig Tataryn
end:vcard



Re: Work flow RFC

2001-06-05 Thread Craig Tataryn

 Good catch.  Well, that just means that it is an issue across the board.
 Lets get a list together of possible approaches and put it up somewhere for
 us to comment on and review.


Like this thread :)

tataryn:craig/


 - Original Message -
 From: Frye, Dave [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, June 05, 2001 2:22 PM
 Subject: RE: Work flow RFC

  From Barracuda's Scope Summary (see,
  http://barracuda.enhydra.org/Barracuda/docs/scope_summary.html#2.4),
  Barracuda's scope explicitly excludes application flow control.
 
  didge
 


begin:vcard 
n:Tataryn;Craig
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:centerCompuware/center;centerProfessional Services Division/center
adr:;;;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:centerimg src=http://www-server/~xxtatar/images/mcp_sd_sml.gif;brbProgrammer/Analyst/b/center
fn:Craig Tataryn
end:vcard



Re: cvs commit: jakarta-struts/src/doc todo-1.1.xml

2001-02-20 Thread Craig Tataryn

Let us see the stylesheet ;)

tataryn:craig/

[EMAIL PROTECTED] wrote:

 craigmcc01/02/20 09:28:30

   Modified:src/doc  todo-1.1.xml
   Log:
   Correct email contact address for Rob.

   TODO:  figure out why my stylesheet is eating the a tags on volunteers...

   Revision  ChangesPath
   1.13  +1 -1  jakarta-struts/src/doc/todo-1.1.xml

   Index: todo-1.1.xml
   ===
   RCS file: /home/cvs/jakarta-struts/src/doc/todo-1.1.xml,v
   retrieving revision 1.12
   retrieving revision 1.13
   diff -u -r1.12 -r1.13
   --- todo-1.1.xml  2001/02/19 22:03:25 1.12
   +++ todo-1.1.xml  2001/02/20 17:28:29 1.13
   @@ -534,7 +534,7 @@
pUnit tests for the codeorg.apache.struts.action/code package./p
  /info
  assigned
   -a href="mailto:[EMAIL PROTECTED]"Rob Leland/a
   +a href="mailto:[EMAIL PROTECTED]"Rob Leland/a
  /assigned
/task





--
I've been trying to change the world for years, but they just won't give me the source
code



begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard



Re: cvs commit: jakarta-struts/src/doc todo-1.1.xml

2001-02-20 Thread Craig Tataryn

h, maybe for now you can just add a section before your "!-- Process everything 
else by
just passing it through --" section that looks like this:

xsl:template match="a"
xsl:copy
xsl:apply-templates/
/xsl:copy
/xsl:template

Would that do it?

tataryn:craig/

Change it to:



"Craig R. McClanahan" wrote:

 Craig Tataryn wrote:

  Let us see the stylesheet ;)
 

 
http://jakarta.apache.org/cvsweb/index.cgi/jakarta-struts/src/doc/stylesheets/struts.xsl

 :-)

 Craig

 
  tataryn:craig/
 
  [EMAIL PROTECTED] wrote:
 
   craigmcc01/02/20 09:28:30
  
 Modified:src/doc  todo-1.1.xml
 Log:
 Correct email contact address for Rob.
  
 TODO:  figure out why my stylesheet is eating the a tags on volunteers...
  
 Revision  ChangesPath
 1.13  +1 -1  jakarta-struts/src/doc/todo-1.1.xml
  
 Index: todo-1.1.xml
 ===
 RCS file: /home/cvs/jakarta-struts/src/doc/todo-1.1.xml,v
 retrieving revision 1.12
 retrieving revision 1.13
 diff -u -r1.12 -r1.13
 --- todo-1.1.xml  2001/02/19 22:03:25 1.12
 +++ todo-1.1.xml  2001/02/20 17:28:29 1.13
 @@ -534,7 +534,7 @@
  pUnit tests for the codeorg.apache.struts.action/code 
package./p
/info
assigned
 -a href="mailto:[EMAIL PROTECTED]"Rob Leland/a
 +a href="mailto:[EMAIL PROTECTED]"Rob Leland/a
/assigned
  /task
  
  
  
  
 
  --
  I've been trying to change the world for years, but they just won't give me the 
source
  code

--
I've been trying to change the world for years, but they just won't give me the source
code



begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard



Digester docs...

2001-02-19 Thread Craig Tataryn


In the Digester user guide: http://jakarta.apache.org/struts/api/org/apache/struts/digester/package-summary.html#package_description
There is an example of how to use the addObjectCreate method:
digester.addObjectCreate("struts-config/global-forwards/forward",

forwardClass, "className");
Perhaps it would be less confusing if the description that reads:
A new object instance is created -- the ActionForward instance that
will represent this definition. The Java class name defaults to that specified
as an initialization parameter, but can be overridden by using the "className"
attribute. The new forward instance is pushed onto the stack.
Read like this:
A new object instance is created -- the ActionForward instance that
will represent this definition. The Java class name defaults to that specified
as an initialization parameter which we have stored in the String variable
forwardClass, but can be overridden by using the "className" attribute
found in the the node we are currently parsing. The new forward
instance is pushed onto the stack.
Either that, or just change the example to read like this:
digester.addObjectCreate("struts-config/global-forwards/forward",

"org.apache.struts.action.ActionForward", "className");
Is that fair?
Craig T.
--
I've been trying to change the world for years, but they just won't
give me the source code


begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard



Re: MessagesResources - some thoughts

2001-02-16 Thread Craig Tataryn

But technically couldn't the application developer do this already?  They
could just add another init-param to the Servlet which specified a
Resources class other than the default.  The servlet writter would simply
use this resource bundle instead, getting it's messages from there.

You could have something like UIResource and ServletResource classes.  The
UIResource class would be the one you set in the ActionServlet's
application init-param, and the ServletResource class can be loaded
programatically by the servlet writter based on some custom init-param
which specified the class name.

Craig T.

Rob Leland wrote:

 Roland Huss wrote:
 
  Hi,
 
  for some reasons I would like to separate messages put into JSP-pages
  with bean:message from messages generated within java
  code.
 +1
 This sounds like a good Idea. I would vote for this change.
 Maybe you could post it to the bug/feature request so it
 ends up one the list for version 1.1.

 -Rob

--
I've been trying to change the world for years, but they just won't give me
the source code



begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard



Re: Contribution

2001-02-14 Thread Craig Tataryn

Check.  I will add Nic to a list of interested work flow contributers.

Craig

[EMAIL PROTECTED] wrote:

 Memo from Nic Hobbs of PricewaterhouseCoopers

  Start of message text 

 Craig,

 I am also interested in helping out with the project, in particular in these
 areas, not all of which perhaps appear on the TODO list so explicitly:

  1)   Workflow processing,
  2)   Multi-page form support,
 and associated with that,
  3)   Generic validation support
  4)   Role-based Action execution
 and
  5)   EJB design patterns

 The above are all areas on which my team are currently working inside and
 outside of struts so I am quite interested in how they pan out in Struts itself
 and how we can make use of them and contribute where possible.

 So, sign me up to as many or as few of these as you like, however, I appreciate
 there is probably a limit to how much one can contribute actively to many
 areas...

 Regards,

 Nic

 "Craig R. McClanahan" [EMAIL PROTECTED] on 13/02/2001 18:05:17

 Please respond to [EMAIL PROTECTED]
 To:   [EMAIL PROTECTED]
 cc:

 Subject:  Re: Contribution

 Craig Tataryn wrote:

  Hi there, I was wondering if anyone has taking ownership of the
  "Workflow Processing" TODO?  If not, would I be able to start this
  project and get all interested parties involved?
 

 Welcome, Craig!  I have added your name to the TODO list for this topic.

 By the way, I don't see a problem if more than one person wants to sign up
 on particular topics.  These are the people that are primarily interested,
 and I expect they would spearhead the conversations on STRUTS-DEV as we
 decide what to build and how to build it.  Over time, I would hope many
 would also desire to become committers on Struts, so that we can accelerate
 the overall development.

 Anyone else interested in signing on the dotted line?  :-)

 
  Also, I did a presentation of Struts at an e-business SIG, I was
  wondering if I could get the presentation added to "Resources" section
  of the User Guide?
 
  The address where the presentation can be viewed is:
  http://www.computer-programmer.org/articles/struts/
 

 I look forward to seeing this.  There will be some other published
 information about Struts in the next few months as well -- I'll post the
 ones I'm aware of as they become published.

 
  Thanks,
 
  Craig.
 

 Craig

 
  --
  I've been trying to change the world for years, but they just won't give
  me the source code

 - End of message text 

 The principal place of business of PricewaterhouseCoopers and its associate
 partnerships is 1 Embankment Place, London WC2N 6NN where lists of the
 partners' names are available for inspection. All partners in the associate
 partnerships are authorised to conduct business as agents of, and all
 contracts for services to clients are with, PricewaterhouseCoopers. The UK
 firm of PricewaterhouseCoopers is authorised by the Institute of Chartered
 Accountants in England and Wales to carry on investment business.
 PricewaterhouseCoopers is a member of the world-wide
 PricewaterhouseCoopers organisation.
 
 The information transmitted is intended only for the person or entity to which
 it is addressed and may contain confidential and/or privileged material.  Any
 review, retransmission, dissemination or other use of, or taking of any action
 in reliance upon, this information by persons or entities other than the
 intended recipient is prohibited.   If you received this in error, please
 contact the sender and delete the material from any computer.

--
I've been trying to change the world for years, but they just won't give me the
source code



begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard



Re: Contribution

2001-02-13 Thread Craig Tataryn

P.S.  I ment to hit "Save" not "Send" Grrr  I wanted to wait until I
actually posted the presentation to the website.  I will fire off another
email when the presentation is up, sometime this afternoon.

Thanks,

Craig.

Craig Tataryn wrote:

 Hi there, I was wondering if anyone has taking ownership of the
 "Workflow Processing" TODO?  If not, would I be able to start this
 project and get all interested parties involved?

 Also, I did a presentation of Struts at an e-business SIG, I was
 wondering if I could get the presentation added to "Resources" section
 of the User Guide?

 The address where the presentation can be viewed is:
 http://www.computer-programmer.org/articles/struts/

 Thanks,

 Craig.

 --
 I've been trying to change the world for years, but they just won't give
 me the source code

--
I've been trying to change the world for years, but they just won't give me
the source code



begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard



Re: Contribution

2001-02-13 Thread Craig Tataryn

Read the P.S. mail I sent, I haven't posted the struts tutorial yet and my
web server is just bouncing you to the default page.

Craig.

"Deadman, Hal" wrote:

 Is this article about struts? Looks like it's about SOAP. I would like a
 presentation about Struts because I would like to "sell" it to my fellow
 developers and it would be nice to have an overview in presentation form.

 Thanks, Hal

 -Original Message-
 From: Craig Tataryn [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 13, 2001 12:34 PM
 To: [EMAIL PROTECTED]
 Subject: Contribution

 Hi there, I was wondering if anyone has taking ownership of the
 "Workflow Processing" TODO?  If not, would I be able to start this
 project and get all interested parties involved?

 Also, I did a presentation of Struts at an e-business SIG, I was
 wondering if I could get the presentation added to "Resources" section
 of the User Guide?

 The address where the presentation can be viewed is:
 http://www.computer-programmer.org/articles/struts/

 Thanks,

 Craig.

 --
 I've been trying to change the world for years, but they just won't give
 me the source code

--
I've been trying to change the world for years, but they just won't give me
the source code



begin:vcard 
n:Tataryn;Craig
tel;home:952-884-6752
tel;work:952-842-5576
x-mozilla-html:TRUE
url:http://www.computer-programmer.org
org:Compuware;Professional Division
adr:;;3600 West 80th St. Suite 400;Bloomington;MN;55431;United States of America
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Staff Analyst
fn:Craig Tataryn
end:vcard