<?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 Development Tips and Articles</title>
	<atom:link href="http://www.springwebdevelopment.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.springwebdevelopment.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 21:29:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Apache JMeter Load Testing Tool</title>
		<link>http://www.springwebdevelopment.com/using-apache-jmeter-load-testing-tool</link>
		<comments>http://www.springwebdevelopment.com/using-apache-jmeter-load-testing-tool#comments</comments>
		<pubDate>Tue, 22 Jun 2010 21:28:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[apache jmeter]]></category>
		<category><![CDATA[configuring jmeter]]></category>
		<category><![CDATA[load test tool]]></category>
		<category><![CDATA[web testing tool]]></category>
		<category><![CDATA[website load testing]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=197</guid>
		<description><![CDATA[Running JMeter
Running Remotely  &#8211; Server Mode
Configuring JMeter
Building a Test Plan
Test  Plan Elements &#8211; Thread Group
Test Plan Elements &#8211;  Controllers
Test Plan Elements &#8211; Listeners
Test Plan Elements &#8211; Timers
Test  Plan Elements &#8211; Assertions
Test Plan  Elements &#8211; Configuration Elements
Pre and Post  Processors
Execution Order
Element Scope
Web Test
Running  JMeter
The scripts used to run JMeter [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/using-apache-jmeter-load-testing-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dependency Injection</title>
		<link>http://www.springwebdevelopment.com/dependency-injection</link>
		<comments>http://www.springwebdevelopment.com/dependency-injection#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:26:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design and Architecture]]></category>
		<category><![CDATA[dependency injection pattern]]></category>
		<category><![CDATA[inversion of control]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=194</guid>
		<description><![CDATA[Inversion of control &#8211; IoC &#8211; is a concept, and an associated set of programming techniques. In the traditional interaction model of an application, the programmer specifies a series of events to happen by making a series of function calls. eg. a programme which takes a name from the command line and displays it back would follow this model, [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/dependency-injection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to JProfiler</title>
		<link>http://www.springwebdevelopment.com/introduction-to-jprofiler</link>
		<comments>http://www.springwebdevelopment.com/introduction-to-jprofiler#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:20:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[heapwalker]]></category>
		<category><![CDATA[JProfiler]]></category>
		<category><![CDATA[performance testing]]></category>
		<category><![CDATA[profiling]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=191</guid>
		<description><![CDATA[There are basically 3 types of profiling:

time &#8211; measures the execution paths of your application on the method level
space &#8211; gives you insight into the development of the heap, such as which methods allocate
most memory
thread &#8211; these analyze thread synchronization issues

Some traditional profilers dump their profiling data after the application exits. JProfiler is an interactive [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/introduction-to-jprofiler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration and Configuration of Hibernate</title>
		<link>http://www.springwebdevelopment.com/integration-and-configuration-of-hibernate</link>
		<comments>http://www.springwebdevelopment.com/integration-and-configuration-of-hibernate#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:16:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=188</guid>
		<description><![CDATA[You do not have to run Hibernate inside any particular J2EE container or
framework—Hibernate 3 only requires Java 2 Standard Edition (J2SE), version 1.3 or greater,
although the new Annotations feature requires J2SE 5.0 (or later).
The Hibernate  distribution
includes a large set of libraries which you need to place on your application&#8217;s classpath. You can call Hibernate [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/integration-and-configuration-of-hibernate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantages of Hibernate</title>
		<link>http://www.springwebdevelopment.com/advantages-of-hibernate</link>
		<comments>http://www.springwebdevelopment.com/advantages-of-hibernate#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=186</guid>
		<description><![CDATA[Advantages of Hibernate:

Hibernate does not require you to map one POJO to one table. A POJO can be constructed
out of a selection of table columns, or several POJOs can be persisted into a single table.
Hibernate directly supports inheritance relationships and the various other relationships
between classes.
Hibernate persistence has no requirement for a J2EE application server or [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/advantages-of-hibernate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All About Filters</title>
		<link>http://www.springwebdevelopment.com/all-about-filters</link>
		<comments>http://www.springwebdevelopment.com/all-about-filters#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:09:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=181</guid>
		<description><![CDATA[Filters are java components you can use to intercept and process requests before they are sent to the servlet, or to process responses after the servlet has completed (before the response is sent to the client). They are one of the most powerful tools you can use in a web application and are well-suited to [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/all-about-filters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduling a Method Invocation with Spring and Quartz</title>
		<link>http://www.springwebdevelopment.com/scheduling-a-method-invocation-with-spring-and-quartz</link>
		<comments>http://www.springwebdevelopment.com/scheduling-a-method-invocation-with-spring-and-quartz#comments</comments>
		<pubDate>Fri, 26 Feb 2010 09:50:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=173</guid>
		<description><![CDATA[I was wanting to run a scheduled task recently using Spring and Quartz. Here is a little snippet you may find useful if you are simply wanting to invoke a method:

< ?xml version="1.0" encoding="UTF-8"?>


	

			


			
		
	

	



	

	
	



There are various triggers you can use &#8211; Im using a cron trigger in this example. The cron pattern example triggers this [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/scheduling-a-method-invocation-with-spring-and-quartz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate &#8211; ERROR LazyInitializationException &#8211; could not initialize proxy &#8211; no Session</title>
		<link>http://www.springwebdevelopment.com/hibernate-error-lazyinitializationexception-could-not-initialize-proxy-no-session</link>
		<comments>http://www.springwebdevelopment.com/hibernate-error-lazyinitializationexception-could-not-initialize-proxy-no-session#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:15:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[initialize proxy]]></category>
		<category><![CDATA[LazyInitializationException]]></category>
		<category><![CDATA[no Session]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=168</guid>
		<description><![CDATA[Hmm, how many times have I seen this while learning how to use Hibernate? Too many.
When you load an object defined with an Object-Relational (O/R) mapping in Hibernate, eg. you run a SELECT in your HQL, hibernate retrieves that object but does not, by default, load the whole object graph of any associated objects ie. [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/hibernate-error-lazyinitializationexception-could-not-initialize-proxy-no-session/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat &#8211; More Memory &#8211; CATALINA_OPTS</title>
		<link>http://www.springwebdevelopment.com/tomcat-more-memory-catalina_opts</link>
		<comments>http://www.springwebdevelopment.com/tomcat-more-memory-catalina_opts#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:07:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[CATALINA_OPTS]]></category>
		<category><![CDATA[JAVA_OPTS]]></category>
		<category><![CDATA[Tomcat Memory allocation]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=166</guid>
		<description><![CDATA[CATALINA_OPTS or JAVA_OPTS?
CATALINA_OPTS is used to control Tomcat environment options, whereas JAVA_OPTS controls the environment options at a higher level ie. for any Java library.
You can start Tomcat with more heap memory using the following:
On Windows
Edit the file $TOMCAT_HOME\bin\startup.bat and insert or alter the following line, substituting for the desired values:
set CATALINA_OPTS=-Xms(min heap)m -Xmx(max heap)m
For [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/tomcat-more-memory-catalina_opts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven plugin could not be retrieved from repository &#8211;  The plugin does not exist or no valid version could be found</title>
		<link>http://www.springwebdevelopment.com/maven-plugin-could-not-be-retrieved-from-repository-the-plugin-does-not-exist-or-no-valid-version-could-be-found</link>
		<comments>http://www.springwebdevelopment.com/maven-plugin-could-not-be-retrieved-from-repository-the-plugin-does-not-exist-or-no-valid-version-could-be-found#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:43:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[maven plugins]]></category>
		<category><![CDATA[maven proxy]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=157</guid>
		<description><![CDATA[According to codehaus there are 2 main reasons for this error when running a Maven goal &#8211; &#8220;This error indicates that Maven is either unable to access the required plug-in from your local repository, or unable to access the official or &#8216;central&#8217; Maven2 plug-in repository&#8220;.
Most of the time this can be resolved by either:

If you [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/maven-plugin-could-not-be-retrieved-from-repository-the-plugin-does-not-exist-or-no-valid-version-could-be-found/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
