Thank You for that interesting hint! I've kept an eye on it until a
couple of years ago (before Oracle aquired TopLink). Now I will look
at it again ;-) (though I will stuck with WebObjects at the end ;-))
As I remember one advantage of TopLink was that there is/was a C++
soution available
On 11/07/2008, at 2:51 PM, Joe Little wrote:
I noticed on the confluence wiki a stub on advanced EOF for handling
multiple models. I was wondering if anybody had sample code out there
on how one generally goes about creating an application with
connection dictionaries, etc, that allow one to acc
Hello. I am new to WebObjects and I would like to know what the
current preferred way to develop WebObjects Applications on Mac OS X
Leopard (10.5.4).
I tried Eclipse but Direct to Web Applications don't work properly. I
get this warning when attempting to run:
* Warning: The DirectTo
I noticed on the confluence wiki a stub on advanced EOF for handling
multiple models. I was wondering if anybody had sample code out there
on how one generally goes about creating an application with
connection dictionaries, etc, that allow one to access two databases
at the same time. I've finally
On Jul 10, 2008, at 4:33 PM, Lachlan Deck wrote:
On 11/07/2008, at 3:50 AM, Chuck Hill wrote:
On Jul 9, 2008, at 8:41 PM, Henrique Prange wrote:
The rest of the patternsets are also not an Ant issue, but a
design philosophy in woproject (to not force a project layout).
Maven don't force
On Jul 10, 2008, at 4:47 PM, Pierce T. Wetter III wrote:
On Jul 10, 2008, at 4:33 PM, Lachlan Deck wrote:
On 11/07/2008, at 3:50 AM, Chuck Hill wrote:
On Jul 9, 2008, at 8:41 PM, Henrique Prange wrote:
The rest of the patternsets are also not an Ant issue, but a
design philosophy in wop
On 11/07/2008, at 3:50 AM, Chuck Hill wrote:
On Jul 9, 2008, at 8:41 PM, Henrique Prange wrote:
The rest of the patternsets are also not an Ant issue, but a
design philosophy in woproject (to not force a project layout).
Maven don't force a directory layout also.
My point was that using e
Hello,
I am looking for an experienced WebObjects developer to perform some
contract work. Nearly immediate availability is required.
I work with a company that has several existing WebObjects apps.
They want to add enhancements to these apps and create some new WO apps.
They estimate a
If you mean "forever" you can turn off "generate source" for the
entities that you don't want to have source generated for. If you
mean just one time to get a fresh start, just delete the original file
and it will regenerate when you re-"EOGenerate" the eogen file (right
click on the eogen
Hi, All:
Is that possible to auto generate .java file for only one entity in
Entity Modeler? If yes, can anyone tell me how to do that? Thanks!
Helen
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list
On Jul 10, 2008, at 12:00 PM, Florijan Stamenkovic wrote:
2. If the above is true, what exactly is the purpose of the
"compile" target, what does WOCompile do differently?
It should do the same thing, but from the command line.
Yeah, that chimes with my own conclusions about it, all the fu
2. If the above is true, what exactly is the purpose of the
"compile" target, what does WOCompile do differently?
It should do the same thing, but from the command line.
Yeah, that chimes with my own conclusions about it, all the fuss
inside seems to be primarily classpath oriented. Any ide
On Jul 10, 2008, at 10:50 AM, Chuck Hill wrote:
The rest of the patternsets are also not an Ant issue, but a
design philosophy in woproject (to not force a project layout).
Maven don't force a directory layout also.
My point was that using either Maven or woproject, if you want a
flexi
On Jul 10, 2008, at 8:31 AM, Florijan Stamenkovic wrote:
Hi all,
I am building a framework (pure WO, no wonder), and trying to get
the projects that depend on it to bundle it, as described in the
"Embedding WOFrameworks" wiki entry.
So, a few questions, about the framework project:
1.
Hi all
I know that this isn't directly related to webobjects but I hope one
of you knows the answer anyway. I'm having a little javascript calling
a webobjects action that returns data as XMLHttpRequestObject. The
same action in a non ajax example would return a file that is
downloaded th
On Jul 9, 2008, at 8:41 PM, Henrique Prange wrote:
Hi Chuck,
Chuck Hill wrote:
Hi Pierce,
On Jul 9, 2008, at 2:50 AM, Pierce T. Wetter III wrote:
I'm using this as a measure:
wc -l `find . -name "build.xml" -print` Build/build/build-*.xml
Build/build/generic.xml `find . -name "build.pr
On Jul 9, 2008, at 8:37 PM, Henrique Prange wrote:
Hi Anjo,
Anjo Krank wrote:
Am 09.07.2008 um 06:16 schrieb Anjo Krank:
Oh, I forgot: will someone please fix the maven descriptions so
they dual-build Wonder with 5.4 and 5.3. I mean, like we're doing
now?
I have talked with Lachlan abou
http://wiki.eclipse.org/EclipseLink
TopLink was heavily inspired by EOF, right down to an EOModeler. I
once looked at it as an alternative to EOF. Something to look at if
you are surveying the ORM mapping options out there.
Chuck
--
Practical WebObjects - for developers who want to inc
Hi all,
I am building a framework (pure WO, no wonder), and trying to get the
projects that depend on it to bundle it, as described in the
"Embedding WOFrameworks" wiki entry.
So, a few questions, about the framework project:
1. The "build" target does not depend on the "compile" target,
Susane,
My solution if for OpenBase only. Though I guess that the different
languages issue might be applicable to it too. I'll have to check.
Thx,
F
On Jul 10, 2008, at 04:40, Susanne Schneider wrote:
Hi Florijan,
be aware that your solution will only work for english installation
of O
Thanks for the clarification. So, it is a new option to build WO
projects with Ant, not a replacement for the current mechanism, right?
... wel ... depends on how you look at it. All of the classpath
related stuff in the woproject folder is going to go away. So in that
respect, it's a r
Hi Mike,
Thanks for the clarification. So, it is a new option to build WO
projects with Ant, not a replacement for the current mechanism, right?
Cheers,
Henrique
Mike Schrag wrote:
Will Ant tasks rely on Eclipse .classpath file to build WO projects?
Yes ... You can do an eclipse = "true" on
String str =
ERXStringUtilities.byteArrayToHexString(data._bytesNoCopy());
On Jul 10, 2008, at 8:37 AM, Steve Peery wrote:
Does anyone have a suggestion how to move data from NSData into a
XML file?
I guess I need to convert a Stream of data into a String of normal
text.
On 7/9/08 7:36 P
Does anyone have a suggestion how to move data from NSData into a XML file?
I guess I need to convert a Stream of data into a String of normal text.
On 7/9/08 7:36 PM, "Daryl Lee" <[EMAIL PROTECTED]> wrote:
> Turns out this is a bug in WO 5.4.2 and earlier. Can you file a bug?
>
>
> On Jul 8,
=Will Ant tasks rely on Eclipse .classpath file to build WO
projects?
Yes ... You can do an eclipse = "true" on several of the ant tags
(like ) and framework
dependencies will load from .classpath.
Will that also depend on it knowing where the workspace is located
on the filesystem when doi
Will Ant tasks rely on Eclipse .classpath file to build WO projects?
Yes ... You can do an eclipse = "true" on several of the ant tags
(like ) and framework
dependencies will load from .classpath.
Will that also depend on it knowing where the workspace is located
on the filesystem when doing
Hi Florijan,
be aware that your solution will only work for english installation of
Oracle. Otherwise you will have custom error messages in the
installation language.
Regards
Susanne
--
Susanne Schneider
Coordinator secuTrial Development
iAS interActive Systems GmbH
Dieffenbachstraße 33 c, D-1
Thanks!
- Original Message -
From: "Jake MacMullin" <[EMAIL PROTECTED]>
To: "Cheong Hee (Datasonic)" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, July 10, 2008 4:42 PM
Subject: Re: WO5.4.2 download url
Yes:
http://developer.apple.com
Login to your (free) ADC account, go to downloads ->
Yes:
http://developer.apple.com
Login to your (free) ADC account, go to downloads -> webobjects ->
webobjects nightly build snapshot.
Cheers,
Jake
On 10/07/2008, at 9:20 AM, Cheong Hee (Datasonic) wrote:
Hi
Is there any official (or non official) url to download WO5.4.2?
beta or fina
Hi
Is there any official (or non official) url to download WO5.4.2? beta or
final? Thanks.
Cheers
Cheong Hee
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
He
30 matches
Mail list logo