<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Eclipse webtools</title>
	<atom:link href="http://technology.amis.nl/2004/08/04/eclipse-webtools/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2004/08/04/eclipse-webtools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eclipse-webtools</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: AdSense Money Maker</title>
		<link>http://technology.amis.nl/2004/08/04/eclipse-webtools/#comment-460</link>
		<dc:creator>AdSense Money Maker</dc:creator>
		<pubDate>Fri, 04 May 2007 23:01:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=101#comment-460</guid>
		<description><![CDATA[&lt;strong&gt;AdSense Money Maker&lt;/strong&gt;

Do you know how to make money from AdSense automatically? You don&#039;t!? I&#039;ll teach you how!]]></description>
		<content:encoded><![CDATA[<p><strong>AdSense Money Maker</strong></p>
<p>Do you know how to make money from AdSense automatically? You don&#8217;t!? I&#8217;ll teach you how!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeger Hendrikse</title>
		<link>http://technology.amis.nl/2004/08/04/eclipse-webtools/#comment-459</link>
		<dc:creator>Zeger Hendrikse</dc:creator>
		<pubDate>Fri, 22 Oct 2004 13:21:16 +0000</pubDate>
		<guid isPermaLink="false">/?p=101#comment-459</guid>
		<description><![CDATA[To get started with WSAD, see &quot;EJB 2.0 Development with WebSphere Studio Application Developer&quot;, downloadable from &lt;a href=&quot;http://www.redbooks.ibm.com/redbooks.nsf/0/9431ec8bb067cedb85256b81005bb778?OpenDocument&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.  I&#039;m going to check the book and WSAD out soon myself.]]></description>
		<content:encoded><![CDATA[<p>To get started with WSAD, see &#8220;EJB 2.0 Development with WebSphere Studio Application Developer&#8221;, downloadable from <a href="http://www.redbooks.ibm.com/redbooks.nsf/0/9431ec8bb067cedb85256b81005bb778?OpenDocument" rel="nofollow">here</a>.  I&#8217;m going to check the book and WSAD out soon myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeger Hendrikse</title>
		<link>http://technology.amis.nl/2004/08/04/eclipse-webtools/#comment-458</link>
		<dc:creator>Zeger Hendrikse</dc:creator>
		<pubDate>Wed, 01 Sep 2004 15:12:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=101#comment-458</guid>
		<description><![CDATA[From the &quot;Eclipse Tips - September 1 (2004)&quot; a short review:
&lt;blockquote&gt;
WTP (Web Tools Project) provides six major toolsets for the following areas: database
management, J2EE development, server deployment, source editing, XML
tooling, and Web Services.  &lt;br /&gt;
I spent half a day playing with WTP. I began by using WTP&#039;s Web
project creation wizard. I then created a simple JSP and deployed it
using WTP server features. The Web project creation wizard defaults
to create root directories of JavaSource and WebContent -- similar to
those in WebSphere Studio Application Developer (WSAD). The
properties editor for the Web project provides settings that are also
very similar to those of WSAD. I like this trend of WSAD similarities
because WSAD is an excellent commercial Eclipse product and we can
now get similar features in an open source plug-in.&lt;br /&gt;
The JSP editor worked well, but keep in mind that I didn&#039;t push the
editor&#039;s functionality much. Once I was done writing a simple JSP, I
used WTP&#039;s server features to deploy the project. WTP&#039;s server
perspective, again, looks much like WSAD&#039;s server perspective. First
you create a server project and then create server instances in that
project. The server instances are displayed in a view. From that
view, you can select an instance and add J2EE projects to that
instance. WTP initially has support for six versions of Tomcat,
including the ones that I had installed on my Linux workstation, 4.1
and 5.0. I had problems with the Tomcat 4.1 deployment features, but
5.0 worked much better. Note, though, that I did have issues with the
deployment of a Struts project to Tomcat 5.0 (but I didn&#039;t spend much
time attempting to resolve that problem).&lt;br /&gt;
I also reviewed WTP&#039;s database views. The database views worked all
right, but I didn&#039;t find them as useful as those provided with the
SQL Explorer plug-in, which was covered in the August 4 issue of
Eclipse Tips.&lt;br /&gt;
All in all, I&#039;m greatly impressed with WTP, especially since it has
only been available for a month or so. Also note that I only tested a
small portion of WTP&#039;s feature set. For instance, I didn&#039;t test the
EJB or Web Service wizards. For my current production development,
I&#039;ve turned off the use of WTP and I&#039;m back to using MyEclipse, but
every month or so I&#039;ll download WTP&#039;s latest, give it a whirl, and
let you know how it&#039;s looking.
&lt;/blockquote&gt;]]></description>
		<content:encoded><![CDATA[<p>From the &#8220;Eclipse Tips &#8211; September 1 (2004)&#8221; a short review:</p>
<blockquote><p>
WTP (Web Tools Project) provides six major toolsets for the following areas: database<br />
management, J2EE development, server deployment, source editing, XML<br />
tooling, and Web Services.  <br />
I spent half a day playing with WTP. I began by using WTP&#8217;s Web<br />
project creation wizard. I then created a simple JSP and deployed it<br />
using WTP server features. The Web project creation wizard defaults<br />
to create root directories of JavaSource and WebContent &#8212; similar to<br />
those in WebSphere Studio Application Developer (WSAD). The<br />
properties editor for the Web project provides settings that are also<br />
very similar to those of WSAD. I like this trend of WSAD similarities<br />
because WSAD is an excellent commercial Eclipse product and we can<br />
now get similar features in an open source plug-in.<br />
The JSP editor worked well, but keep in mind that I didn&#8217;t push the<br />
editor&#8217;s functionality much. Once I was done writing a simple JSP, I<br />
used WTP&#8217;s server features to deploy the project. WTP&#8217;s server<br />
perspective, again, looks much like WSAD&#8217;s server perspective. First<br />
you create a server project and then create server instances in that<br />
project. The server instances are displayed in a view. From that<br />
view, you can select an instance and add J2EE projects to that<br />
instance. WTP initially has support for six versions of Tomcat,<br />
including the ones that I had installed on my Linux workstation, 4.1<br />
and 5.0. I had problems with the Tomcat 4.1 deployment features, but<br />
5.0 worked much better. Note, though, that I did have issues with the<br />
deployment of a Struts project to Tomcat 5.0 (but I didn&#8217;t spend much<br />
time attempting to resolve that problem).<br />
I also reviewed WTP&#8217;s database views. The database views worked all<br />
right, but I didn&#8217;t find them as useful as those provided with the<br />
SQL Explorer plug-in, which was covered in the August 4 issue of<br />
Eclipse Tips.<br />
All in all, I&#8217;m greatly impressed with WTP, especially since it has<br />
only been available for a month or so. Also note that I only tested a<br />
small portion of WTP&#8217;s feature set. For instance, I didn&#8217;t test the<br />
EJB or Web Service wizards. For my current production development,<br />
I&#8217;ve turned off the use of WTP and I&#8217;m back to using MyEclipse, but<br />
every month or so I&#8217;ll download WTP&#8217;s latest, give it a whirl, and<br />
let you know how it&#8217;s looking.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felicity</title>
		<link>http://technology.amis.nl/2004/08/04/eclipse-webtools/#comment-457</link>
		<dc:creator>Felicity</dc:creator>
		<pubDate>Mon, 09 Aug 2004 16:50:41 +0000</pubDate>
		<guid isPermaLink="false">/?p=101#comment-457</guid>
		<description><![CDATA[The IBM contribution turned out to be more than what I needed.
And, every now and then -- three or four times a day -- it gave me an OutOfMemory exception.]]></description>
		<content:encoded><![CDATA[<p>The IBM contribution turned out to be more than what I needed.<br />
And, every now and then &#8212; three or four times a day &#8212; it gave me an OutOfMemory exception.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
