<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to blog</title><link>https://sourceforge.net/p/lavalamp3/blog/</link><description>Recent posts to blog</description><atom:link href="https://sourceforge.net/p/lavalamp3/blog/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 19 Apr 2014 13:50:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lavalamp3/blog/feed.rss" rel="self" type="application/rss+xml"/><item><title>CORBS     Disable Same-Origin Policy </title><link>https://sourceforge.net/p/lavalamp3/blog/2014/04/corbs-----disable-same-origin-policy-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To be able to use pictures from the web, since 2014 it is necasary to turn off a security feature. ! No net secu !....wups&lt;/p&gt;
&lt;p&gt;CORBS&lt;/p&gt;
&lt;p&gt;with googlechrome:&lt;br /&gt;
...\chrome.exe --allow-file-access-from-files --disable-web-security&lt;/p&gt;
&lt;p&gt;with firefox:&lt;br /&gt;
about:config -&amp;gt; security.fileuri.strict_origin_policy -&amp;gt; false&lt;/p&gt;
&lt;p&gt;Here are some links:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://joshuamcginnis.com/2011/02/28/how-to-disable-same-origin-policy-in-chrome/" rel="nofollow"&gt;http://joshuamcginnis.com/2011/02/28/how-to-disable-same-origin-policy-in-chrome/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://stackoverflow.com/questions/17088609/disable-firefox-same-origin-policy" rel="nofollow"&gt;http://stackoverflow.com/questions/17088609/disable-firefox-same-origin-policy&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Beachgames</dc:creator><pubDate>Sat, 19 Apr 2014 13:50:24 -0000</pubDate><guid>https://sourceforge.net053e5b6e0f93a856b978211de8067f620df40fd6</guid></item><item><title>Manual part 2</title><link>https://sourceforge.net/p/lavalamp3/blog/2014/04/manual-part-2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;adding the classes int the gwt.xml and inside the jars adding the class.xml file:&lt;br /&gt;
so there are two things to do, if adding a external library:&lt;br /&gt;
1. adding the class in the com.gwt.xml (projectname.gwt.xml) and&lt;br /&gt;
2. adding a classname.gwt.xml file with the name of the class inside&lt;/p&gt;
&lt;p&gt;...more you can find here, how to handle eclipse and gwt:&lt;br /&gt;
&lt;a href="http://www.vogella.com/tutorials/GWTModules/article.html" rel="nofollow"&gt;http://www.vogella.com/tutorials/GWTModules/article.html&lt;/a&gt;&lt;br /&gt;
searching the net: &amp;gt;&amp;gt; Using external jars / Java projects in GWT &amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;1.&lt;br /&gt;
com.gwt.xml:&lt;br /&gt;
add these lines, next to the lines of the neuroph classes:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;  &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;inherits&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;com&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;google&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gwt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;client&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ui&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;Image&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="o"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;inherits&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;com&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;google&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gwt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;core&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;client&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;GWTBridge&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="o"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;gwt-dev.jar: find and add GWTBridge.gwt.xml with&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;source&gt;&lt;br /&gt;
&lt;/source&gt;&lt;/p&gt;
&lt;p&gt;gwt-user.jar:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;source&gt;&lt;br /&gt;
&lt;/source&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Beachgames</dc:creator><pubDate>Sat, 05 Apr 2014 13:25:13 -0000</pubDate><guid>https://sourceforge.nete8e71afba0b8144e53aeb150ad1df01834699781</guid></item><item><title>Manual to install on eclipse</title><link>https://sourceforge.net/p/lavalamp3/blog/2014/04/manual-to-install-on-eclipse/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I was not able to use external classes at version 4.&lt;br /&gt;
Maby with later releases the binding becomes clear.&lt;/p&gt;
&lt;p&gt;For version 4 i was simply adding sourcecode directories :)&lt;br /&gt;
for the classes:&lt;br /&gt;
neuroph...&lt;br /&gt;
gwt-text&lt;br /&gt;
gwtwidgets&lt;/p&gt;
&lt;p&gt;....&lt;br /&gt;
ufff&lt;br /&gt;
....&lt;/p&gt;
&lt;p&gt;gwt 2.6&lt;br /&gt;
google appengine 1.8.9&lt;br /&gt;
neuroph 2.7 ! (( 2.8 is comming ))&lt;br /&gt;
gwtext 2.0.6&lt;br /&gt;
gwtwidgets 0.0.4&lt;/p&gt;
&lt;p&gt;......&lt;/p&gt;
&lt;p&gt;!!!&lt;br /&gt;
In all bibliothecs above, the .gwt.xml files added manual.&lt;br /&gt;
Verry much work, but it is easy after understanding, what and how it is working.&lt;br /&gt;
Also eclipse is showing verry nice all classes which need .gwt.xml files.&lt;/p&gt;
&lt;p&gt;With the com.jar in version 4 I copied simply the whole stuff.&lt;br /&gt;
In com.external.jar is the external sourcecode!&lt;/p&gt;
&lt;p&gt;Please let me know if there are questions andyhubers@aol.com&lt;/p&gt;
&lt;p&gt;Have fun :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Beachgames</dc:creator><pubDate>Thu, 03 Apr 2014 17:12:49 -0000</pubDate><guid>https://sourceforge.netc3c68e76a0efcd1c609d95d9405a44fab8e3e4de</guid></item></channel></rss>