Re: RowSetDataSource and BasicDynaBean

2003-01-17 Thread Craig R. McClanahan
On Sat, 18 Jan 2003, usha wrote: > Date: Sat, 18 Jan 2003 12:20:49 +0800 > From: usha <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: RowSetDataSource and BasicDynaBean > > Hi > > in which build did

Re: RowSetDataSource and BasicDynaBean

2003-01-17 Thread usha
Hi in which build did you found this class. i was serching for this class. could u plz let me in which build of the common-beanutils i can found this. Thnaks usha TK wrote: I am trying to get BasicDynaBean to work within tags but it always throws error. : No getter method for property. Can s

Re: need some code to do the following

2003-01-17 Thread Rick Reumann
On Fri, 17 Jan 2003 14:17:04 -0800 (PST) Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi, > the code did not work that way , so what i did is the > following > DynaValidatorForm PL1820DeleteForm = > (DynaValidatorForm) > DynaActionFormClass.getDynaActionFormClass( >

Re: Layout of code

2003-01-17 Thread Craig R. McClanahan
On Fri, 17 Jan 2003, Vinay wrote: > Date: Fri, 17 Jan 2003 17:04:45 -0500 > From: Vinay <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Layout of code > > Hi all, > I have started developing a pro

Re: Layout of code

2003-01-17 Thread Vinay Chandupatla
I am using eclipse IDE with tomcat plugin. I find it very useful.But I have all classes in a single folder or package.I want to know how the business logic and action classes(controller) logic is organized (business objects or DAO's ). An example can help. i have a context rp the following is m

Re: [OT] Resin to Tomcat Conversion

2003-01-17 Thread James Mitchell
Now that was a pun! -- James Mitchell - Original Message - From: "Edgar P. Dollin" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 5:10 PM Subject: [OT] Resin to Tomcat Conversion > Has anyone done a conversion from a another

RE: DAO and Struts Best Practice

2003-01-17 Thread Brandon Goodin
I have read the official DAO pattern on the Sun's website. WOW! Good stuff. If you don't understand it that is a good place to start. Is there anyone using the strict DAO Abstract Factory Pattern? Yes? No? Why or why not? http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.ht

RowSetDataSource and BasicDynaBean

2003-01-17 Thread TK
I am trying to get BasicDynaBean to work within tags but it always throws error. : No getter method for property. Can someone tell me what is wrong.. I use org.apache.commons.beanutils.RowSetDataSource.getRows that returns a java.util.List of org.apache.commons.beanutils.BasicDynaBean. But when

RE: Layout of code

2003-01-17 Thread Justin Ashworth
This document is pretty good: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/deployment.html > -Original Message- > From: Vinay [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 5:05 PM > To: Struts Users Mailing List > Subject: Layout of code > > > Hi all, > I

RE: Instantiating ActionForm to pre-populate

2003-01-17 Thread Wendy Smoak
Charlie wrote: > My questions is, why go to all the trouble of instantiating the form yourself > in your Action, when the ActionServlet will do this for you if you specify > the form-bean name in the struts-config.xml mapping for that Action I think a major reason that people are under this impr

Instantiating ActionForm to pre-populate

2003-01-17 Thread Charlie Toohey
I was searching around and found a very long thread in the struts-dev mailing list (of which I am not a member) about how to instantiate both ActionForm and DynaActionForm objects in order to pre-populate a form (see below for a snippet of that thread). My questions is, why go to all the troubl

Re: Layout of code

2003-01-17 Thread David Graham
One thing that may help is using an IDE to generate this for you. Eclipse with the Tomcat plugin is a decent one. I put all my business logic class files in a jar and put it under /WEB-INF/lib. Again, Eclipse with the ZipCreator plugin is very useful for automating that process. David

create/modify/update action logic

2003-01-17 Thread Alex Winston
i am attempting to structure create/modify/update workflow within my application and have created the following action. my first question is as follows: it appears that if i call manage.do?action=modify that the modify method in AccountManagerAction never gets

FW: SourceForge.net Project Approved Axis4Struts

2003-01-17 Thread Mike Oliver
And Off we go into the wild blue yonder. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: SourceForge.net [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 2:50 PM To: [EMAIL PROTECTED] Subject:

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
Not over trivial at all, and could influence where we find the commonality. If this works out, we may offer other Struts entry points for various transports with equal ease. Certainly one of the advantages of an Axis4Struts layer could be that "if it works for Axis it works for Struts" and I thin

RE: Forms that extend forms

2003-01-17 Thread Carl Fyffe
I think the answer to your question is that you need to make your properties in ParentForm protected instead of private. Just another rookie, Carl -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 4:13 PM To: '[EMAIL PROTECTED]' Subject: F

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
Thanks Craig, Moving this thread to the Dev list as I type with my other hand. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17,

Re: need some code to do the following

2003-01-17 Thread Ashish Kulkarni
Hi, the code did not work that way , so what i did is the following DynaValidatorForm PL1820DeleteForm = (DynaValidatorForm) DynaActionFormClass.getDynaActionFormClass( "PL1820DeleteForm").newInstance(); PL1820DeleteForm.se

[OT] Resin to Tomcat Conversion

2003-01-17 Thread Edgar P. Dollin
Has anyone done a conversion from a another j2ee container (in my case caucho/resin) to tomcat? If so do you have any war stories? Thanks Edgar -- To unsubscribe, e-mail: For additional commands, e-mail:

Layout of code

2003-01-17 Thread Vinay
Hi all, I have started developing a project using MVC architecture using struts. I would like to know how to organize the application code in Tomcat . I am using Tomcat 4.1.18 and struts 1.1b3. I would like to know where the Presentation logic(JSP) should go ,Business Logic , Database logi

RE: DAO and Struts Best Practice

2003-01-17 Thread J Aaron Farr
On Fri, 17 Jan 2003 13:59:34 -0600 "Jacob Hookom" <[EMAIL PROTECTED]> wrote: >You might want to look at Castor for XML/JDBC > >The simplest solution is to write an intermediate layer. Struts calls >specialized methods on this layer to handle calls to multiple persistence >services, invisible to

Problem with

2003-01-17 Thread Drew Zimber
This code does not work can any one explain me why ? this code throws a null pointer exception from error java.lang.NullPointerException at org.apache.struts.taglib.nested.NestedPropertyHelper.getNestedProperty(Neste dPropertyHelper.java:173) at org.apache.struts.taglib.nested.

RE: [OT] Happy Friday

2003-01-17 Thread Joe Barefoot
"When you login, you will have 3 full hours of hands-on access to Visual Studio software." Wow, 3 whole hours of Visual Studio?! I'm so happy I think I'll kill myself! Wh!! > -Original Message- > From: James Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 1:21

Re: Pasar atributos a un

2003-01-17 Thread James Mitchell
Usted debe considerar el usar de Tiles trans: Cedric is da man!!! -- James Mitchell - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 3:56 PM Subject: Re: Pasar atributos a un Here's my stab at tran

Re: [OT] Happy Friday

2003-01-17 Thread James Mitchell
Having this software is essential to any serious .Net developerjust as Mark. -- James Mitchell - Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: "struts" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 4:05 PM Subject: [OT] Happy Friday > http://msdn.protie

RE: [OT] Happy Friday

2003-01-17 Thread James Childers
Are you trying to start a fight or a flame war? -= J > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 3:05 PM > To: struts > Subject: [OT] Happy Friday > > > http://msdn.protier.com/admin/skins/vsdemo/freetrial.aspx?sour > ce=OSDN_g

Forms that extend forms

2003-01-17 Thread Raible, Matt
I have two forms, one is a subclass of the other. Let's call them ParentForm and ChildForm. ParentForm is generated from a POJO (Plain Old Java Object) using XDoclet. ParentForm extends extends ValidatorForm. ChildForm extends ParentForm and contains my reset method and setter objects for indexe

[OT] Happy Friday

2003-01-17 Thread Mark Galbreath
http://msdn.protier.com/admin/skins/vsdemo/freetrial.aspx?source=OSDN_genera l_misc Mark -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Pasar atributos a un

2003-01-17 Thread Kevin . Bedell
Here's my stab at translating this... Míguel Ángel Mulero Martínez wrote: > Hola a todos, trans: Hello to everyone! > Estoy usando la linea: trans: I am using the line: > > forma de hacer esto? Al estilo del . trans: is this how you do this? Is it like ?

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
That usually comes from fear for me, but welcome to the dialog and watch for Axis4Struts on SourceForge any moment. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]

RE: Most Stable Struts Build

2003-01-17 Thread Vinh Tran
Thanks for the tip Craig. I'll definitely consider it. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 3:46 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Most Stable Struts Build On Fri, 17 Jan 2003, Vinh Tran w

Re: need some code to do the following

2003-01-17 Thread Rick Reumann
On Friday, January 17, 2003, 12:14:40 PM, Ashish wrote: AK> Hi, What i am trying to do it the following, I have a AK> DispatchAction class which is called from a jsp ( and passed user) AK> then i need to popluate a Bean (Action or Dyna) and put it in AK> request and pass it to jsp, so the jsp wi

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Will Etson
Not to quibble over trivialities, but SOAP is a transport independent payload and is not dependant on HTTPRequest and HTTPResponse. Axis supports this notion very well. How this would effect the integration of the two technologies, I can't say. Will Etson >>> "Mike Oliver" <[EMAIL PROTECTED]> 0

Re: transactions across multiple actions

2003-01-17 Thread Craig R. McClanahan
On Fri, 17 Jan 2003 [EMAIL PROTECTED] wrote: > Date: Fri, 17 Jan 2003 10:24:14 -0600 > From: [EMAIL PROTECTED] > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: transactions across multiple actions > > Hi all > > I'm tentatively planning on using multip

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Craig R. McClanahan
On Fri, 17 Jan 2003, Mike Oliver wrote: > Date: Fri, 17 Jan 2003 08:45:49 -0700 > From: Mike Oliver <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Axis/SOAP proposal for Struts > > Struts Users, > > > > I would like to propose tha

Re: Most Stable Struts Build

2003-01-17 Thread Craig R. McClanahan
On Fri, 17 Jan 2003, Vinh Tran wrote: > Date: Fri, 17 Jan 2003 10:37:15 -0500 > From: Vinh Tran <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Most Stable Struts Build > > All: > > I am finally updating T

RE: Application scope variables

2003-01-17 Thread Craig R. McClanahan
On Fri, 17 Jan 2003, Suresh Addagalla wrote: > Date: Fri, 17 Jan 2003 19:29:45 +0530 > From: Suresh Addagalla <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Cc: 'Craig R. McClanahan'

Re: Struts Modules

2003-01-17 Thread Craig R. McClanahan
On Thu, 16 Jan 2003, Mark McBride wrote: > Date: Thu, 16 Jan 2003 16:38:18 -0800 > From: Mark McBride <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts Modules > > I tripped up on this also ...

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Ka-Wai Chan
Yes, JAXM has SOAP calls under the covers. I have external applications that are publishing messages into a JMS Queue (cortex) which are then translated into JAXM posts to our JAXMServlet implementation. http://wwws.sun.com/software/sunone/wp-cortex.pdf. We are using this as a way to communi

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Kevin . Bedell
Mike - Since you've started this thread - I don't want to move it to dev until I know you are on that list. Can you either let me know you are there and I'll begin a thread there - or can you begin a thread in dev entitles something like: "Struts/Axis next steps" and we'll try putting a plan to

Re: struts servlet-mapping

2003-01-17 Thread Cagan Senturk
that's a cut-and-paste error that I made while composing the email, the real mapping doesn't have that attribute and yes you're right with it set to "true", all unresolved *.do requests would end up there. On Friday, January 17, 2003, at 03:30 PM, Raible, Matt wrote: Why do you have unknown="tr

RE: struts servlet-mapping

2003-01-17 Thread Raible, Matt
Why do you have unknown="true" - I *think* this means that that the Welcomer class will only be called if no mapping is found for it... -Original Message- From: Cagan Senturk [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:28 PM To: Struts Users Mailing List Subject: Re: struts

Re: struts servlet-mapping

2003-01-17 Thread Cagan Senturk
unfortunately that doesn't work either...I tried most of these combinations, but nothing seems to fix the problem. The interesting thing is that the problem doesn't exist when the app is deployed under Weblogic 7. On Friday, January 17, 2003, at 12:49 AM, Subhrajyoti Moitra wrote: wi

RE: [FRIDAY][OT] RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
It's not the pills so much...I just wish I hadn't drank all that cough syrup -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 2:33 PM I feel so much better now ... no really ... it has nothing to do with the pills those awfully nice

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
THAT was a little more information than I needed -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 3:02 PM I'm so excited that I think I've soiled myself... -- To unsubscribe, e-mail: For additional command

[OT] Must be a Struts developer

2003-01-17 Thread Mark Galbreath
Fri Jan 17, 8:06 AM ET BANGKOK, Thailand - Most people would hate to be called a drunk, but Thailand's Arunothai Sriaran is wearing the epithet like a crown. Arunothai was named "Miss Drunk" at a contest Thursday to promote Thai wines after downing five shots and walking a zigzag path between tw

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Robert McIntosh
Unless I'm mistaken (it has been a while since I've looked at) JAXM uses SOAP calls under the covers, so in theory anyway you could use JAXM as a Java API to a SOAP based Struts app. I believe JAXM is supposed to support other transport types, but currently only SOAP is supported, or something

RE: nested logic:iterate

2003-01-17 Thread Raible, Matt
You might look at the nested tag library - works pretty good for this type of stuff. Tutorials at http://www.keyboardmonkey.com. HTH, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 12:35 PM To: [EMAIL PROTECTED] Subject: nested

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Jacob Hookom
I'm so excited that I think I've soiled myself... -Original Message- From: Robert McIntosh [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 12:36 PM To: Struts Users Mailing List Subject: Re: Axis/SOAP proposal for Struts I hear ya! I got excited thinking of the possibilities. I

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Ka-Wai Chan
This is awesome... I am currently working on a struts app that has to integrate with JAXM Any chance that JAXM could be supported some way as well? Ka-Wai Chan Robert McIntosh wrote: I'll keep a lookout for it. I'll have to brush up on Axis in the meantime... Mike Oliver wrote: Thanks

RE: DAO and Struts Best Practice

2003-01-17 Thread Jacob Hookom
You might want to look at Castor for XML/JDBC The simplest solution is to write an intermediate layer. Struts calls specialized methods on this layer to handle calls to multiple persistence services, invisible to your struts code. So you can have a method called getAllEmployees() that might acce

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Robert McIntosh
I'll keep a lookout for it. I'll have to brush up on Axis in the meantime... Mike Oliver wrote: Thanks Robert, The interest level in this is also exciting to me. Watch for the "Axis4Struts" project on SourceForge and I look forward to your participation. Michael Oliver AppsAsPeers LLC 7391 S

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
Thanks Robert, The interest level in this is also exciting to me. Watch for the "Axis4Struts" project on SourceForge and I look forward to your participation. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message

nested logic:iterate

2003-01-17 Thread JHardy
I am trying do the following: I have an ArrayList of beans called stateFormList that I need to iterate. Each of the beans in the stateFormList collection has a method called getFieldValues that will return an ArrayList of beans. I also need to iterate this ArrayList. Can I accomplish this by ne

RE: DAO and Struts Best Practice

2003-01-17 Thread J Aaron Farr
Hello all. I've looked at a lot of DAO based projects and I haven't yet found one that I really like. My problem is that often I end up having to access similiar data from very different sources. For example, my current project needs to be able to gather the same data via JDBC, JMS, or static XM

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Robert McIntosh
I hear ya! I got excited thinking of the possibilities. I sent an email to one of our clients (a struts user) and our product group about this potentially being a part of a future struts package. With our current plugins for Struts (we have a model framework called eQ!), it really expands our p

RE: [FRIDAY][OT] RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Chappell, Simon P
I feel so much better now ... no really ... it has nothing to do with the pills those awfully nice people in the white coats gave me. And this extra padded cubicle is very comfortable. And I look really spiffy in my nice new company provided white jacket, even if the arms look like need retailor

accessing messages from logic:equal

2003-01-17 Thread Garth Ramakant Patil
i'm trying to store configuration options in my ApplicationResources.properties file. is it possible to access them from a logic:equal tag as in the provided code snippet? i don't get an error, but it also isn't working properly. i'm using struts 1.0.2 on tomcat 4.1.18.

RE: [FRIDAY][OT] RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
Have no fear, the roadmap will always have future versions planned and part of the planning process is to decide what is needed now, what is needed soon and what is possible for the future. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036

Re[2]: Validator and Form Bean

2003-01-17 Thread Rick Reumann
On Friday, January 17, 2003, 10:23:16 AM, Suresh wrote: SA> Form-bean related config: SA> type="org.apache.struts.validator.DynaValidatorForm"> SA> SA> SA> SA> SA> type="java.lang.String" /> SA> type="java.lang.String" /> SA> You actually

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
Brad, I am Absolutely not meaning that we need a ubiquitous general purpose one size fits all implementation. I merely see the need for my own implementations to share as much of the Struts Application logic and code as is possible if for no other reason than to keep maintenance low and reusabili

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
I gnu that ;-) -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:39 PM > From: Mark Galbreath [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 1:13 PM > To: 'Struts Users Mailing List' > Subject: RE: Axis/SOAP proposal for S

Re: Off-Topic: Microsoft Javascript Debugger

2003-01-17 Thread James Mitchell
It works just fine with JavaScript. -- James Mitchell - Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 11:04 AM Subject: RE: Off-Topic: Microsoft Javascript Debugger Like I said, LISP

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
I am sure we can find common ground. I have started the process on SourceForge for "Axis4Struts" so watch for it. I will post here when it is available. I have not read your book, but will buy it todayand I would love to be a formal reviewer on your book. I have done that for other authors

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread James Turner
> From: Mark Galbreath [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 1:13 PM > To: 'Struts Users Mailing List' > Subject: RE: Axis/SOAP proposal for Struts > > > Your calendar is 2 days behind > Actually, the way Moveable Type works, the underlined days are days with postings

Re: Struts app design for multiple client types

2003-01-17 Thread Kris Schneider
Inline... Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > > > On Thu, 16 Jan 2003, Kris Schneider wrote: > > > Date: Thu, 16 Jan 2003 16:12:36 -0500 > > From: Kris Schneider <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > > To: Struts Users Mailing List <

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
There certainly are some bugaboos in the marriage of these two technologies (Axis/Struts) but I don't think them to be insurmountable. For example the dependency on the HTTPRequest and HTTPResponse, a SOAP Request is after all an HTTP request. So the problem becomes more the difference in the for

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
Mike is perfectly correct - the SOAP payload inside an HTTP packet is effectively no different than HTML from the web application's perspective. It's just another view. Mark -Original Message- From: Bradley G Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:19 PM I read

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
Robert, My thinking exactly! I just didn't want to burden the list with a tome of every implication of this proposal. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: Robert McIntosh [mailto:[EMAIL PRO

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
Now THERE'S a can of worms!! -Original Message- From: Robert McIntosh [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:17 PM The JCP is a PERFECT example of this... (with a few exceptions I'm sure.) Robert Mark Galbreath wrote: >What's the point of developing it without inp

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Bradley G Smith
I readily admit to being relatively new to struts and have only deployed 2 applications with it. I am just now designing a 3rd application that will prototype a SOAP access layer into the business logic that is also accessed via a Struts web layer. To the extent that the Model is independent of h

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Robert McIntosh
The JCP is a PERFECT example of this... (with a few exceptions I'm sure.) Robert Mark Galbreath wrote: What's the point of developing it without input from the users? Classic programming design error. Mark -Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of V. Cekve

RE: [OT] Most Stable Struts Build

2003-01-17 Thread Mark Galbreath
Yeah, I was hoping to suck some of the newbies in ;-) -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 11:49 AM Now, you'll notice that I avoided that whole barrel of monkeys after the last flamefest. :-P >-Original Message---

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Chen, Gin
ooh good point mark. see this is why the list needs you ;) -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:11 PM To: 'Struts Users Mailing List' Subject: RE: Axis/SOAP proposal for Struts What's the point of developing it without input

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Sri Sankaran
...and on the email below it's one day ahead! -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:13 PM To: 'Struts Users Mailing List' Subject: RE: Axis/SOAP proposal for Struts Your calendar is 2 days behind -Original Message---

Re: Pasar atributos a un

2003-01-17 Thread Robert Leland
Míguel Ángel Mulero Martínez wrote: Hola a todos, Estoy usando la linea: forma de hacer esto? Al estilo del . Ah. Code I understand. For struts 1.1 No Yes Sorry I don't speak spanish.(Just like Joe Millionare 1 1/4 Languages) :-) ! -Rob -- To unsubscribe, e-mail:

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
Your calendar is 2 days behind -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 18, 2003 12:32 PM http://www.strutskickstart.com -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
What's the point of developing it without input from the users? Classic programming design error. Mark -Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of V. Cekvenich Sent: Friday, January 17, 2003 1:05 PM Can this thread move to dev list? -- To unsubscribe, e-mail

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mark Galbreath
No big deal - I just followed the install/config instructions at xml.apache.org/axis (I integrated it with the Struts 1.1-b2/Tomcat 4.1.1 architecture I already had) and am working my way through the "SkatesTown" examples in Graham, et al, "Building Web Services with Java" (Sams 2002). See, especia

Re: Digester getting recursive tag types.

2003-01-17 Thread Craig R. McClanahan
On Fri, 17 Jan 2003, Simon Kelly wrote: > Date: Fri, 17 Jan 2003 15:11:42 +0100 > From: Simon Kelly <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Digester getting recursive tag types. > > I'm havin

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread V. Cekvenich
Interface? Can this thread move to dev list? .V [EMAIL PROTECTED] wrote: I agree - extending the Action Servlet shouldn't be required.

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
With any luck we will find more that are looking for this same capability and we can join forces and save double effort. Perhaps a SourceForge Project if we can't get a Jakarta project for it just yet. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:

problem with

2003-01-17 Thread Drew Zimber
This code does not work can any one explain me why ? this code throws a null This code works <% if(ctr == 0) { %> <% } %> thankx -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: DAO and Struts Best Practice

2003-01-17 Thread Phase Web and Multimedia
Thanks much. That's some excellent feedback. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 10:31 AM To: 'Struts Users Mailing

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Kevin . Bedell
I agree - extending the Action Servlet shouldn't be required.

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Kevin . Bedell
Mike - I've also put a great deal of thought to this idea. In "Struts Kick Start" I wrote a chapter on integration between Struts and Axis. I included a sample application as well as build scripts and detailed instructions for building and running it. I also use web services heavily at work and

RE: DAO and Struts Best Practice

2003-01-17 Thread Jacob Hookom
So when you are describing objects that receive parameters, you are looking along the lines of a transaction? If so, you usually want to interface out the transaction object so you can possibly change the language later-- take a look at OJB for example. They have the base persistence broker layer

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Joe Germuska
At 11:02 AM -0500 2003/01/17, Mark Galbreath wrote: I actually AM doing this now, but I whole-heartedly agree that a standardized Axis/SOAP interface to Struts would be very, very cool. At 9:54 AM -0700 2003/01/17, Mike Oliver wrote: The nice thing would be to do it now, for 1.1 outside the cu

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Robert McIntosh
I think this would be a wonderful idea for several reasons. - For one it would really enable a standalone Swing (maybe even SWT...) or applet-based client to use the processesing abilities of the struts app in a more defined manner. Or even, dare I say, a .Net client... - It would also enable ap

Re: PJA libraries

2003-01-17 Thread Andreas Mack
On Sun, 2002-11-17 at 07:25, Yakov Belov wrote: > java.lang.Error: Could not find class: com.eteks.java2d.PJAGraphicsEnvironment > > where com.eteks.java2d.PJAGraphicsEnvironment is a class in one of the jar files. >What might be the problem? > I start tomcat with export CATALINA_OPTS="-Xbootc

Re: DAO and Struts Best Practice

2003-01-17 Thread V. Cekvenich
I TOO am too dense to communicate it clearly sometimes: But this is clear: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/ROOT/src/basicWebLib/org/commons/DAO Take a look at the DAO interface; and then a DAO implementation above. (OT: The 2nd DAO implementation there will be using Co

need some code to do the following

2003-01-17 Thread Ashish Kulkarni
Hi, What i am trying to do it the following, I have a DispatchAction class which is called from a jsp ( and passed user) then i need to popluate a Bean (Action or Dyna) and put it in request and pass it to jsp, so the jsp will display using taglib I have defined a form-bean in struts-config.xml fi

Re: Axis/SOAP proposal for Struts

2003-01-17 Thread BaTien Duong
This is an exiting right direction most developers are looking for. We support your efforts. Dr. BaTien Duong DBGROUPS - Original Message - From: "Mike Oliver" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 8:45 AM Subject: Axis/SOAP proposal for Struts > Str

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
I disagree. MVC - A SOAP client requester is just another V, why wouldn't you want to reuse the M and C? I see very little difference between a SOAP response and a Struts response in XML/XSLT. I for one do not want more than one set of Business Logic components on my Data Model, regardless of th

[FRIDAY][OT] RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Chappell, Simon P
>-Original Message- >From: Mike Oliver [mailto:[EMAIL PROTECTED]] >Sent: Friday, January 17, 2003 10:54 AM >To: 'Struts Users Mailing List' >Subject: RE: Axis/SOAP proposal for Struts >least for lessons learned when the effort for 2.0 begins. Oh my goodness, when is version 2.0 coming

Help in using RequestUtils.createActionForm()

2003-01-17 Thread Ashish Kulkarni
Hi, In my Action class i want to create a bean from one of the mappings in my struts-config xml file, I have mapping in my struts-config as below How do i use this mapping in the method ActionForm createForm = RequestUtils.createActionForm(request, mapping,appConfig, servlet ); The problem

RE: DAO and Struts Best Practice

2003-01-17 Thread Phase Web and Multimedia
Terms. Blah, Blah, Blah. :-D I don't really know about the proper terms. What I am getting at is that I have seen several implementations of the "Row Gateway" pattern. What I am curious about is what type of classes are being used to receive the parameters, process them into a way to access the re

RE: Axis/SOAP proposal for Struts

2003-01-17 Thread Mike Oliver
Thanks Joe, The nice thing would be to do it now, for 1.1 outside the current stream, but get a dialog going so the work done for it can be used at least for lessons learned when the effort for 2.0 begins. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150

RE: [OT] Most Stable Struts Build

2003-01-17 Thread Chappell, Simon P
Now, you'll notice that I avoided that whole barrel of monkeys after the last flamefest. :-P >-Original Message- >From: Mark Galbreath [mailto:[EMAIL PROTECTED]] >Sent: Friday, January 17, 2003 10:25 AM >To: 'Struts Users Mailing List' >Subject: RE: [OT] Most Stable Struts Build > > >Now,

[FRIDAY] Fridays

2003-01-17 Thread James Turner
Simon said: > I'm sure there will be a very rapid learning experience on > the part of many of our new list members. Especially about > the "Ides of Fridays" to twist a quote! :-) Friday is a relative term to some of us. I like to put a little Friday in every day... Of course, when you're an i

  1   2   3   >