Re: How get iFrame contents with different domains ?

2012-09-25 Thread Кирилл Карпенко
You cannot do this the way you want. It is simply does not allowed by the most of browsers. There is only possible way you can to choose is to build extension which browser grant extended permissions set. But user must setup it explicitly. 25.09.2012 18:58 пользователь Nabil

Re: RF and REST

2012-07-06 Thread Кирилл Карпенко
MIqp 03.07.2012 13:25 пользователь chal...@gmail.com написал: -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT+JPA Persistence.Exception source code not found

2012-06-02 Thread Кирилл Карпенко
Why you include your server codesource into GWT module? On Sat, Jun 2, 2012 at 10:52 AM, Akram Moncer akram.mon...@gmail.comwrote: try to remove the source path='server'/ of the gwt.xml file and add the jars in the war/lib folder 2012/6/2 jmbz84 jmb...@gmail.com [image: Boxbe]

Re: Large Project Structure

2012-05-29 Thread Кирилл Карпенко
You can think about Maven as building toolkit for your project. It's allow you to make a hierarchical and linear dependencies between modules which decrease project total complexity. More details you can find here: http://maven.apache.org and here: http://mojo.codehaus.org/gwt-maven-plugin/