<?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; java</title>
	<atom:link href="http://www.ahmetsayar.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ahmetsayar.com</link>
	<description>Personal Web Page</description>
	<lastBuildDate>Sun, 15 Aug 2010 18:45:40 +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 to add a server to the application
then right clik and select [...]]]></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>
		<item>
		<title>Development of Java Web Services with Eclipse</title>
		<link>http://www.ahmetsayar.com/java-web-services-creation-in-eclipse-ide/</link>
		<comments>http://www.ahmetsayar.com/java-web-services-creation-in-eclipse-ide/#comments</comments>
		<pubDate>Sat, 16 May 2009 10:01:49 +0000</pubDate>
		<dc:creator>ahmet</dc:creator>
				<category><![CDATA[research]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.ahmetsayar.com/?p=113</guid>
		<description><![CDATA[Web Service applications require a couple of libraries such as axis, servlet-container and java software development kits. If you want to build a Web Service application on the Eclipse IDE, you have to be careful. Below you will see the basic steps when you go through any tutorial you find on the web.
Before starting, please [...]]]></description>
			<content:encoded><![CDATA[<p>Web Service applications require a couple of libraries such as axis, servlet-container and java software development kits. If you want to build a Web Service application on the Eclipse IDE, you have to be careful. Below you will see the basic steps when you go through any tutorial you find on the web.</p>
<p>Before starting, please download/install the below list.<br />
Please do NOT use any other versions of these software/library packages. In other case you will encounter many debugging problems that you can not cope with in eclipse.</p>
<p>0.<br />
Get the below packages with the right versions</p>
<p>axis2-1.2<br />
Dynamic web module 2.4 (you dont need to download it is already in eclipse)<br />
apacxhe tomcat 5.5<br />
java 5<br />
1. Setting axis2 runtime env<br />
Window-preferences-WebServices-Axis2 Preferences<br />
C:Program Filesaxis2-1.5 and ok</p>
<p>2.<br />
Next we need to create a project with the support of Axis2 features. Open File -&gt; New -&gt; Other&#8230; -&gt; Web -&gt; Dynamic Web Project</p>
<p>Give the project a name<br />
set the target runtime Apache Tomcat v5.5<br />
Dynamic Web Module version 2.4<br />
Add java 1.4 and set</p>
<p>3.<br />
Right click on the project name and select Project facets<br />
click &#8220;Axis2 Web Services&#8221;</p>
<p>4.<br />
Select Converter.java, open File -&gt; New -&gt; Other&#8230; -&gt; Web Services -&gt; Web Service<br />
-chose web service runtime first<br />
Apache Axis2</p>
<p>5.<br />
TEST:<br />
<a href="http://localhost:8080/Axis2WSTest/">http://localhost:8080/Axis2WSTest/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ahmetsayar.com/java-web-services-creation-in-eclipse-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
