<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>bogdan@j3e</title>
	<link>http://www.bserban.org</link>
	<description>Web, Java, J2EE, SaaS, Tips&#38;Tricks</description>
	<lastBuildDate>Thu, 08 Jul 2010 11:53:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Key takeaways from my TDD training sessions</title>
		<description><![CDATA[Recently I had the chance to participate to a Test Driven Development session. Until now I never tried TDD I just simply used the TFP (Test First Programming), so let&#8217;s see what are the differences between Waterfall model, TDD and TFP. After that I&#8217;ll list some key points about doing TDD. Programmers&#8217; headache started in [...]]]></description>
		<link>http://www.bserban.org/2010/02/key-takeaways-from-my-tdd-training-sessions/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=key-takeaways-from-my-tdd-training-sessions</link>
			</item>
	<item>
		<title>How a DNS problem can put your Mysql server down</title>
		<description><![CDATA[Last week i was waked up from bed by the monitoring team from my company. There was a problem with my system, there was a DNS problem undergoing but as a side effect my app was down. Since it has a lot of traffic it had to be solved immediately. I jumped to the computer [...]]]></description>
		<link>http://www.bserban.org/2010/01/how-a-dns-problem-can-put-your-mysql-server-down/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-a-dns-problem-can-put-your-mysql-server-down</link>
			</item>
	<item>
		<title>Creating a secure JMX Agent in JDK 1.5</title>
		<description><![CDATA[What is JMX? Java Management Extension is an open technology for management, and monitoring that can be deployed wherever management and monitoring are needed. The most common use in a web application is for application management. This is very often an afterthought which results in many unmanaged application deployments. You can monitor you application for [...]]]></description>
		<link>http://www.bserban.org/2009/10/creating-a-secure-jmx-agent-in-jdk-1-5/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=creating-a-secure-jmx-agent-in-jdk-1-5</link>
			</item>
	<item>
		<title>Configure Apache and Tomcat severs together</title>
		<description><![CDATA[The most common way to deploy your application in the production environment is to hide the Tomcat behind Apache. This has good and bad parts but it gives you a lot of flexibility and support from Apache. There are a couple of alternatives to put these two severs together: mod_jk, this is the old connector [...]]]></description>
		<link>http://www.bserban.org/2009/08/configure-apache-and-tomcat-severs-together/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=configure-apache-and-tomcat-severs-together</link>
			</item>
	<item>
		<title>Tomcat Clustering &amp; Java Servlet Specification</title>
		<description><![CDATA[After I read more about Tomcat Clustering I realized that the main purpose of Tomcat clustering is to offer fault tolerance, failover  and high availability support. I read a lot about load balancing but when it comes to Java Servlets I found out that the only choice you have in terms of balancing is to [...]]]></description>
		<link>http://www.bserban.org/2009/08/tomcat-clustering-java-servlet-specification/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tomcat-clustering-java-servlet-specification</link>
			</item>
	<item>
		<title>Tomcat clustering configuration</title>
		<description><![CDATA[The following steps assume that you have installed a Tomcat 5.5.x bundle or latest, i only tested on 5.5.27 but is should work for other configuration as well. The network configuration apply to Linux and may vary with the distribution. It should work as is for distributions based on Red Hat. For Tomcat clustering we [...]]]></description>
		<link>http://www.bserban.org/2009/06/tomcat-clustering-configuration/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tomcat-clustering-configuration</link>
			</item>
	<item>
		<title>Put together Struts2, JPA, Hibernate and Spring</title>
		<description><![CDATA[This weekend I played a bit with Struts2. Obviously my first thought was to put together &#8220;fellowship of the ring&#8221; ie Struts, Spring and Hibernate. Now, we have two ways for integrating Hibernate and I’ve chosen the Java Persistence Architecture approach, because is the latest trend in terms of persistence in the J2EE landscape. Create [...]]]></description>
		<link>http://www.bserban.org/2009/05/put-together-struts2-jpa-hibernate-and-spring/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=put-together-struts2-jpa-hibernate-and-spring</link>
			</item>
	<item>
		<title>Key-Value Storage using MemcacheDB</title>
		<description><![CDATA[What is Entity-Attribute-Value model (aka key-value storage) This is also know as Entity-Attribute-Value model, and it is used in circumstances where the number of attributes (properties) that can be used to describe an entity  is very vast but the number of attributes that will actually be used is modest. Let’s think in terms of a [...]]]></description>
		<link>http://www.bserban.org/2009/03/key-value-storage-using-memcachedb/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=key-value-storage-using-memcachedb</link>
			</item>
	<item>
		<title>Facebook temporarily lost data.</title>
		<description><![CDATA[Last Sunday Facebook reported a data loss. We are talking about approximately 15% of users&#8217; photos. Loosing your client’s data is the worst thing that could happen to you and reminded me what a guy said once in a tech talk: “The main rules in running an online community service are: Never lose data and [...]]]></description>
		<link>http://www.bserban.org/2009/03/facebook-temporarily-lost-data/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=facebook-temporarily-lost-data</link>
			</item>
	<item>
		<title>Simple MVC for Flex and AIR</title>
		<description><![CDATA[This weekend I tried to make an &#8220;Air&#8221; client for search using &#8220;Adobe Community Help. I had no prior experience with Flex and AIR. My first attempt ended as a simple project for college, a spaghetti code. All examples found on the web or official documentation are based on massive use mxml code. I ended [...]]]></description>
		<link>http://www.bserban.org/2009/02/simple-mvc-for-flex-and-air/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=simple-mvc-for-flex-and-air</link>
			</item>
</channel>
</rss>
