Re: D2W edit embedded buttons?

2013-03-08 Thread David Avendasora
And Voodoo. Don't forget the Voodoo. Sent from my iPhone On Mar 8, 2013, at 1:48 AM, David Holt programming...@mac.com wrote: LOGIC is your friend in D2W :-) On 2013-03-07, at 9:46 AM, Jesse Tayler jtay...@oeinc.com wrote: ok, but you're scaring me! rules are tricky, so just make

Re: D2W edit embedded buttons?

2013-03-08 Thread Jesse Tayler
I fear software voodoo. On Mar 8, 2013, at 3:34 AM, David Avendasora webobje...@avendasora.com wrote: And Voodoo. Don't forget the Voodoo. Sent from my iPhone On Mar 8, 2013, at 1:48 AM, David Holt programming...@mac.com wrote: LOGIC is your friend in D2W :-) On 2013-03-07,

Sending POST request to external host

2013-03-08 Thread Markus Ruggiero
Hi, I have a component that generates some XML data. Works fine. Now I need to upload that XML data via a POST to some remote server. How would I do that? Here is the code I use, but somehow the remote server chokes with the contents I send it. When I let the frameworks return the XML to my

Re: Sending POST request to external host

2013-03-08 Thread Bogdan Zlatanov
Hi Markus, Give Apache HttpComponents a try - http://hc.apache.org/httpcomponents-client-ga/index.html You'll be much happier. Regards, Bogdan Zlatanov On 8 Mar 2013, at 18:11, Markus Ruggiero wrote: Hi, I have a component that generates some XML data. Works fine. Now I need to upload

WOCommunity Store

2013-03-08 Thread Pascal Robert
Hi everyone, I'm closing the WOCommunity Store in five minutes (so by the time you read this, it will already be down). It will be re-opened next week as a Shopify-powered store that will sells WOWODC tickets and membership. Thanks. ___ Do not

Re: D2W edit embedded buttons?

2013-03-08 Thread David LeBer
Not *actual* voodoo, just logic obscured in opacity. So that makes it OK. D On 2013-03-08, at 11:20 AM, Jesse Tayler jtay...@oeinc.com wrote: I fear software voodoo. On Mar 8, 2013, at 3:34 AM, David Avendasora webobje...@avendasora.com wrote: And Voodoo. Don't forget the

ERRest and returning an Array of dictionaries

2013-03-08 Thread Paul Yu
Greetings I am trying to return a list of the primary keys of a toMany relationship on an EO. I've written a method on the EO to put the keys into NSMutableDictionaries and added them an NSMutableArray. I then return the array to my rest controller. This is NOT working as I would have

Re: ERRest and returning an Array of dictionaries

2013-03-08 Thread Matthew Ness
On 09/03/2013, at 8:11 AM, Paul Yu wrote: Greetings I am trying to return a list of the primary keys of a toMany relationship on an EO. I've written a method on the EO to put the keys into NSMutableDictionaries and added them an NSMutableArray. I then return the array to my rest

Re: ERRest and returning an Array of dictionaries

2013-03-08 Thread Jesse Tayler
you are making things too hard? fetch your array, and return your objects with a filter that allows only what you want to send. only want to return the object id's? well, that should just work as far as I'm aware - On Mar 8, 2013, at 4:11 PM, Paul Yu p...@mac.com wrote: Greetings I am

Need Information on Integrating Web Objects with Hibernate

2013-03-08 Thread miriyala srinivas
Hi All, I am completely new to WebObjects and I have gone through the WebObjects Community for the basic information and I successfully ran sample webObjecs application in windows using Eclipse.But I wanted to try out more things like integrating with Hibernate and Spring.This weekend I am going

Re: Need Information on Integrating Web Objects with Hibernate

2013-03-08 Thread Chuck Hill
I don't know why you would use either one. WebObjects is not J2EE. Part of WebObjects is EOF which does a similar job to what Hibernate does. Chuck On 2013-03-08, at 7:42 PM, miriyala srinivas wrote: Hi All, I am completely new to WebObjects and I have gone through the WebObjects