Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread Helmut Tschemernjak
I just watched this video and can see some data structures related to Java. http://www.youtube.com/watch?v=q000_EOWy80 So far I don't know if it is related to WebObjects, does somebody else know more? In case it is WO related we need to get active. Regards Helmut

Re: mysql access exception after a long time

2013-07-22 Thread Kieran Kelleher
Hugi ... that's overkill! Just add autoReconnect=true to the connection URL. :P ... for example: mydatabase.URL=jdbc:mysql://myhost/mydatabase?capitalizeTypenames=trueuseBundledJdbcInfo=trueautoReconnect=true On Jul 20, 2013, at 4:26 AM, Hugi Thordarson h...@karlmenn.is wrote:

Re: Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread John Huss
Wow, Apple is using GWT, and even GWT-RPC! I didn't know that. On Mon, Jul 22, 2013 at 10:29 AM, David LeBer dleber_wo...@codeferous.comwrote: Or an issue with what information is accessible without auth/privs through calls to the rpc service gwt is talking to. D -- David LeBer

Re: Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread David LeBer
Or an issue with what information is accessible without auth/privs through calls to the rpc service gwt is talking to. D -- David LeBer Codeferous Software On 2013-07-22, at 10:41 AM, Ken Anderson kenli...@anderhome.com wrote: I agree - seems like an issue around GWT. On Jul 22, 2013, at

Re: Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread Ramsey Gurley
I don't think that video or the radar has anything to do with the hack or Apple's response. Loading email address data from a JSON url is not the sort of thing that would trigger a full takedown on the site. It sounds like someone got remote access into their database. On Jul 22, 2013, at

Re: Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread Jean-François Veillette
It look like a RPC communication stream between the client (?GWT?) and server. Le 2013-07-22 à 04:06, Helmut Tschemernjak hel...@helios.de a écrit : I just watched this video and can see some data structures related to Java. http://www.youtube.com/watch?v=q000_EOWy80 So far I don't know if

Re: Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread Ken Anderson
I agree - seems like an issue around GWT. On Jul 22, 2013, at 10:39 AM, Jean-François Veillette jean_francois_veille...@yahoo.ca wrote: It look like a RPC communication stream between the client (?GWT?) and server. Le 2013-07-22 à 04:06, Helmut Tschemernjak hel...@helios.de a écrit : I

Re: Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread Theodore Petrosky
i watched that video when it went up. it is now private!! On Jul 22, 2013, at 1:23 PM, Ramsey Gurley rgur...@smarthealth.com wrote: I don't think that video or the radar has anything to do with the hack or Apple's response. Loading email address data from a JSON url is not the sort of

Re: Apple developer site hacked, looks like Java data structures being involved

2013-07-22 Thread Dan Beatty
Hi, You are starting to make me wish that I had watched the darn thing. As for ADC's JSON being done with GWT, that kind of makes sense. They already have an ORM written in Java to apply to it, that can take advantage of the HTML5 database. That would be pretty cool for both EOF and Cayenne.

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-22 Thread Johnny Miller
Hi Timmy, I've got a long way to go before the JQuery framework is finished but here is a sneak peek: http://www.kahalawai.com/cgi-bin/WebObjects/JQueryExample.woa/wa/PageAction/AjaxTabTestPage Any condemnation, critiques, advice or assistance would be greatly appreciated ;) Aloha, Mr.

Re: mysql access exception after a long time

2013-07-22 Thread Hugi Thordarson
Hahahaha… Yes, that's most definitely better :D. I don't actually use MySQL so I had no idea that existed. - hugi On 22.7.2013, at 13:28, Kieran Kelleher kelleh...@gmail.com wrote: Hugi ... that's overkill! Just add autoReconnect=true to the connection URL. :P ... for example:

Re: WOWODC 2013 presentations

2013-07-22 Thread D Tim Cummings
Are the recordings available yet? I have viewed the slides and they are very interesting. Tim On 19/07/2013, at 8:35 PM, Andrus Adamchik wrote: Now that Cayenne 3.2M1 is released, I updated GitHub code with the official version. So now you can actually compile and run the examples at