Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Raghavender Bokka
Hello Michael, If the new tab is closed then the user will be back to the existing WebObjects application tab, this if fine, but my requirement is that the user has to come back to WebObjects application and also load a specific page at the same time without the user intervention. The

Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Alexander Spohr
Write a direct action that you can call from the other app. Am 16.07.2014 um 08:21 schrieb Raghavender Bokka raghavender.bo...@prithvisolutions.com: Hello Michael, If the new tab is closed then the user will be back to the existing WebObjects application tab, this if fine, but my

Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Raghavender Bokka
Hi Alexander, Is is possible to use the existing WebObjects application URL and instance id and call the direct action (within the same existing application screen tab) from the other app, or will the direct action will open up a new URL in a separate tab or window? Thanks, Raghu. On

Re: Redirect from Spring MVC application to WebObjects application

2014-07-16 Thread Alexander Spohr
The tab's window would need to have a name that you can address in your a tag as target=myappwindowname. Then it will open the WO-app in the old, named window. You might be able to set that name either when you open your WO-app’s window (using a target link). Or you could try to set it using

Re: Why is the Configuration of EVERY instance/application shared with EVERY application-server?

2014-07-16 Thread Klaus Berkling
On Jul 15, 2014, at 12:34 PM, Paul Dunkler paul.dunk...@xyrality.com wrote: we are currently facing some deployment problems with WebObjects-Applications which most probably has the reasons in our (very big) running WebObjects-Configuration. While thinking about how we start fixing the

Re: Java File.createTempFile() ?

2014-07-16 Thread Ralf Schuchardt
Am 15.07.2014 um 15:56 schrieb Theodore Petrosky tedp...@yahoo.com: I was rooting around on my Mac as I had just installed a new SSD and I wanted to do a clean install of a lot of stuff. I noticed a bunch of pdfs hanging around and I wanted to find out where they were coming from. I

Re: Why is the Configuration of EVERY instance/application shared with EVERY application-server?

2014-07-16 Thread Paul Dunkler
Hi there, thanks for your thoughts on this. See my answers below in the text. On Jul 15, 2014, at 12:34 PM, Paul Dunkler paul.dunk...@xyrality.com wrote: we are currently facing some deployment problems with WebObjects-Applications which most probably has the reasons in our (very big)