<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with spring]]></title><description><![CDATA[A list of topics that have been tagged with spring]]></description><link>https://lankadevelopers.lk/tags/spring</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 09:32:47 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/tags/spring.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Java Spring Framework]]></title><description><![CDATA[<p dir="auto">මේ Error එක එනව main claas eke එකෙ "ApplicationContext context = new ClassPathXmlApplicationContext("applicationContextFile.xml");" line එකෙන්</p>
<p dir="auto">Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator#0' defined in class path resource [applicationContextFile.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator]</p>
<p dir="auto">applicationContextFile.xml</p>
<pre><code>&lt;beans xmlns="http://www.springframework.org/schema/beans"  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xmlns:aop="http://www.springframework.org/schema/aop"   
   xsi:schemaLocation="http://www.springframework.org/schema/beans   
   http://www.springframework.org/schema/beans/spring-beans.xsd   
   http://www.springframework.org/schema/aop   
   http://www.springframework.org/schema/aop/spring-aop.xsd"&gt;  
  
  &lt;bean id="opBean" class="aspectdeclaresasaspect.Operation"&gt;&lt;/bean&gt;
  &lt;bean id="trackMyBean" class="aspectdeclaresasaspect.TrackOperation"&gt;&lt;/bean&gt;
  &lt;bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator"&gt;&lt;/bean&gt; 
  
&lt;/beans&gt;  
</code></pre>
<p dir="auto">main class "Test.java"</p>
<p dir="auto">public class Test {</p>
<pre><code>public static void main(String[] args) {
	// TODO Auto-generated method stub
	ApplicationContext context = new ClassPathXmlApplicationContext("applicationContextFile.xml");
	Operation o = (Operation) context.getBean("opBean");

	System.out.println("Calling msg.....");
	o.msg();

	System.out.println("Calling m.....");
	o.m();

	System.out.println("Calling k.....");
	o.k();
}
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://lankadevelopers.lk/topic/850/java-spring-framework</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/850/java-spring-framework</guid><dc:creator><![CDATA[SachithAnu]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Rapid Development Using Azure Spring Cloud]]></title><description><![CDATA[<p dir="auto"><strong>Rapid Development Using Azure Spring Cloud</strong><br />
Webinar session hosted by Microsoft in partnership with PALO IT | 🔴 Live Recording</p>
<p dir="auto"><a href="https://youtu.be/HgY7MQYVE80" target="_blank" rel="noopener noreferrer nofollow ugc"><img src="/assets/uploads/files/1602047167775-thumbnail-spring-cloud.jpg" alt="thumbnail-spring-cloud.jpg" class=" img-responsive img-markdown" /> </a></p>
<p dir="auto">🔗 <a href="https://youtu.be/HgY7MQYVE80" target="_blank" rel="noopener noreferrer nofollow ugc">Video Link</a><br />
🔗 <a href="https://info.microsoft.com/rs/157-GQE-382/images/AzureSpringCloudPresentationslides219202033343.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">Presentation Slides</a></p>
]]></description><link>https://lankadevelopers.lk/topic/707/rapid-development-using-azure-spring-cloud</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/707/rapid-development-using-azure-spring-cloud</guid><dc:creator><![CDATA[chathurabuddi]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Say “bye bye!!!”​ to Annoying Getters&#x2F;Setters &amp; Shorten your Java Code with &#96;​ lombok &#96;]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/216">@Udith-Indrakantha</a> Patta</p>
]]></description><link>https://lankadevelopers.lk/topic/286/say-bye-bye-to-annoying-getters-setters-shorten-your-java-code-with-lombok</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/286/say-bye-bye-to-annoying-getters-setters-shorten-your-java-code-with-lombok</guid><dc:creator><![CDATA[Nubelle]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>