<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>JAVA How to</title>
	<link>http://www.javahowto.net</link>
	<description>JAVA Development tutorials and how to</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:02:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>JavaZone Java 4-ever trailer</title>
		<description><![CDATA[I readed a little bit about JavaZone that will be in September's 8-9th, but some days ago a friend shared me the link to "official" trailer of JavaZone, about a movie called "Java 4-Ever" that's so funny XD . Check the video . Source: http://jz10.java.no/java-4-ever-trailer.html]]></description>
		<link>http://www.javahowto.net/java-events/javazone-java-4-ever-trailer/</link>
			</item>
	<item>
		<title>How to monitor your Oracle DB (Part 2)</title>
		<description><![CDATA[Again, writting a little bit about Oracle administration. Imagine the next situation: Database sessions are INACTIVE after a while and doesn't dissapear neither close, what can we do? We can use Oracle profiles. Basically, a profile is a set of limits that you can establish for resources in a schema. For our problem, we need [...]]]></description>
		<link>http://www.javahowto.net/oracle/how-to-monitor-your-oracle-db-part-2/</link>
			</item>
	<item>
		<title>How to monitor your Oracle DB (Part 1)</title>
		<description><![CDATA[Sometimes, you are developing some application that connects to Oracle database and you need to monitor the database to know something about processes, open sessions/cursors and so on, so is necessary to know a little bit about Oracle administration. Basically, Oracle provides us with a set of fixed tables that allow us to check database [...]]]></description>
		<link>http://www.javahowto.net/oracle/how-to-monitor-your-oracle-db-part-1/</link>
			</item>
	<item>
		<title>How to set ARITHABORT from JAVA &#8211; SQL Server</title>
		<description><![CDATA[I had a problem yesterday. I was developing a RESTful web service where i have to run an UPDATE to SQL Server 2005 table, but when i do that i have the next problem: UPDATE failed because the following SET options have incorrect settings: 'ARIHABORT' Damn! What the hell is that? Googling i found this: [...]]]></description>
		<link>http://www.javahowto.net/jdbc/how-to-set-arithabort-from-java-sql-server/</link>
			</item>
	<item>
		<title>How to use ModelDriven in Struts 2</title>
		<description><![CDATA[Talking about Struts 2 again . I wanna talk (or write) about this because is very interesting, for me it remembers me the way of work on Struts 1. For those that doesn't know what am i talking about, i'm going to explain you. In Struts 1, the way of work with Action and form [...]]]></description>
		<link>http://www.javahowto.net/struts2/how-to-use-modeldriven-in-struts-2/</link>
			</item>
	<item>
		<title>How to validate through annotations: Struts 2</title>
		<description><![CDATA[Hi to all. I've studied some stuff about struts 2 those days so i've learn a lot of new things like this post topic. Normally, what do you do when you want to implement a basic validation on Struts 2? The steps about how to do that are: Assure that you're using defaultStack interceptor stack [...]]]></description>
		<link>http://www.javahowto.net/struts2/how-to-validate-through-annotations-struts-2/</link>
			</item>
	<item>
		<title>How to avoid validation on Action call &#8211; Struts 2</title>
		<description><![CDATA[As you know, like Struts 1, Struts 2 allow us to define server side validations when you call an action. This is very useful because sometimes javascript client side validation is not enought when we want to validate input entries against data from DB or do complex validations. How to define validations in JAVA Struts 2? [...]]]></description>
		<link>http://www.javahowto.net/struts2/how-to-avoid-validation-on-action-call-struts-2/</link>
			</item>
	<item>
		<title>JAVA Singleton Pattern</title>
		<description><![CDATA[Hello again, after 3 weeks of posts absense, i'm back . Back with JAVA design patterns stuff, this time about How to apply Singleton Pattern, basically a pattern that allows you to restrict to instantiate more than one instance of a class in your application. The requirements that you satisfy with Singleton Pattern are: Only [...]]]></description>
		<link>http://www.javahowto.net/pattern-design/java-singleton-pattern/</link>
			</item>
	<item>
		<title>SCJP 6: Done!!</title>
		<description><![CDATA[Hi to all, and sorry for post absence. Those last weeks i've been working in some projects and studying for SCJP exam that i re-scheduled to past saturday. Fortunately, i've passed the exam with 85% woohoo . God helped me with the exam giving me the intelligence to remember JAVA programming rules about OOP, Threads, [...]]]></description>
		<link>http://www.javahowto.net/scjp/scjp-6-done/</link>
			</item>
	<item>
		<title>How to solve &#8220;cannot find javac&#8221; with JAVA SDK App Engine</title>
		<description><![CDATA[Recently i decided to try Google App Engine, a service where you can host your applications built in different languages like JAVA, Ruby, Python and so on, using Google's infraestructure. Now is enough for me because i see that you can get this for free: 500MB storage Enough CPU and bandwidth to serve your applications [...]]]></description>
		<link>http://www.javahowto.net/google-app-engine/how-to-solve-cannot-find-javac-with-java-sdk-app-engine/</link>
			</item>
</channel>
</rss>
