<?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>Web Mahsulleri ! &#187; OOP</title>
	<atom:link href="http://www.webmahsulleri.com/tag/oop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmahsulleri.com</link>
	<description>İnsan Programı</description>
	<lastBuildDate>Thu, 15 Sep 2011 11:58:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Simple MVC ile Java Üzerinde MVC uygulamaları</title>
		<link>http://www.webmahsulleri.com/yazilim-mimarileri/tasarim-kaliplari/simple-mvc-ile-java-uzerinde-mvc-uygulamalari/</link>
		<comments>http://www.webmahsulleri.com/yazilim-mimarileri/tasarim-kaliplari/simple-mvc-ile-java-uzerinde-mvc-uygulamalari/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 21:11:58 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mahsullerim]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Tasarım Kalıpları]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Simple MVC]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=577</guid>
		<description><![CDATA[Bundan önceki yazıda da belirtiğim gibi java ile ufak bir  mvc pattern uygulaması geliştirdim. Adında da anlaşılacağı üzere basit mvc kolay kullanıma yönelik bir çalışma oldu 7 kb hacmi ile hızlı mvc uygulamaları için ideal. Öncelikle  http://code.google.com/p/javabasicmvc/downloads/list adresini ziyaret edip simplemvc.jar dosyasını indiriyosunuz  ve projenizin lib klasörüne yerleştiriyosunuz. projenin ana dizini altına views altında bir &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/yazilim-mimarileri/tasarim-kaliplari/simple-mvc-ile-java-uzerinde-mvc-uygulamalari/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/yazilim-mimarileri/tasarim-kaliplari/simple-mvc-ile-java-uzerinde-mvc-uygulamalari/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java Servlet ve JSP ile MVC Kalıbı Tasarımı</title>
		<link>http://www.webmahsulleri.com/yazilim-mimarileri/java-servlet-ve-jsp-ile-mvc-kalibi-tasarimi/</link>
		<comments>http://www.webmahsulleri.com/yazilim-mimarileri/java-servlet-ve-jsp-ile-mvc-kalibi-tasarimi/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:59:04 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Yazılım Mimarileri]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Java Se]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Pattern]]></category>
		<category><![CDATA[Servlet]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=561</guid>
		<description><![CDATA[Java’nın Doğası MVC Kalıbı Java da malum pek çok mvc çatısı var struct,jsf,spring velhasıl kelam bu yazıda java servlet kullanarak kendi mvc kalıbımızı oluşturup Java’nın doğasındaki mvc yi dışarı çıkaracağız. Öncelikle Controller sınıfımız HttpServlet sınıfından türetmeliyiz. Bir özet sınıf olarak tanımladığımız controller sınıfı Controller() adında bir özet metot tanımlar ki bu özet metodu kontrolcümüzü genişleten &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/yazilim-mimarileri/java-servlet-ve-jsp-ile-mvc-kalibi-tasarimi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/yazilim-mimarileri/java-servlet-ve-jsp-ile-mvc-kalibi-tasarimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sihirli PHP  call_user_func ve  call_user_method</title>
		<link>http://www.webmahsulleri.com/php/sihirli-php-call_user_func-ve-call_user_method/</link>
		<comments>http://www.webmahsulleri.com/php/sihirli-php-call_user_func-ve-call_user_method/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:45:47 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Algoritma]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP Hileleri]]></category>
		<category><![CDATA[Sihirli PHP]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=512</guid>
		<description><![CDATA[PHP de kodlarken yapılan kolaylıklardan yararlanmama hatalarından biride requesten gelen parametrelere göre uzayan switch case ve else if yapılarıdır. Bunu pek çok php betiğinde görürsünüz hatta en sık yapılardan biridir. Temel amaç $_REQUEST[“page”] gibi bir veriye göre işlemi belirlemektir. Çoğu PHP’ci bu işlemi şöyle yapar. $param = $_REQUEST[“param”]; switch ($param) { case “ekle”: ekle() break; &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/sihirli-php-call_user_func-ve-call_user_method/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/sihirli-php-call_user_func-ve-call_user_method/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sihirli PHP __set ve __get metotları</title>
		<link>http://www.webmahsulleri.com/php/sihirli-php-__set-ve-__get-metotlari/</link>
		<comments>http://www.webmahsulleri.com/php/sihirli-php-__set-ve-__get-metotlari/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:13:44 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Yazılım Mimarileri]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP Hileleri]]></category>
		<category><![CDATA[Sihirli PHP]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=509</guid>
		<description><![CDATA[Bu makalede PHP de edindiğim bazı kolaylık ve deneyimleri aktarmaya çalışacağım Profesyonel PHP programcılarının çoğu farklı bir dil üzerinde çalışıp PHP ye geçmiş kişiler olarak nitelendirdiğimizde örneğin Java, C# olabilir PHP yine de bu diller gibi düşünmeye başlar hâlbuki PHP tam anlamıyla bir betik dilidir ve benzer neyse yönelimli dillerden ayıran belirgin özellikleri vardır. Ben &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/sihirli-php-__set-ve-__get-metotlari/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/sihirli-php-__set-ve-__get-metotlari/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

