You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by Saloucious Crumb <sa...@gmail.com> on 2007/03/07 16:08:34 UTC

WSIF and Java provider

Hi,

I'm just discovering WSIF which has been selected to be use in our
application.

Actually, the deal is to invoke some methods in a local environnement but in
a near future these one  will not remain in this environnement and will be
exposed with a unkonwn "technology" (not choose yet).

Is a good choice to use WSIF, knowing that on websphere that we can read
that :
(
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/twsf_api.html
)

"The Web Services Invocation Framework (WSIF) Java provider is not intended
for use in a Java 2 platform, Enterprise Edition (J2EE) environment. There
is a difference between a client using the WSIF Java provider to invoke a
Java component, and implementing a Web service as a Java component on the
server side."

Thanks for your help.

Sorry for my poor english.


Regards.

Re: WSIF and Java provider

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
Saloucious Crumb wrote:
> Application will run on weblogic, have you got feedbacks about WSIF on
> weblogic (with local java provider) ?
there may be something in past in the mailing list archives but not
recently (os even if there is something it will be outdated)

the simplest thing would be just try - in general making calls from
inside j2ee server should go through APIs provided by the server - this
helps with performance and allows fail-over, load balancing etc. so i
would check with weblogic support if wsif API may be supported as some
kind of extension or they have something equivalent.

best,

alek
> Thanks
>
> 2007/3/9, Aleksander Slominski < aslom@cs.indiana.edu
> <ma...@cs.indiana.edu>>:
>
>     Saloucious Crumb wrote:
>     > Hi,
>     >
>     > I'm just discovering WSIF which has been selected to be use in our
>     > application.
>     >
>     > Actually, the deal is to invoke some methods in a local
>     environnement
>     > but in a near future these one  will not remain in this
>     environnement
>     > and will be exposed with a unkonwn "technology" (not choose yet).
>     >
>     > Is a good choice to use WSIF, knowing that on websphere that we can
>     > read that :
>     > (
>     >
>     http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/twsf_api.html)
>     >
>     > "The Web Services Invocation Framework (WSIF) Java provider is not
>     > intended for use in a Java 2 platform, Enterprise Edition (J2EE)
>     > environment. There is a difference between a client using the WSIF
>     > Java provider to invoke a Java component, and implementing a Web
>     > service as a Java component on the server side."
>     i would say it depends on what you really want to do ... do you
>     plan to
>     run it inside websphere? then i ouwl d at least test it with a small
>     prototype to see if wsif is going to work thw way you want - j2ee
>     can be
>     pretty hard to make do what you want  and frustrating at times.
>
>     best,
>
>     alek
>
>     --
>     The best way to predict the future is to invent it - Alan Kay
>
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: wsif-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     For additional commands, e-mail: wsif-user-help@ws.apache.org
>     <ma...@ws.apache.org>
>
>


-- 
The best way to predict the future is to invent it - Alan Kay


---------------------------------------------------------------------
To unsubscribe, e-mail: wsif-user-unsubscribe@ws.apache.org
For additional commands, e-mail: wsif-user-help@ws.apache.org


Re: WSIF and Java provider

Posted by Saloucious Crumb <sa...@gmail.com>.
Application will run on weblogic, have you got feedbacks about WSIF on
weblogic (with local java provider) ?

Thanks

2007/3/9, Aleksander Slominski <as...@cs.indiana.edu>:
>
> Saloucious Crumb wrote:
> > Hi,
> >
> > I'm just discovering WSIF which has been selected to be use in our
> > application.
> >
> > Actually, the deal is to invoke some methods in a local environnement
> > but in a near future these one  will not remain in this environnement
> > and will be exposed with a unkonwn "technology" (not choose yet).
> >
> > Is a good choice to use WSIF, knowing that on websphere that we can
> > read that :
> > (
> >
> http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/twsf_api.html
> )
> >
> > "The Web Services Invocation Framework (WSIF) Java provider is not
> > intended for use in a Java 2 platform, Enterprise Edition (J2EE)
> > environment. There is a difference between a client using the WSIF
> > Java provider to invoke a Java component, and implementing a Web
> > service as a Java component on the server side."
> i would say it depends on what you really want to do ... do you plan to
> run it inside websphere? then i ouwl d at least test it with a small
> prototype to see if wsif is going to work thw way you want - j2ee can be
> pretty hard to make do what you want  and frustrating at times.
>
> best,
>
> alek
>
> --
> The best way to predict the future is to invent it - Alan Kay
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wsif-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: wsif-user-help@ws.apache.org
>
>

Re: WSIF and Java provider

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
Saloucious Crumb wrote:
> Hi,
>
> I'm just discovering WSIF which has been selected to be use in our
> application.
>
> Actually, the deal is to invoke some methods in a local environnement
> but in a near future these one  will not remain in this environnement
> and will be exposed with a unkonwn "technology" (not choose yet).
>
> Is a good choice to use WSIF, knowing that on websphere that we can
> read that :
> (
> http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/twsf_api.html)
>
> "The Web Services Invocation Framework (WSIF) Java provider is not
> intended for use in a Java 2 platform, Enterprise Edition (J2EE)
> environment. There is a difference between a client using the WSIF
> Java provider to invoke a Java component, and implementing a Web
> service as a Java component on the server side."
i would say it depends on what you really want to do ... do you plan to
run it inside websphere? then i ouwl d at least test it with a small
prototype to see if wsif is going to work thw way you want - j2ee can be
pretty hard to make do what you want  and frustrating at times.

best,

alek

-- 
The best way to predict the future is to invent it - Alan Kay


---------------------------------------------------------------------
To unsubscribe, e-mail: wsif-user-unsubscribe@ws.apache.org
For additional commands, e-mail: wsif-user-help@ws.apache.org