I'm using quite the same environment as Stefan without any problems.
If you still want to use WOBuilder (albeit it's obsolete), some tweaks on the
default project structure in eclipse have to be made (it has to be as flat as
possible - Java Files and Components in the same directory). I'm even u
On Oct 25, 2010, at 3:21 PM, Kai S. Wong wrote:
> Hi,
>
>
> I am trying to debug on why the ASB failed on IE but not on Firefox and here
> is the sample code:
>
>
> var saveOnSubmit = function() {
> $('bodyText').form.stopObserving('ajax:submit', arguments.callee);
Hi,
I am trying to debug on why the ASB failed on IE but not on Firefox and here
is the sample code:
var saveOnSubmit = function() {
$('bodyText').form.stopObserving('ajax:submit',
arguments.callee);
};
var updateTinyMCEContent = function() {
tinyMCE.triggerS
Am 25.10.10 22:31, schrieb Strumyla, Marius:
Excellent. Do you deploy your apps using Java 1.5 then?
Yes
--
i5mast
-Original Message-
From: webobjects-dev-bounces+mstrumyla=accordant@lists.apple.com
[mailto:webobjects-dev-bounces+mstrumyla=accordant@lists.apple.com]
On Behalf
On Oct 25, 2010, at 1:01 PM, Chuck Hill wrote:
>
> On Oct 25, 2010, at 12:59 PM, David LeBer wrote:
>
>>
>> On 2010-10-25, at 3:53 PM, Stefan Klein wrote:
>>
>>> Hi List,
>>>
>>> there is an online petition: "Contribute the Apple JDK source to OpenJDK"
>>> (http://www.petitionspot.com/petiti
On Oct 25, 2010, at 1:20 PM, David Avendasora wrote:
>
> I would, but I don't think you can use me as a representative of the dev
> community as a whole.
Shudder. I'd hope not! :-P
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want
Excellent. Do you deploy your apps using Java 1.5 then?
--
i5mast
-Original Message-
From: webobjects-dev-bounces+mstrumyla=accordant@lists.apple.com
[mailto:webobjects-dev-bounces+mstrumyla=accordant@lists.apple.com]
On Behalf Of Stefan Klein
Sent: Monday, October 25, 2010 4:21
>> IIRC, the WO license requires you to develop on mac os.
>
> No, it just requires you to develop on an Apple-branded computer. It doesn't
> say anything about what OS it must be running.
oh ok.
hey - i just found a reason for those crappy white apple stickers that
come with just about everythi
With people like Google, Atlassian and Alfresco using a lot of OS X machines
for Java devs, either people will bring OpenJDK up to speed or Oracle will
release a JVM. Not counting Lotus Notes (IBM) who is a Eclipse RCP app since
version 7.
> It only requires apple branded hardware. So we can a
It only requires apple branded hardware. So we can always dump OS X
for linux...
Ramsey
On Oct 25, 2010, at 4:16 PM, Simon wrote:
another interesting (related) question:
IIRC, the WO license requires you to develop on mac os. that's gonna
be pretty difficult if there's no suitable JDK... ?
HI,
I use that environment (WXP and WO 5.2.4) with Eclipse 3.4 and WOLIps
(http://webobjects.mdimension.com/hudson/job/WOLips34Stable/lastSuccessfulBuild/artifact/site/)
without any problems.
(Missing only WOnder).
If you had installed WO 5.2.4 from the CD you can just install eclipse
and th
On Oct 25, 2010, at 4:16 PM, Simon wrote:
> another interesting (related) question:
>
> IIRC, the WO license requires you to develop on mac os.
No, it just requires you to develop on an Apple-branded computer. It doesn't
say anything about what OS it must be running.
But, if you're not going
another interesting (related) question:
IIRC, the WO license requires you to develop on mac os. that's gonna
be pretty difficult if there's no suitable JDK... ?
On 25 October 2010 19:49, Andrew Lindesay wrote:
> Hello;
>
> Excuse my ignorance, but I'm trying to get a handle on the impact of usin
Am 25.10.10 21:59, schrieb David LeBer:
On 2010-10-25, at 3:53 PM, Stefan Klein wrote:
Hi List,
there is an online petition: "Contribute the Apple JDK source to OpenJDK"
(http://www.petitionspot.com/petitions/macjdk).
I don't think Apple will take any care, but a try won't harm.
Just be care
On Oct 25, 2010, at 12:59 PM, David LeBer wrote:
>
> On 2010-10-25, at 3:53 PM, Stefan Klein wrote:
>
>> Hi List,
>>
>> there is an online petition: "Contribute the Apple JDK source to OpenJDK"
>> (http://www.petitionspot.com/petitions/macjdk).
>> I don't think Apple will take any care, but a
On 2010-10-25, at 3:53 PM, Stefan Klein wrote:
> Hi List,
>
> there is an online petition: "Contribute the Apple JDK source to OpenJDK"
> (http://www.petitionspot.com/petitions/macjdk).
> I don't think Apple will take any care, but a try won't harm.
Just be careful, if you sign in with twitter
Hello, I have several projects that I develop on Windows XP using WO5.2.
I was looking for a way to explore Eclipse and WOLips development.
However, I couldn't find any info which versions of Eclipse/WOLips I
should be using.
The tutorial to install WOLips has a requirement for a Mac with WO5.3
wh
Hi List,
there is an online petition: "Contribute the Apple JDK source to
OpenJDK" (http://www.petitionspot.com/petitions/macjdk).
I don't think Apple will take any care, but a try won't harm.
Stefan
Am 25.10.10 20:49, schrieb Andrew Lindesay:
Hello;
Excuse my ignorance, but I'm trying to
On 2010-10-25, at 3:37 PM, Chuck Hill wrote:
> That information is not available until awake() is called.
And assuming you don't need it until after that anyway, why not either just ask
for it when you need it or lazily obtain and the cache its value in the
accessor? i.e:
public String remoteH
That information is not available until awake() is called.
On Oct 25, 2010, at 10:55 AM, Joe Moreno wrote:
> Hi all,
>
> I'm probably not remembering my WO request/response loop correctly.
>
> When a WO Session is created I'd like to find out the host name of the
> request so I tr
I made a quick test with OpenJDK 1.7 yesterday night, and the WO app was
working fine. Will try to build Wonder with it this week.
But I do saw problems with OpenJDK 1.6 for running the Atlassian products on
our Linux box, I had to use Sun's JVM for that case.
> Hello;
>
> Excuse my ignorance,
Hello;
Excuse my ignorance, but I'm trying to get a handle on the impact of using
OpenJDK for WebObjects and other java dev going forward if there's no
"official" JDK for MacOS-X. I understand that OpenJDK on MacOS-X uses X11 for
GUI material (swing/AWT) which would seem tolerable, but are the
Hi all,
I'm probably not remembering my WO request/response loop correctly.
When a WO Session is created I'd like to find out the host name of the
request so I tried to log that info in the Session's constructor (see code
snippet below). Unfortunately, the context() is null at t
Cool
On 25/ott/2010, at 14.48, ISHIMOTO Ken wrote:
> Hi Amedeo,
>
> I know what you mean and I have the some use.
> I have tried but it looks there is no easy way.
>
> But if you change the Source small to fix, then here is the way it goes.
>
> ERMODEditRelationshipPage.java
>
> /**
>
Hi Amedeo,
I know what you mean and I have the some use.
I have tried but it looks there is no easy way.
But if you change the Source small to fix, then here is the way it goes.
ERMODEditRelationshipPage.java
/**
* Perform the displayQueryAction. Sets the inline task to 'query'
+1 for Fusion. Fusion always have better Linux support than Parallels.
> Hi,
>
> I run fusion (hosting a linux+oracle vm) along eclipse 3.6 all day long
> without any issue
>
> Regards
>
> Fred
>
>
> Le 22 oct. 2010 à 14:08, James Cicenia a écrit :
>
>> OK -
>>
>> I installed everything o
Honestly -
I did something I rarely do. I punted. After so many gratuitous hours one has
to make the
business decision to say no mas.
I mean, I am actually doing the new firm a favor by shooting this old hag. Can
you imagine
developing on the smallest Macbook with 2gig of ram and an average re
Interesting take from Matt. A few things concern me.
1) He says "Executive quips always make headlines". Surely, what executives say
should be based on what their technical people have told them and be well
thought out. That is the mark of an agile environment where technical people
are treated
Op 22 okt 2010, om 17:32 heeft Pascal Robert het volgende geschreven:
> Ok, so we are thinking of releasing the WOWODC 2010 recordings as part of an
> annual membership. The money raised would be raised to give awards to major
> contributors to the community, pay for hosting of community tools/
29 matches
Mail list logo