Re: Map an Object in ERRest

2016-06-08 Thread Samuel Pelletier
Hi, I think your only solution is to create a custom NSDictionary with the required key and return it like this: NSMutableDictionary result = new NSMutableDictionary(); result.setObjectForKey(someObject.federalDocument(), "federalDocument"); result.setObjectForKey(someObject.customer(), "custome

Map an Object in ERRest

2016-06-08 Thread Rodrigo de Sousa
Hello, I am using the ERRest in my project and I am having a problem. I changed some attributes to a new relationship, but I want to discover if there is a way to not change my old API request. For example: Old request: > { > "customer": { > "email": "rodr...@test.com", > "n

Re: Streaming of WOWODC 2016

2016-06-08 Thread Pascal Robert
Yes, It will be possible Envoy? de mon iPhone Le 8 juin 2016 ? 10:13, Tarun Reddy mailto:t...@cornell.edu>> a ?crit : Is there any ability to buy just the digital recordings? I apologize if this has been asked and answered but the website doesn't have the answer as far as I can see. Tarun O

Re: Streaming of WOWODC 2016

2016-06-08 Thread Tarun Reddy
Is there any ability to buy just the digital recordings? I apologize if this has been asked and answered but the website doesn't have the answer as far as I can see. Tarun On Tue, Jun 7, 2016 at 5:07 AM, Pascal Robert wrote: > Hello, > > Since a lot of you bought sponsorship, we will try someth

Re: Question about jdbc connection pool

2016-06-08 Thread Tarun Reddy
Thank you all for the explanations. For several of the projects I've already done, this hasn't been an issue and I find the development environment easy to understand (once I passed that first learning curve) and as Samuel said, efficient. I can get something up and running very, very quickly. The