<?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/"
	>

<channel>
	<title>Ahmet Sayar &#187; web application</title>
	<atom:link href="http://www.ahmetsayar.com/tag/web-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ahmetsayar.com</link>
	<description>Personal Web Page</description>
	<lastBuildDate>Fri, 26 Aug 2011 15:18:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>tricks-in-creating-web-application-with-eclipse</title>
		<link>http://www.ahmetsayar.com/tricks-in-creating-web-application-with-eclipse/</link>
		<comments>http://www.ahmetsayar.com/tricks-in-creating-web-application-with-eclipse/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:07:53 +0000</pubDate>
		<dc:creator>ahmet</dc:creator>
				<category><![CDATA[research]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.ahmetsayar.com/?p=138</guid>
		<description><![CDATA[1.Check if there is intalled JRE-jdk Windows-preferences-Java-Installed JREs If there is not add one 2.Check if there is server runtime environment set Windows-preferences-Server-Runtime Environments If there is not add one 3. Now start developing application Create project New-Web-DynamiC Web Project-give a name 4.Add application to tomcat server and run/stop the server R-click on Server R-Click-New-Server [...]]]></description>
			<content:encoded><![CDATA[<p>1.Check if there is intalled JRE-jdk<br />
Windows-preferences-Java-Installed JREs<br />
If there is not add one</p>
<p>2.Check if there is server runtime environment set<br />
Windows-preferences-Server-Runtime Environments<br />
If there is not add one</p>
<p>3. Now start developing application<br />
Create project<br />
New-Web-DynamiC Web Project-give a name<br />
4.Add application to tomcat server and run/stop the server<br />
R-click on Server<br />
R-Click-New-Server to add a server to the application</p>
<p>then right clik and select start to run<br />
second way to run<br />
R-click on the JSP page Run As-Run on server-select server</p>
<p>//==========How to create servelt:<br />
R-Click on the project name-New-Servlet-give package name-Give servlet name</p>
<p>In order to invoke servlet …projectName/ServletName<br />
//==========How to export the application as War file<br />
File-Export-Web-War File-Give a name<br />
Then you can run this application developed in Eclipse under webapp directory of any tomcat installations<br />
java source files will be going into “Java Resources: src”<br />
jsp, html go to WebContent<br />
jars go to WebContent/lib</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmetsayar.com/tricks-in-creating-web-application-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

