Re: WebObjects IDE

2013-02-12 Thread Ken Anderson
I don't know if its been mentioned yet, but Apple had scripts that would convert Objective-C WebObjects code to Java WebObjects code. Does anyone have a copy of them? On Feb 12, 2013, at 7:11 AM, Markus Ruggiero mailingli...@kataputt.com wrote: For a start you can go to www.kataputt.com and

Re: WebObjects IDE

2013-02-12 Thread Pascal Robert
Le 2013-02-12 à 08:32, Ken Anderson kenli...@anderhome.com a écrit : I don't know if its been mentioned yet, but Apple had scripts that would convert Objective-C WebObjects code to Java WebObjects code. Does anyone have a copy of them? They removed that in WO 5.3, so only someone with WO

WebObjects IDE

2013-02-11 Thread zacharyi123
To All, What IDE can I use for WebObjects development? Can you send me installation instructions for mountain lion and a link to a hello world webobjects WEBSITE tutorial? When making a WebObjects WEBSITE, can I call objective-c classes and functions, if so, how? Thanks, Zach

Re: WebObjects IDE

2013-02-11 Thread Steve Peery
http://wiki.wocommunity.org/display/documentation/Getting+Started I'll leave the objective-c to someone who knows the answer. Steve On Feb 11, 2013, at 3:33 PM, zacharyi...@gmail.com wrote: To All, What IDE can I use for WebObjects development? Can you send me installation instructions

Re: WebObjects IDE

2013-02-11 Thread Bogdan Zlatanov
Hi, You might start here: http://wiki.wocommunity.org/display/documentation/Getting+Started Cheers On 11 Feb 2013, at 21:33, zacharyi...@gmail.com wrote: To All, What IDE can I use for WebObjects development? Can you send me installation instructions for mountain lion and a link to a

Re: WebObjects IDE

2013-02-11 Thread Johnny Miller
To call Objective-C classes you will need to use the Java native interface (JNI). In the ERAttachment framework there is an example of using JNI to resize images. Johnny On Feb 11, 2013, at 10:37 AM, Steve Peery spe...@me.com wrote:

Re: WebObjects IDE

2013-02-11 Thread Pascal Robert
Le 2013-02-11 à 15:33, zacharyi...@gmail.com a écrit : To All, What IDE can I use for WebObjects development? Can you send me installation instructions for mountain lion and a link to a hello world webobjects WEBSITE tutorial? When making a WebObjects WEBSITE, can I call objective-c

Re: WebObjects IDE

2013-02-11 Thread Mike Schrag
What IDE can I use for WebObjects development? Can you send me installation instructions for mountain lion and a link to a hello world webobjects WEBSITE tutorial? When making a WebObjects WEBSITE, can I call objective-c classes and functions, if so, how? You will need to wrap it with a

Re: WebObjects IDE

2013-02-11 Thread Pascal Robert
Le 2013-02-11 à 15:45, Mike Schrag msch...@pobox.com a écrit : What IDE can I use for WebObjects development? Can you send me installation instructions for mountain lion and a link to a hello world webobjects WEBSITE tutorial? When making a WebObjects WEBSITE, can I call objective-c

Re: WebObjects IDE

2013-02-11 Thread David LeBer
On 2013-02-11, at 3:45 PM, Mike Schrag msch...@pobox.com wrote: What IDE can I use for WebObjects development? Can you send me installation instructions for mountain lion and a link to a hello world webobjects WEBSITE tutorial? When making a WebObjects WEBSITE, can I call objective-c

Re: WebObjects IDE

2013-02-11 Thread Johnny Miller
Do you guys think it would make sense if you were looking for a solution like the one offered by Objective cloud? On Feb 11, 2013, at 10:47 AM, Pascal Robert prob...@macti.ca wrote: Le 2013-02-11 à 15:45, Mike Schrag msch...@pobox.com a écrit : What IDE can I use for WebObjects

Re: WebObjects IDE

2013-02-11 Thread Pascal Robert
Le 2013-02-11 à 15:56, Johnny Miller jlmil...@kahalawai.com a écrit : Do you guys think it would make sense if you were looking for a solution like the one offered by Objective cloud? Maybe, but you would be running on a Mac Mini. It wouldn't put something critical on this unless you do

Re: WebObjects IDE

2013-02-11 Thread Pascal Robert
(don't forget to reply to the list). I'm not sure, but I think you are confusing WebKit and WebObjects. WebObjects is an application server written in Java that Apple wrote. The code you are sending is from WebKit. Very different things. How do I import the objective c class into an eclipse

Re: WebObjects IDE

2013-02-11 Thread Mike Schrag
(cc'ing the mailing list) It doesn't work that way. WebObjects is Java now. You would need to go through a much more complicated process to use Objective-C in your Java app. You need to read up on the JNA framework. Again, I highly recommend not starting out doing this. You will spin your