Good Morning All-
I saw this yesterday and thought this could never work (but then again maybe
there is a way)
package fu.bar;
class HttpSource {
RequestHandler reqHandler;
};
package fu.bar.*;
public class JDOMHttpSource extends HttpSource {
/******Constructor for JDOMHttpSource******/
public JDOMHttpSource(RequestHandler req , int method) {
};
}; //class JDOMHttpSource
could one instantiate a JDOMHttpSource class and have any capability of
referencing a valid requestHandler (without implementing the interface in
referenced or base class)?
Thanks,
Martin --
---------------------------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use of
the individual or entity to which it is addressed and may contain information
that is privileged, proprietary , confidential and exempt from disclosure. If
you are not the intended recipient, you are notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
---------------------------------------------------------------------------
Le présent message électronique (y compris les pièces qui y sont annexées, le
cas échéant) s'adresse au destinataire indiqué et peut contenir des
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le
destinataire de ce document, nous vous signalons qu'il est strictement interdit
de le diffuser, de le distribuer ou de le reproduire.
----- Original Message -----
From: "Jim Reynolds" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[email protected]>
Sent: Friday, January 26, 2007 3:17 PM
Subject: Re: Struts2 Spring Info
> Thanks Don,
>
>
> On 1/26/07, Don Brown <[EMAIL PROTECTED]> wrote:
>> A plugin: http://cwiki.apache.org/S2PLUGINS/spring-plugin.html
>>
>> There are also Spring Web Flow and Spring MVC plugins listed in the
>> plugin registry:
>>
>> http://cwiki.apache.org/S2PLUGINS/home.html
>>
>> Don
>>
>> On 1/26/07, Jim Reynolds <[EMAIL PROTECTED]> wrote:
>> > Does the S2 that is now beta have Spring IOC built in? Or is this a
>> > plug in. I have been grepping through the docs, I see mention of
>> > spring mocks, but not of anything with the IOC layer.
>> >
>> > I wasn't sure if it is built-in per sey, or if it is a plug in, or
>> > just add as a listener. If so, are there docs for this?
>> >
>> > Thanks,
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>