Re: WOLips strange behavior

2014-04-15 Thread Filippo Lauria
Hi Ray, thank, you too, for reply. ​ How did you get your WOLips? ​ ​ ​I just installed it ​ ​automatically from eclipse (v3.7r2 20120216-1856​ ​)​ ​. ​ ​ The version of WOLips is​ ​ 3.7.20140223.48. ​ I always do the install through the update manager. Currently, I am using eclipse version

Re: Apache adaptor error with http header

2014-04-15 Thread Schoenenberger Dominique
Big thanks ! That was a good advise ! I downloaded an already compiled adaptor available with this procedure:

Re: To-Many Qualifiers

2014-04-15 Thread Aaron Rosenzweig
Hello Kevin, I’ll take a swing at a new qualifier for you. Verbally: A profile sometimes points directly to the account I want. Other times, the primary account for a profile is NOT the one I want but it has teams which vicariously point back to the account I want. Give me all those profiles.

Re: Apache adaptor error with http header

2014-04-15 Thread Chuck Hill
That is great news! Thanks for letting us know. Chuck On 2014-04-15, 7:59 AM, Schoenenberger Dominique wrote: Big thanks ! That was a good advise ! I downloaded an already compiled adaptor available with this procedure:

Convert WebObjects app to pure java

2014-04-15 Thread Ada
Hello all, We're looking to convert one of our WebObjects Apps to pure java. Wondering if there's a tool which could help with this process. The application is running WO 5.4 on Java 5. Any advice would be greatly appreciated ___ Do not post admin

Re: Convert WebObjects app to pure java

2014-04-15 Thread Chuck Hill
How is it not pure Java now? Chuck On 2014-04-15, 12:25 PM, Ada wrote: Hello all, We're looking to convert one of our WebObjects Apps to pure java. Wondering if there's a tool which could help with this process. The application is running WO 5.4 on Java 5. Any advice would be greatly

Re: Convert WebObjects app to pure java

2014-04-15 Thread Ada
The GUI of the app is in webobjects; there's components which utilize WO. I am not sure what to expect if I were to take the code and run it on Eclipse without WOLips, I am going to try that soon, but was looking some guidance on how to rewrite the GUI (it is rather simple) into Java. On Tue,

Re: Convert WebObjects app to pure java

2014-04-15 Thread Pascal Robert
Define Java for the GUI. Swing? Some other Web framework? Plain JSP? - Mail original - De: Ada mersi...@gmail.com À: Chuck Hill ch...@global-village.net Cc: Webobjects-dev@lists.apple.com Envoyé: Mardi 15 Avril 2014 15:48:23 Objet: Re: Convert WebObjects app to pure java The GUI

Re: Convert WebObjects app to pure java

2014-04-15 Thread Chuck Hill
On 2014-04-15, 12:48 PM, Ada wrote: The GUI of the app is in webobjects; there's components which utilize WO. And WO is Pure Java, so what is the problem? You wan’t to move to Tapestry? JSP? I am not sure what to expect if I were to take the code and run it on Eclipse without WOLips, I

Re: Convert WebObjects app to pure java

2014-04-15 Thread David LeBer
WebObjects *is* pure java (there is no magic ‘other’ language or anything). It is a full web publishing stack. If you have a WebObjects application, you are probably talking to a database, if so that uses the entity relational mapping layer of WebObjects called EOF. The display layer of the

Re: Convert WebObjects app to pure java

2014-04-15 Thread Aaron Rosenzweig
Hi Ada, Hey sorry… so many responses and we’re all confused. I think what you are saying is that you were using Apple Development tools including Xcode and WOBuilder to design your apps but now… now you’ve upgraded your Mac and you can’t run them anymore…. You sorta know that your only choice

Re: Convert WebObjects app to pure java

2014-04-15 Thread Timothy Worman
Golipse should install Eclipse 3.8.2, WOLips, and some other tools, etc. Tim On Apr 15, 2014, at 1:24 PM, Aaron Rosenzweig aa...@chatnbike.com wrote: Hi Ada, Hey sorry… so many responses and we’re all confused. I think what you are saying is that you were using Apple Development tools

Re: Convert WebObjects app to pure java

2014-04-15 Thread Ada
Thanks all for the responses! Some answers to your questions: I think what you are saying is that you were using Apple Development tools including Xcode and WOBuilder to design your apps but now… now you’ve upgraded your Mac and you can’t run them anymore…. You sorta know that your only choice

Re: Convert WebObjects app to pure java

2014-04-15 Thread Lon Varscsak
Because WebObjects is written in Java, it can pretty much run anywhere you need it to. We almost exclusively deploy our applications on Linux, but there are others who deploy on Windows (we call them crazy though :D). There was a restriction in the license (I don't remember if this ever changed)

Re: Convert WebObjects app to pure java

2014-04-15 Thread Chuck Hill
Hi, On 2014-04-15, 4:48 PM, Ada wrote: Thanks all for the responses! Some answers to your questions: I think what you are saying is that you were using Apple Development tools including Xcode and WOBuilder to design your apps but now… now you’ve upgraded your Mac and you can’t run them

Re: Convert WebObjects app to pure java

2014-04-15 Thread Ada
Lon, wow! I didn't now that. What about Java Monitor where you control the WebObjects instances running and the WOTaskD? Do you still need to have them on your linux box? On Tue, Apr 15, 2014 at 8:10 PM, Lon Varscsak lon.varsc...@gmail.comwrote: Because WebObjects is written in Java, it can

Re: Convert WebObjects app to pure java

2014-04-15 Thread Chuck Hill
Those are also pure Java WebObjects applications. You can use Apache’d mod_proxy if you really need to not use them. On 2014-04-15, 5:16 PM, Ada wrote: Lon, wow! I didn't now that. What about Java Monitor where you control the WebObjects instances running and the WOTaskD? Do you still need

Re: Convert WebObjects app to pure java

2014-04-15 Thread Ada
Chuck, I guess I'd have to go back tomorrow and Check my WO version, but my gut feeling tells me it is 5.4.2, that was the version released in late '07 early '08 that supported the Mac Intels. On Tue, Apr 15, 2014 at 8:12 PM, Chuck Hill ch...@global-village.netwrote: Hi, On 2014-04-15,

Re: Convert WebObjects app to pure java

2014-04-15 Thread Ada
So I should be able to take this app as it stands now and deploy it on a linux box without any code change if I wanted to? On Tue, Apr 15, 2014 at 8:24 PM, Ada mersi...@gmail.com wrote: Chuck, I guess I'd have to go back tomorrow and Check my WO version, but my gut feeling tells me it is

Re: Convert WebObjects app to pure java

2014-04-15 Thread Chuck Hill
You probably also want to update to 5.4.3 which has some useful bug fixes. See Getting Started here http://wiki.wocommunity.org/display/WEB/Home WebObjects was pure Java by the start of the Mac Intel era. Chuck On 2014-04-15, 5:24 PM, Ada wrote: Chuck, I guess I'd have to go back tomorrow

Re: Convert WebObjects app to pure java

2014-04-15 Thread Chuck Hill
Yes. On 2014-04-15, 5:25 PM, Ada wrote: So I should be able to take this app as it stands now and deploy it on a linux box without any code change if I wanted to? On Tue, Apr 15, 2014 at 8:24 PM, Ada mersi...@gmail.commailto:mersi...@gmail.com wrote: Chuck, I guess I'd have to go back

Re: Convert WebObjects app to pure java

2014-04-15 Thread David LeBer
Ada, As long as your app is platform agnostic (i.e, not using JNI to call platform specific code etc), then you should have no problem moving to non OS X for deployment. In fact after the demise of the Xserve, many folks in the community shifted their deployment to some form of linux distro.

Re: Convert WebObjects app to pure java

2014-04-15 Thread Pascal Robert
Yes: http://wiki.wocommunity.org/display/documentation/Deploying+on+Linux With the packages, it will take five minutes. Proof? http://wocommunity.org/podcasts/wowodc/2014/Linux.mp4 So I should be able to take this app as it stands now and deploy it on a linux box without any code change if

Re: Convert WebObjects app to pure java

2014-04-15 Thread Ada
Thank you so much! On Tue, Apr 15, 2014 at 9:03 PM, Pascal Robert prob...@macti.ca wrote: Yes: http://wiki.wocommunity.org/display/documentation/Deploying+on+Linux With the packages, it will take five minutes. Proof? http://wocommunity.org/podcasts/wowodc/2014/Linux.mp4 So I should be

Re: What stands in the way becomes the way

2014-04-15 Thread Daniel Beatty
Hi, I love the chair Aaron has in the picture. If you don't mind me asking, how is it for the back? Do they make versions of that chair for people with really bad backs with an addiction to WebObjects and WOnder? V/R, Dan Beatty On Apr 15, 2014, at 5:11 PM, Lon Varscsak

Re: What stands in the way becomes the way

2014-04-15 Thread Louis Demers
Wow... Sometimes, the only thing that gets me away from an long intense coding session is the need to go lie down... I'm afraid to think what would happen to me if I had this setup ... As for your thoughts, there is a lot to reflect on and digest... and I must say that this year, again, I was

Re: What stands in the way becomes the way

2014-04-15 Thread Aaron Rosenzweig
Hi Dan, I got it from the “Healthy Back Store” so I guess it’s ok ;-) I spend most of my time in the “zero gravity” position. It’s kinda funny when you video conference with me. It looks like I’m on the space station. Hahah, sometimes when people come to service the furnace, etc. they assume