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 < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > 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: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > -- The best way to predict the future is to invent it - Alan Kay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
