Re: Use EOF without WO?
Re: Use EOF without WO?
- Subject: Re: Use EOF without WO?
- From: John Huss <email@hidden>
- Date: Wed, 15 Jun 2011 12:33:27 -0500
On Wed, Jun 15, 2011 at 12:24 PM, John Huss
<email@hidden> wrote:
I was curious about this a while back, so tried it and, yeah, it does work (with a little fiddling). The biggest challenge is learning how EODistribution works. I will send you my sample project off-list.
The question I had is, does the license allow this? It really depends on whether this counts as "modifying" WebObjects. Making it work requires two "modifications":
1) JavaFoundation requires some small tweaks to the binary for it to be used successfully by android
2) All the jars have to be "dexed" - translated into dalvik's own bytecode format
This is legally questionable at best and Apple would hate it either way, so I'd proceed at your own risk. But I'd be interested to hear what others think.
BTW, Wonder includes a somewhat-complete open source version of JavaFoundation (called NSFoundation). If it is complete enough to use, then that would take care of #1, so then the only question is about whether dexing counts as modifying.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden