<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Myblog&#039;s Blog</title>
	<atom:link href="http://mxro.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mxro.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 22 Nov 2009 04:15:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mxro.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Myblog&#039;s Blog</title>
		<link>http://mxro.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mxro.wordpress.com/osd.xml" title="Myblog&#039;s Blog" />
	<atom:link rel='hub' href='http://mxro.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Creating a GWT module as a Library</title>
		<link>http://mxro.wordpress.com/2009/11/22/creating-a-gwt-module-as-a-library/</link>
		<comments>http://mxro.wordpress.com/2009/11/22/creating-a-gwt-module-as-a-library/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 04:15:03 +0000</pubDate>
		<dc:creator>Max Rohde</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mxro.wordpress.com/?p=7</guid>
		<description><![CDATA[GWT modules are meant to enable modularisation for Google Web Toolkit (GWT). I like to develop my applications in mutiple eclipse projects by linking their source folders. So, I create one project for the actual application and one for the library or whatever that the application uses. First, I created the projects using the eclipse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mxro.wordpress.com&amp;blog=10616504&amp;post=7&amp;subd=mxro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>GWT modules are meant to enable modularisation for Google Web Toolkit (GWT).</p>
<p>I like to develop my applications in mutiple eclipse projects by linking their source folders.</p>
<p>So, I create one project for the actual application and one for the library or whatever that the application uses.</p>
<p>First, I created the projects using the eclipse GWT plugin wizard.</p>
<p>I renamed the &#8220;gwt.xml&#8221; file in the library project to &#8220;webeditor.gwt.xml&#8221;. Then I changed the module name:</p>
<p>&lt;module rename-to=&#8217;de.linnk.webeditor.webeditor&#8217;&gt;</p>
<p>Further, I added the statement:</p>
<p>&lt;source path=&#8221;client&#8221;/&gt;</p>
<p>Then I put a class &#8220;Test&#8221; in the client source folder.</p>
<p>The I rennamed the source folder from &#8220;src&#8221; to &#8220;webeditor&#8221;.</p>
<p>In the project for the application, I linked the &#8220;webeditor&#8221; source folder and I added the following line in the &#8220;gwt.xml&#8221; file:</p>
<p>&lt;inherits name=&#8217;de.linnk.webeditor.webeditor&#8217;/&gt;</p>
<p>Now I can use the class &#8220;Test&#8221; in my application project &#8211; without having to compile the library application &#8211; its automatically compiled when the application project is compiled.</p>
<p>NOTE: I don&#8217;t know why I have to leave the &#8220;entry-point&#8221; declaration in my library&#8217;s gwt.xml? Doesn&#8217;t compile without that &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mxro.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mxro.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mxro.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mxro.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mxro.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mxro.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mxro.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mxro.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mxro.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mxro.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mxro.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mxro.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mxro.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mxro.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mxro.wordpress.com&amp;blog=10616504&amp;post=7&amp;subd=mxro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mxro.wordpress.com/2009/11/22/creating-a-gwt-module-as-a-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6bd2b3ddac670a9b0a39f08d6fc3842e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mxro</media:title>
		</media:content>
	</item>
		<item>
		<title>Running Google Web Application Project on your tomcat server</title>
		<link>http://mxro.wordpress.com/2009/11/22/running-google-web-application-project-on-your-tomcat-server/</link>
		<comments>http://mxro.wordpress.com/2009/11/22/running-google-web-application-project-on-your-tomcat-server/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 02:31:37 +0000</pubDate>
		<dc:creator>Max Rohde</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://mxro.wordpress.com/?p=3</guid>
		<description><![CDATA[I was wondering how I could run a Google Web Application Project created with the wizard in eclipse (part of the google eclipse plugin) on my own tomcat server. Well, its fairly simple. First it should be noted that when creating the project with the wizard you should deselect the google app engine sdk. You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mxro.wordpress.com&amp;blog=10616504&amp;post=3&amp;subd=mxro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was wondering how I could run a Google Web Application Project created with the wizard in eclipse (part of the google eclipse plugin) on my own tomcat server.</p>
<p>Well, its fairly simple.</p>
<p>First it should be noted that when creating the project with the wizard you should deselect the google app engine sdk. You can still run your projects on google app engine, so you just make sure that you do not use any app engine specific functionality (what I would not recommend anyway to keep your projects portable).</p>
<p>If this prerequisite is given, you can you can just select the project you have created (the root folder) and click Google&#8217;s red box GWT button &#8220;GWT compile project&#8221;.</p>
<p>Then you can go to the project folder in the eclipse workspace. One of the folders created is &#8220;war&#8221;. Create a new folder in your tomcat webapps folder and name it according to your project name eg &#8220;myproject&#8221;. Now you can copy all the contents from &#8220;war&#8221; to &#8220;myproject&#8221;.</p>
<p>Start tomcat and volia the application should be running.</p>
<p>(I am not too sure whether there might be issues in more complex projects given that google uses jetty for the debug mode that can be strated directly from eclipse)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mxro.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mxro.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mxro.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mxro.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mxro.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mxro.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mxro.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mxro.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mxro.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mxro.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mxro.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mxro.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mxro.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mxro.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mxro.wordpress.com&amp;blog=10616504&amp;post=3&amp;subd=mxro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mxro.wordpress.com/2009/11/22/running-google-web-application-project-on-your-tomcat-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6bd2b3ddac670a9b0a39f08d6fc3842e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mxro</media:title>
		</media:content>
	</item>
	</channel>
</rss>
