Re: WebObjects IDE

2013-02-12 Thread Pascal Robert
Le 2013-02-12 à 08:32, Ken Anderson 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 5.2 or earlier would

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 wrote: > For a start you can go to www.kataputt.com and download the introductory

Re: WebObjects IDE

2013-02-12 Thread Markus Ruggiero
For a start you can go to www.kataputt.com and download the introductory chapter to my coming soon (C) all new WebObjects Introduction book Learning The Wonders. The introduction covers the whole setting up of a development environment on Mac OS X and Windows 7 up to your first Hello World progr

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 wheels

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 p

Re: WebObjects IDE

2013-02-11 Thread Pascal Robert
Le 2013-02-11 à 15:56, Johnny Miller 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 some redundancy, and the

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 wrote: > > Le 2013-02-11 à 15:45, Mike Schrag a écrit : > What IDE can I use for WebObjects development? Can you send me i

Re: WebObjects IDE

2013-02-11 Thread David LeBer
On 2013-02-11, at 3:45 PM, Mike Schrag 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 >>> classes and

Re: WebObjects IDE

2013-02-11 Thread Pascal Robert
Le 2013-02-11 à 15:45, Mike Schrag 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 >>> classes and

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 i

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 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 wrote: > http://wiki.wocommunity.org/display/documentation/Getting+Started >

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 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 > instruction

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 -