<?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: Converting a Java project to a Dynamic Web project in Eclipse</title>
	<atom:link href="http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/</link>
	<description>Self-proclaimed greatness is a hard thing to prove.</description>
	<lastBuildDate>Mon, 01 Mar 2010 19:05:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-1198</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-1198</guid>
		<description>Greate tip!!</description>
		<content:encoded><![CDATA[<p>Greate tip!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mjz</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-1158</link>
		<dc:creator>mjz</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-1158</guid>
		<description>This saved my day from being a total waste</description>
		<content:encoded><![CDATA[<p>This saved my day from being a total waste</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hudson</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-1120</link>
		<dc:creator>Luke Hudson</dc:creator>
		<pubDate>Wed, 12 Aug 2009 02:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-1120</guid>
		<description>I noticed in my installation (Eclipse 3.4) that the instructions above didn&#039;t work.
I tracked down the problem, and in the file:

/.settings/org.eclipse.wst.common.project.facet.core.xml

I inserted the line shown below by &#039;+&#039;



  . . .
+  
  . . .



That seemed to do it for me.
Cheers,
 - Luke</description>
		<content:encoded><![CDATA[<p>I noticed in my installation (Eclipse 3.4) that the instructions above didn&#8217;t work.<br />
I tracked down the problem, and in the file:</p>
<p>/.settings/org.eclipse.wst.common.project.facet.core.xml</p>
<p>I inserted the line shown below by &#8216;+&#8217;</p>
<p>  . . .<br />
+<br />
  . . .</p>
<p>That seemed to do it for me.<br />
Cheers,<br />
 &#8211; Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagar</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-1112</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Sat, 01 Aug 2009 08:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-1112</guid>
		<description>nice one...</description>
		<content:encoded><![CDATA[<p>nice one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-1027</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Wed, 06 May 2009 08:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-1027</guid>
		<description>Worked like a charm. Verry good article. It solved my problem.</description>
		<content:encoded><![CDATA[<p>Worked like a charm. Verry good article. It solved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-960</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-960</guid>
		<description>Hi wg,

This seems to work as far as it goes. I&#039;m able to add a modified project to an embedded Server. Unfortunately, when I attempt to run the application, a class that is clearly found in in &lt;em&gt;project&lt;/em&gt;/WebContent/WEB-INF/classes/com/... can&#039;t be located by the server&#039;s class loader.

In this case, the code in the project implements a web service interface. When I use the Web Services Explorer to invoke the service, the fault returned is as follows:

&lt;code&gt;java.lang.NoClassDefFoundError: com/matrixone/cbp/ws/CBPService 
  at java.lang.ClassLoader.defineClass1(Native Method)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
  at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
  at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1847)
  at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:873)
  at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1326)
  at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205)
  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  etc.
  
&lt;/code&gt;

Note: I have two projects in play here. Both are added to the Server and one lists the other as a dependency. The latter has the class that is not found by the class loader.

Any suggestions appreciated.</description>
		<content:encoded><![CDATA[<p>Hi wg,</p>
<p>This seems to work as far as it goes. I&#8217;m able to add a modified project to an embedded Server. Unfortunately, when I attempt to run the application, a class that is clearly found in in <em>project</em>/WebContent/WEB-INF/classes/com/&#8230; can&#8217;t be located by the server&#8217;s class loader.</p>
<p>In this case, the code in the project implements a web service interface. When I use the Web Services Explorer to invoke the service, the fault returned is as follows:</p>
<p><code>java.lang.NoClassDefFoundError: com/matrixone/cbp/ws/CBPService<br />
  at java.lang.ClassLoader.defineClass1(Native Method)<br />
  at java.lang.ClassLoader.defineClass(ClassLoader.java:620)<br />
  at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)<br />
  at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1847)<br />
  at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:873)<br />
  at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1326)<br />
  at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205)<br />
  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)<br />
  etc.</p>
<p></code></p>
<p>Note: I have two projects in play here. Both are added to the Server and one lists the other as a dependency. The latter has the class that is not found by the class loader.</p>
<p>Any suggestions appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /* no comment */ &#187; Convertir un type de projet sous eclipse</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-946</link>
		<dc:creator>/* no comment */ &#187; Convertir un type de projet sous eclipse</dc:creator>
		<pubDate>Wed, 04 Feb 2009 17:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-946</guid>
		<description>[...] http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-ecl... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-ecl.." rel="nofollow">http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-ecl..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcelo</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-920</link>
		<dc:creator>marcelo</dc:creator>
		<pubDate>Mon, 29 Dec 2008 15:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-920</guid>
		<description>That really help me out here!

Thanks!</description>
		<content:encoded><![CDATA[<p>That really help me out here!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rlk</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-818</link>
		<dc:creator>rlk</dc:creator>
		<pubDate>Sat, 06 Dec 2008 01:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-818</guid>
		<description>A faceted project allows the addition of natures to a project. A simple faceted project .project config file looks like this:



	faceted-project
	
	
	
	
		
			org.eclipse.wst.common.project.facet.core.builder
			
			
		
	
	
		org.eclipse.wst.common.project.facet.core.nature
	


I found that copying the buildcommand and nature tags above into an existing project&#039;s .project file and refreshing allows me to bring up the project&#039;s properties dialog and then add the desired Java and Web Project natures.</description>
		<content:encoded><![CDATA[<p>A faceted project allows the addition of natures to a project. A simple faceted project .project config file looks like this:</p>
<p>	faceted-project</p>
<p>			org.eclipse.wst.common.project.facet.core.builder</p>
<p>		org.eclipse.wst.common.project.facet.core.nature</p>
<p>I found that copying the buildcommand and nature tags above into an existing project&#8217;s .project file and refreshing allows me to bring up the project&#8217;s properties dialog and then add the desired Java and Web Project natures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webguy</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/comment-page-1/#comment-722</link>
		<dc:creator>webguy</dc:creator>
		<pubDate>Fri, 10 Oct 2008 20:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://greatwebguy.com/?p=48#comment-722</guid>
		<description>Lincoln,

Basically when I&#039;m trying to add/modify a facet because of a mistake when creating the project or I want to change the direction of the project, I typically do it at the file level and then restart Eclipse to see the change.  

To this I&#039;ll create an empty project of the type I want, look at the file system to see what files were created and where the Facets I need are specified and then manually copy and past them into the appropriate file in the existing project.  Eclipse will recognize the project when it loads and treat it accordingly.</description>
		<content:encoded><![CDATA[<p>Lincoln,</p>
<p>Basically when I&#8217;m trying to add/modify a facet because of a mistake when creating the project or I want to change the direction of the project, I typically do it at the file level and then restart Eclipse to see the change.  </p>
<p>To this I&#8217;ll create an empty project of the type I want, look at the file system to see what files were created and where the Facets I need are specified and then manually copy and past them into the appropriate file in the existing project.  Eclipse will recognize the project when it loads and treat it accordingly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
