Re: Migrating from EOF to Cayenne

2012-07-11 Thread Michael Kondratov
I ment if anyone used an Objective C port of WO. Michael On Jul 11, 2012, at 9:02 PM, prob...@macti.ca wrote: > I think Hugi also use it. > > Envoyé de mon iPhone > > Le 2012-07-11 à 20:24, "Chuck Hill" a écrit : > >> Apparently >> >> http://cayenne.apache.org/success-stories.html >> >> >

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Daniel Beatty
Greetings ladies and gentlemen, Well, Chuck made some some good points. So did Paul. In the end, it comes down what is the smart investment for us as a community? On a side note, do we have cheat sheets or a curriculum from the boot camp before WOWODC 2012? As a professor type, I would re

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Chuck Hill
On 2012-07-11, at 6:02 PM, prob...@macti.ca wrote: > I think Hugi also use it. Is that a point for or against it? :-P > > Envoyé de mon iPhone > > Le 2012-07-11 à 20:24, "Chuck Hill" a écrit : > >> Apparently >> >> http://cayenne.apache.org/success-stories.html >> >> >> On 2012-07-11,

Re: Migrating from EOF to Cayenne

2012-07-11 Thread probert
I think Hugi also use it. Envoyé de mon iPhone Le 2012-07-11 à 20:24, "Chuck Hill" a écrit : > Apparently > > http://cayenne.apache.org/success-stories.html > > > On 2012-07-11, at 5:21 PM, Michael Kondratov wrote: > >> Anyone used it? Does it actually work? >> >> Michael >> >> Sent from

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Chuck Hill
Apparently http://cayenne.apache.org/success-stories.html On 2012-07-11, at 5:21 PM, Michael Kondratov wrote: > Anyone used it? Does it actually work? > > Michael > > Sent from my iPhone > > On Jul 11, 2012, at 19:10, Lars Sonchocky-Helldorf > wrote: > >> >> Am 11.07.2012 um 23:03 schrie

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Michael Kondratov
Anyone used it? Does it actually work? Michael Sent from my iPhone On Jul 11, 2012, at 19:10, Lars Sonchocky-Helldorf wrote: > > Am 11.07.2012 um 23:03 schrieb Daniel Beatty: > >> Greetings Ladies and Gentlemen, >> I tend to agree with Chuck on the notion that this could be a costly >> mar

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Lars Sonchocky-Helldorf
Am 11.07.2012 um 23:03 schrieb Daniel Beatty: > Greetings Ladies and Gentlemen, > I tend to agree with Chuck on the notion that this could be a costly marriage > without some kind of stability assurance. My recommendation would be to have > Cayenne be standardized so that at least there is bot

Re: Escaping property files keys

2012-07-11 Thread Ted Archibald
Isn't your problem the fact that this property only sets the key name of the file? Perhaps you can set your bucket name as er.attachment.s3.bucket=bucket/path, but that's just a guess. On Wed, Jul 11, 2012 at 3:30 PM, Benjamin Harrington wrote: > Hello All, > > I was having an issue with ERAtta

Re: [OT] New js framework

2012-07-11 Thread Alexis Tual
2012/7/11 Brook, James > So presumably Motorola has a server-side framework with REST, sync and > persistence to go with this... > You'll have to ask them directly, but they advise Node.js as the server side framework, sounds promising as you can for example move parts of code client side or ser

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Paul Yu
The primary reason for Java now is because of the JDBC libraries. Historically, no one wanted to write Obj-C database drivers. But maybe there will be a business in the future for OS X/iOS direct access to large databases, but Apple certainly will not care. -- Paul Yu Sent with Sparrow (htt

Escaping property files keys

2012-07-11 Thread Benjamin Harrington
Hello All, I was having an issue with ERAttachment (s3 mode). When setting the property file attribute: er.attachment.s3.key=projectName/${pk}${ext} The '/' gets escaped into '%2F'. The default value is ${pk}${ext} (primary key).(mime extension) which work as expected. I've tried several op

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Daniel Beatty
Greetings Ladies and Gentlemen, I tend to agree with Chuck on the notion that this could be a costly marriage without some kind of stability assurance. My recommendation would be to have Cayenne be standardized so that at least there is both proper documentation and be able to say what Cayenne

Re: Custom D2W Navigation

2012-07-11 Thread Ramsey Gurley
On Jul 10, 2012, at 3:26 PM, Dawn Lockhart wrote: >> as soon as you click on any action on the query or pick page, you are >> immediately logged out with no exceptions thrown > > Are the actions that fail a form submission? Does the action method ever get > called? Is the session terminated? I

Re: Migrating from EOF to Cayenne

2012-07-11 Thread arosenzweig
Hi WOrriors, I have mixed feelings. It's obvious when you look at Cayenne the original developers had used EOF before and wanted to make an open source clone. They also wanted to make it better, if possible, than EOF. It's been a while but when I looked at it I was put off by some things. Th

Wonder install problems again. Root ?

2012-07-11 Thread James Cicenia
Hello - I installed and built Wonder from Git, Golips, and git'd my projects and imported them into Eclipse workspace. However, Eclipse can't seem to find the Wonder frameworks. I ran the sudo ant frameworks.install but it only built them into the Roots directory. I then changed Eclipse preferenc

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Ramsey Gurley
On Jul 11, 2012, at 12:40 PM, John Huss wrote: > Decompiling whole classes to fix bugs has been done before. It makes me > quesy though. The latest version of JD-GUI is pretty good. Only a few errors to clean up after decompiling. ___ Do not post a

Re: Migrating from EOF to Cayenne

2012-07-11 Thread John Huss
My understanding is that AOP requires "weaving" or rewriting of the bytecode. If so, this is not allowed by the license - it prohibits modification. But people may not care about that. Decompiling whole classes to fix bugs has been done before. It makes me quesy though. On Wed, Jul 11, 2012 at

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Chuck Hill
Hi Farrukh, I like the idea of using AOP to address bugs in WO. Can you give us any details on how you did that? As for making EOF multi-threaded that is a very fundamental part of the design. Fixing that with AOP would be challenging. :-) Chuck On 2012-07-11, at 11:12 AM, Farrukh I

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Farrukh Ijaz
Hi, In past I've used AOP to address issues of closed source. This I believe if carefully used can help convert the EOF from single to multi threaded and/or solve other bottleneck problems. Having said this doesn't mean I'm against Cayane. However if the current EOF issues get fixed with AOP pa

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Chuck Hill
I agree that we need to more closely examine Cayenne before jumping in with both feet. How mature are the tools? What is the functionality gap? How important is the missing functionality? How costly is adding any needed functionality? Will the missing functionality fit in with the Cayenne

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Theodore Petrosky
Hurray someone actually started talking about this. I want to add my two cents without starting a "this is better than that" conversation. If Cayenne is to be utilized, someone in the know must look not only at the current state of Cayenne, but at the developers. What is/was their philosophy

ant woes. The framework name 'WOOgnl' does not exist.

2012-07-11 Thread Jesse Tayler
Hi All! I was just making my first Wonder framework additions and now I'm unable to get Ant to make an install? I added a new class or two and made some changes to ERRest to support jsonp ERXJSONPRestWriter and some small localized changes. I can run the app just fine, and I get the results I

Re: Migrating from EOF to Cayenne

2012-07-11 Thread Kieran Kelleher
John, I think you should consider if you might be able to do a WOWODC-2013 presentation on ERCayenne. -Kieran On Jul 11, 2012, at 11:09 AM, John Huss wrote: > At WOWODC there was a lot of interest in migrating from EOF to Cayenne, and > even entirely rebasing Wonder to run on top of Cayenne i

Re: Can't get the integration build?

2012-07-11 Thread Kieran Kelleher
James, you have already cloned the repo, so just cd into it and checkout integration (spelled properly) cd wonder git checkout integration On Jul 11, 2012, at 11:26 AM, James Cicenia wrote: > Hello - > > I am trying to get this ol' laptop working as I travel. When I went to git > the integr

Re: Can't get the integration build?

2012-07-11 Thread John Huss
typo - intgration On Wed, Jul 11, 2012 at 10:26 AM, James Cicenia wrote: > Hello - > > I am trying to get this ol' laptop working as I travel. When I went to git > the integration branch (which I need), I get the following: > > Users-MacBook-Pro:git user$ git clone -b intgration git:// > github.

Can't get the integration build?

2012-07-11 Thread James Cicenia
Hello - I am trying to get this ol' laptop working as I travel. When I went to git the integration branch (which I need), I get the following: Users-MacBook-Pro:git user$ git clone -b intgration git:// github.com/projectwonder/wonder.git Cloning into 'wonder'... remote: Counting objects: 190582,

Migrating from EOF to Cayenne

2012-07-11 Thread John Huss
At WOWODC there was a lot of interest in migrating from EOF to Cayenne, and even entirely rebasing Wonder to run on top of Cayenne instead of EOF. *Why would anyone want to do this? * 1. Cayenne is open-source and is actively being developed 2. Cayenne has great concurrency support which i

Re: [Wonder-disc] ERXEC and locking

2012-07-11 Thread Kieran Kelleher
IIRC ERXEC is locked when you touch any of its methods. Unlocking happens *only* when ERXEC.unlockAllContextsForCurrentThread() is called. You can see where that is called in the source code. On Jul 11, 2012, at 6:56 AM, Matteo Centro wrote: > From some experimentation it looks like that even

Re: AWS server failure?

2012-07-11 Thread Matteo Centro
Failures are not uncommon... On Mon, Jun 25, 2012 at 3:50 PM, Jesse Tayler wrote: > ping! > > yet another reboot seems to have helped -- a hiccup -- > > the system first reported another error again after restarting and > reporting things were all fine > > then a "wait" indicator for a minute or

Re: ERXFlickrBatchNavigation & Robots

2012-07-11 Thread Matteo Centro
>From the top of my head: maybe putting some rel="nofollow" on the links? Matteo On Sat, Jun 30, 2012 at 5:26 PM, Kevin Hinkson wrote: > Hi, > Does anyone else see exceptions occurring when robots crawl the navigation > links produced by ERXFlickrNavigation? These are session based links and I

Re: [OT] New js framework

2012-07-11 Thread Matteo Centro
I do remember Benoit's talk at WOWODC 2009 but not his rant at WOWODC 2011 because I wasn't there... What was it all about? Matteo PS Montage is very cool! On Wed, Jul 11, 2012 at 10:11 AM, Brook, James wrote: > So presumably Motorola has a server-side framework with REST, sync and > persist

Re: [Wonder-disc] ERXEC and locking

2012-07-11 Thread Matteo Centro
>From some experimentation it looks like that even in Session.terminate locks are automagically generated even without explicit lock/unlock. Any thoughts? Matteo On Tue, Jul 10, 2012 at 9:33 AM, Cheong Hee (Gmail) wrote: > ** > I think you are right or at least this is the impression I had the

Re: [OT] New js framework

2012-07-11 Thread Brook, James
So presumably Motorola has a server-side framework with REST, sync and persistence to go with this... Sent from my iPhone On 11 Jul 2012, at 02:31, "prob...@macti.ca" mailto:prob...@macti.ca>> wrote: And if anyone remembers Benoit Marchand's talk at WOWODC 2009 or his