<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Application Frameworks</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=83</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="83-001596">
            <title>iBatis resultMap groupBy Question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001596</link>
            <description>Hi,&lt;br /&gt;Given parent table : ORDER_ITEMS &lt;br /&gt;related to child table : ITEM_SHIPMENT by two keys ORDER_ID and ORDER_LINE_ID (both the keys are required to establish a precise parent-child relation)&lt;br /&gt;if we want to get a list of child table a store in a parent object in iBatis, we do :&lt;br /&gt;&amp;lt;resultMap id="parent" class="Parent" groupBy="parentId"&amp;gt;&lt;br /&gt; &lt;br /&gt;But in this case, we have 2 keys, so I do not know how to do it.&lt;br /&gt;Can groupBy be mapped to another class that can have both these keys as members ?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001596</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001596aditee sharma</comments>
            <author/>
            <pubDate>Thu, 24 Jul 2008 14:37:48 MDT</pubDate>
        </item>
        <item uniqueID="83-001595">
            <title>Combobox is not working in FireFox but it is working in IE.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001595</link>
            <description>Hi all, &lt;br /&gt; I am new to this technology. We have developed one website &lt;br /&gt;web page (http://www.garudamall.net/)&lt;br /&gt;In this website while registering new user by selecting last option that is "My Account" -&amp;gt; "New Account", it will display one Registration form. In this we are having combobox for "Country". The combobox is disabled while opening the website in &lt;b&gt;FireFox&lt;/b&gt;, but it will going to work in &lt;b&gt;Internet Explorer&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt; And here I am sending the HTML code for the "New Account" registration form.&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv="pragma" content="no-cache"&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv="expires" content="-1"&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv="Content-Style...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001595</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001595Prav076</comments>
            <author/>
            <pubDate>Thu, 24 Jul 2008 13:27:48 MDT</pubDate>
        </item>
        <item uniqueID="83-001594">
            <title>AOP in Apring 2.5 - Declare Aspects with AspectJ annotations</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001594</link>
            <description>I am using AOP in Spring 2.5. I am trying to declare Aspects with AspectJ annotation.&lt;br /&gt; &lt;br /&gt;I do not see the methods annotated as @Before and @After getting executed.&lt;br /&gt; &lt;br /&gt;Following is the driver class:&lt;br /&gt; &lt;br /&gt;package org.poc.aop.annotation;&lt;br /&gt; &lt;br /&gt;/**&lt;br /&gt; * From Spring in Action book.&lt;br /&gt; */&lt;br /&gt; &lt;br /&gt;import org.springframework.context.ApplicationContext;&lt;br /&gt;import org.springframework.context.support.ClassPathXmlApplicationContext;&lt;br /&gt; &lt;br /&gt;public class AudienceTest {&lt;br /&gt; public static void main(String args[]) {&lt;br /&gt; ApplicationContext ctx =&lt;br /&gt; new ClassPathXmlApplicationContext("aop_annotation_audience.xml");&lt;br /&gt; Performing performance = (Performing) ctx.getBean("pe...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001594</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001594Sam Gehouse</comments>
            <author/>
            <pubDate>Thu, 24 Jul 2008 13:07:47 MDT</pubDate>
        </item>
        <item uniqueID="83-001593">
            <title>Tapestry 5: how to set and get response attribute from javaClass to htmlJavascript ?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001593</link>
            <description>I need to pass parameter from my java code to my javascript function in .tml(html) page.&lt;br /&gt;I know need to use Request.setAttribute...&lt;br /&gt; &lt;br /&gt;Can anyone write a code for both java class and javascript(/html), please?&lt;br /&gt; &lt;br /&gt;Sincerely,&lt;br /&gt;Se Koan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001593</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001593Se Koan</comments>
            <author/>
            <pubDate>Wed, 23 Jul 2008 08:17:44 MDT</pubDate>
        </item>
        <item uniqueID="83-001592">
            <title>How to store user details in MySQL database using spring 2.5.4 and struts 1.3?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001592</link>
            <description>Hi all,&lt;br /&gt; Please help me code for or url for how to store user details in MySQL database using spring 2.5.4 and struts 1.3?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001592</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001592rahul sahu</comments>
            <author/>
            <pubDate>Wed, 23 Jul 2008 06:23:44 MDT</pubDate>
        </item>
        <item uniqueID="83-001591">
            <title>Spring 2.5 IllegalArgumentException</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001591</link>
            <description>I am trying a spring application available at IBM developerworks (http://www.ibm.com/developerworks/edu/j-dw-java-spring2-i.html)&lt;br /&gt; &lt;br /&gt;Employee class contains Address object, date and other primitive fields.&lt;br /&gt;I am using toplink JPA jars and Spring 2.5 jars&lt;br /&gt;While running my test class I get following error&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; java.lang.IllegalArgumentException: Can not set java.lang.Object field org.springframework.test.jpa.AbstractJpaTests.shadowParent to com.ibm.dw.spring2.EmployeeServiceIntegrationTest&lt;br /&gt;at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)&lt;br /&gt;at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)&lt;br /&gt;at sun.reflect.UnsafeFieldA...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001591</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001591Amit kull</comments>
            <author/>
            <pubDate>Wed, 23 Jul 2008 00:39:43 MDT</pubDate>
        </item>
        <item uniqueID="83-001590">
            <title>problem in running first wicket application</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001590</link>
            <description>I have developed wicket application with &lt;br /&gt;&lt;b&gt;HelloWorld.html&lt;/b&gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Insert title here&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;span wicket:id="message" &amp;gt;Message goes here&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt; &lt;br /&gt;HelloWorld.java&lt;br /&gt;import org.apache.wicket.markup.html.WebPage;&lt;br /&gt;import org.apache.wicket.markup.html.basic.Label;&lt;br /&gt; &lt;br /&gt;public class HelloWorld extends WebPage&lt;br /&gt;{&lt;br /&gt; /**&lt;br /&gt; * Constructor&lt;br /&gt; */&lt;br /&gt; public HelloWorld()&lt;br /&gt; {&lt;br /&gt; add(new Label("message", "Hello World!"));&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt; &lt;br...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001590</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001590sruthi sruthi</comments>
            <author/>
            <pubDate>Tue, 22 Jul 2008 15:09:42 MDT</pubDate>
        </item>
        <item uniqueID="83-001589">
            <title>java lang NoClassDefFoundError </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001589</link>
            <description>hi,guys&lt;br /&gt;I downloaded the sourcecode from&lt;br /&gt;http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html (http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html) &lt;br /&gt;,it's a small project integrates spring2 + struts2 + JPA,&lt;br /&gt;I added those jars needed to the folder /WEB-INF/lib, and deployed to the tomcat5.5.when I started the tomcat,getting follow errors:&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;2008-07-22 08:45:39,296 INFO [main] support.DefaultListableBeanFactory (DefaultSingletonBeanRegistry.java:271) -Destroying singletons in {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor,personService,entityMa...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001589</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001589Kevin Lee</comments>
            <author/>
            <pubDate>Tue, 22 Jul 2008 04:57:40 MDT</pubDate>
        </item>
        <item uniqueID="83-001585">
            <title>Spring 2.5 and AOP - BeanPostProcessor before instantiation of bean failed</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001585</link>
            <description>I am trying to use Spring 2.5 for AOP. I get exception as follows, when I run the AudienceTest.java class as a Java program.&lt;br /&gt; &lt;br /&gt; Error creating bean with name 'audience' defined in class path resource [aop_audience.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#0': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)': Cannot create inner bean '(inne...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001585</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001585Sam Gehouse</comments>
            <author/>
            <pubDate>Mon, 21 Jul 2008 15:57:39 MDT</pubDate>
        </item>
        <item uniqueID="83-001584">
            <title>Flow of request in Spring Frame work</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001584</link>
            <description>Hi.&lt;br /&gt; I am new to spring frame work.&lt;br /&gt; I just want to know the flow of the request in Spring.&lt;br /&gt; I am explaining the flow which I understod.&lt;br /&gt; &lt;br /&gt; [LIST]&lt;li&gt;First when ever we need a new page some xx.htm&lt;br /&gt; &lt;li&gt;It will search this in application-servlet.xml under urlMaping bean.&lt;br /&gt; &lt;li&gt;From there it will move to the corresponding bean and get the correct controller of that and executes the &lt;i&gt;handleRequest&lt;/i&gt; method of the controller.&lt;br /&gt; &lt;li&gt;This method will return a model which is again searched in the application-servlet.xml for the viewResolver bean and adds the prefix and suffix to the given view and displays the jsp&lt;br /&gt; &lt;br /&gt;I am following the same flow to create a login page.&lt;br /&gt;But I am gacing many er...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001584</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001584Ranjit Kumar Mamidi</comments>
            <author/>
            <pubDate>Mon, 21 Jul 2008 08:05:38 MDT</pubDate>
        </item>
        <item uniqueID="83-001583">
            <title>Problem with bindings</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001583</link>
            <description>Hi I am facing problem with the binging of the bean to my JSP.&lt;br /&gt;I am using this code in xx-servlet.xml&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&amp;lt;bean id="loginPage" class="web.LoginPage"&amp;gt; &lt;br /&gt; &amp;lt;property name="sessionForm"&amp;gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&amp;lt;/property&amp;gt;&lt;br /&gt; &amp;lt;property name="commandName"&amp;gt;&amp;lt;value&amp;gt;loginBean&amp;lt;/value&amp;gt;&amp;lt;/property&amp;gt;&lt;br /&gt; &amp;lt;property name="commandClass"&amp;gt;&amp;lt;value&amp;gt;bus.LoginBean&amp;lt;/value&amp;gt;&amp;lt;/property&amp;gt; &lt;br /&gt; &amp;lt;property name="formView"&amp;gt;&amp;lt;value&amp;gt;login&amp;lt;/value&amp;gt;&amp;lt;/property&amp;gt; &lt;br /&gt;&amp;lt;/bean&amp;gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;and my jsp is :&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001583</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001583Ranjit Kumar Mamidi</comments>
            <author/>
            <pubDate>Mon, 21 Jul 2008 07:55:38 MDT</pubDate>
        </item>
        <item uniqueID="83-001582">
            <title>Spring Web Service annotations</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001582</link>
            <description>Hi,&lt;br /&gt;I have put spring.jar - latest prod version 2.5 in my classpath. However, if I compile my endpoint class, i get error saying "cannot find symbol class webmethod"&lt;br /&gt;I am giving my Endpoint class below.&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; import org.springframework.web.context.support.SpringBeanAutowiringSupport;&lt;br /&gt; &lt;br /&gt;@WebService(serviceName="hello")&lt;br /&gt;public class HelloEndpoint extends SpringBeanAutowiringSupport {&lt;br /&gt; &lt;br /&gt; @Autowired&lt;br /&gt; private helloimpl biz;&lt;br /&gt; &lt;br /&gt; @WebMethod&lt;br /&gt; public void sayhello(String name) {&lt;br /&gt; biz.sayhello(name);&lt;br /&gt; }&lt;br /&gt;} &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;Any help would be appriciated. TIA</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001582</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001582Amit kull</comments>
            <author/>
            <pubDate>Mon, 21 Jul 2008 03:47:37 MDT</pubDate>
        </item>
        <item uniqueID="83-001581">
            <title>Grails</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001581</link>
            <description>Hi,&lt;br /&gt;I would like to know all about the Grails framework and how useful it is...please help me</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001581</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001581Alice K</comments>
            <author/>
            <pubDate>Sun, 20 Jul 2008 13:15:35 MDT</pubDate>
        </item>
        <item uniqueID="83-001580">
            <title>Testing the spring configuration file</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001580</link>
            <description>I am working in an application consisting of 3 to 4 spring configuration file.&lt;br /&gt;Each file has many bean definitions.&lt;br /&gt; &lt;br /&gt;I am using JBoss to deploy the application. But if there occurs some problem in the bean instantion from the spring configuration file, my application is not getting deployed.&lt;br /&gt; &lt;br /&gt;Is there any way by which we can test configuration file which consist spring bean definitions, so that I can confidently deploy in JBoss?&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Joshua</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001580</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001580Joshua Antony</comments>
            <author/>
            <pubDate>Sun, 20 Jul 2008 03:07:34 MDT</pubDate>
        </item>
        <item uniqueID="83-001579">
            <title>Unsatisfied Dependency Exception:</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001579</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I am trying to inject the DAO like explained in petclinic example for my target bean but getting this exception, please suggest Code is below;&lt;br /&gt; &lt;br /&gt;StackTrace&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt; &lt;br /&gt;org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.wonder.tests.TestUserService': Unsatisfied dependency expressed through bean property 'userServiceDao': Set this property value or disable dependency checking for this bean.&lt;br /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.checkDependencies(AbstractAutowireCapableBeanFactory.java:1184)&lt;br /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.popula...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001579</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001579Kashif Mughal</comments>
            <author/>
            <pubDate>Sat, 19 Jul 2008 05:57:31 MDT</pubDate>
        </item>
        <item uniqueID="83-001578">
            <title>images fail to load in spring2.5/tiles2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001578</link>
            <description>This seems like a ridiculous question to ask but is there a reason why my images do not show up?&lt;br /&gt; &lt;br /&gt;Setup: Spring 2.5, Tiles2&lt;br /&gt;Directory setup:&lt;br /&gt;app/&lt;br /&gt;app/img&lt;br /&gt;app/WEB-INF/&lt;br /&gt;app/WEB-INF/jsp&lt;br /&gt; &lt;br /&gt;My web.xml file:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;servlet&amp;gt;&lt;br /&gt;&amp;lt;servlet-name&amp;gt;myapp&amp;lt;/servlet-name&amp;gt;&lt;br /&gt;&amp;lt;servlet-class&amp;gt;org.springframework.web.servlet.DispatcherServlet&amp;lt;/servlet-class&amp;gt;&lt;br /&gt;&amp;lt;load-on-startup&amp;gt;1&amp;lt;/load-on-startup&amp;gt;&lt;br /&gt;&amp;lt;/servlet&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;servlet-mapping&amp;gt;&lt;br /&gt;&amp;lt;servlet-name&amp;gt;myapp&amp;lt;/servlet-name&amp;gt;&lt;br /&gt;&amp;lt;url-pattern&amp;gt;/&amp;lt;/url-pattern&amp;gt;&lt;br /&gt;&amp;lt;/servlet-mapping&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;my app-servlet.xml&lt;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001578</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001578Johnny Gara</comments>
            <author/>
            <pubDate>Fri, 18 Jul 2008 11:19:29 MDT</pubDate>
        </item>
        <item uniqueID="83-001577">
            <title>Grails Development Process</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001577</link>
            <description>I asked this on the Grails mailing list but I really would also like the feedback from ranchers that are using Grails as well. I'll update this thread with valid responses from the mailing list, if any.&lt;br /&gt; &lt;br /&gt;I have a small application that needed some features added and I never was real happy with the entire implementation to begin with so I decided to rewrite it and give Grails an honest to goodness run. The last time I was playing around with Grails I skipped the scaffolding stuff and just generated everything. This proved painful as my domain model changed. Every time I needed to add a property or change a relationship for a domain class I ended up having to rebuild views and sometimes controllers. In doing so any customizati...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001577</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001577Gregg Bolinger</comments>
            <author/>
            <pubDate>Fri, 18 Jul 2008 10:13:29 MDT</pubDate>
        </item>
        <item uniqueID="83-001576">
            <title>What's wrong with my spring config?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001576</link>
            <description>I have the following Spring/Hibernate configuration. When I run it under WebLogic, it works fine. OFAPool is a connection pool defined in WebLogic.&lt;br /&gt; &lt;br /&gt;However, I want to run Spring/Hibernate with my stand alone program. So I commented out the OFAPool for JndiObjectFactoryBean (since WebLogic is no longer involved), and then uncomment the second tag in the configuration below. I created a class called DevelopmentDriverManagerDataSource, which extends BasicDataSource. This will directly connect to my database.&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;br /&gt;&amp;lt;!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"&amp;gt;&lt;br /&gt;&amp;lt;beans&amp;gt;&lt;br /&gt; &lt;br ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001576</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001576Edmund Yong</comments>
            <author/>
            <pubDate>Fri, 18 Jul 2008 01:31:28 MDT</pubDate>
        </item>
        <item uniqueID="83-001575">
            <title>Error creating bean 'beanId' with name defined in class path </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001575</link>
            <description>Hi,&lt;br /&gt;I have a JUnit test, in which I'm trying to load the applicationContext. But it gives me the following exception :&lt;br /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name defined in class path resource'com.nationwide.corporate.common.util.ContextualPropertyConfigurer' defined in class path resource [configuration/integrationApplicationContext.xml]: Can't resolve reference to bean 'environment' while setting property 'environment'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'environment': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalArgumentException: System property 'environment' not set and de...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001575</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001575vinitha simon</comments>
            <author/>
            <pubDate>Thu, 17 Jul 2008 14:35:26 MDT</pubDate>
        </item>
        <item uniqueID="83-001574">
            <title>spring IDE for eclipse</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001574</link>
            <description>How can i install springIDE for eclipse genemade? spring ide website gives me only one option to update through update manager, as iam behnd firewall i cannot update it, anybody knows how to download plugins for this and add it to eclipse?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001574</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001574santhoshkumar samala</comments>
            <author/>
            <pubDate>Thu, 17 Jul 2008 13:27:26 MDT</pubDate>
        </item>
        <item uniqueID="83-001573">
            <title>Spring 2.5 and tiles2 : can't get files to render</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001573</link>
            <description>Anyone get this working?&lt;br /&gt; &lt;br /&gt;I think I have something set up....but when my appserv tries to generate a page, i only get the tags, the definitions are not imported in.&lt;br /&gt; &lt;br /&gt;ie:&lt;br /&gt; &lt;br /&gt;my test.jsp&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre name="code" class="core"&gt;&lt;br /&gt; &amp;lt;tiles:insertTemplate template="/WEB-INF/jsp/template/template.jsp"&amp;gt; &lt;br /&gt; &amp;lt;tiles utAttribute name="title" value="My first page" /&amp;gt; &lt;br /&gt; &amp;lt;tiles utAttribute name="header" value="/WEB-INF/jsp/template/header.jsp" /&amp;gt; &lt;br /&gt; &amp;lt;/tiles:insertTemplate&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;tiles:insertDefinition name="testlayout"&amp;gt;&lt;br /&gt; &amp;lt;tiles utAttribute name="title" value="My first page SHOW UP" type="string"/&amp;gt; &lt;br /&gt; &amp;lt;tiles utAttrib...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001573</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001573Johnny Gara</comments>
            <author/>
            <pubDate>Thu, 17 Jul 2008 13:11:26 MDT</pubDate>
        </item>
        <item uniqueID="83-001572">
            <title>using TransactionProxyFactoryBean</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001572</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I am trying to implement the spring transactions following the petclinic2.0.8 sample application. In place of clinic transaction bean i have userServiceImpl which take care of login and other authentication stuff.&lt;br /&gt; &lt;br /&gt;I have created the bean in applicationContext.xml and referencing it from DispatherServlet but I am getting the error;&lt;br /&gt; &lt;br /&gt;StackTrace&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre name="code" class="core"&gt; &lt;br /&gt;Jul 17, 2008 3:57:50 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent&lt;br /&gt;INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WIND...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001572</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001572Kashif Mughal</comments>
            <author/>
            <pubDate>Thu, 17 Jul 2008 09:39:26 MDT</pubDate>
        </item>
        <item uniqueID="83-001571">
            <title>SimpleJdbcDaoSupport</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001571</link>
            <description>Hey Guys,&lt;br /&gt; &lt;br /&gt;Im a newbie to SimpleJdbcDaoSupport, and am trying to do a simple select statement from my database table to get one field and return a string as follows.&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre name="code" class="core"&gt;&lt;br /&gt;String query = "SELECT id FROM table WHERE name = 'test'";&lt;br /&gt;ps = getConnection().prepareStatement(query);&lt;br /&gt;rs = ps.executeQuery();&lt;br /&gt;if (rs.next()) &lt;br /&gt;{&lt;br /&gt; strResult = rs.getString("id");&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;Now i want to convert the above to use SimpleJdbcDaoSupport and i see SimpleJdbcDaoSupport has getSimpleJdbcTemplate() and getJdbcTemplate() which gives methods such as query but each query method seems to take 2 or more arguemts such as sql and mappi...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001571</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001571Mark Hughes</comments>
            <author/>
            <pubDate>Thu, 17 Jul 2008 06:23:25 MDT</pubDate>
        </item>
        <item uniqueID="83-001570">
            <title>struts-spring-hibernate integration</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001570</link>
            <description>I am doing struts in the web tier, springs and hibernate.&lt;br /&gt; &lt;br /&gt;applicationContext.xml&lt;br /&gt;========================&lt;br /&gt; &lt;br /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;br /&gt;&amp;lt;beans xmlns="http://www.springframework.org/schema/beans"&lt;br /&gt;xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&lt;br /&gt;xmlns:aop="http://www.springframework.org/schema/aop"&lt;br /&gt;xmlns:tx="http://www.springframework.org/schema/tx"&lt;br /&gt;xsi:schemaLocation="http://www.springframework.org/schema/beans&lt;br /&gt;http://www.springframework.org/schema/beans/spring-beans-2.0.xsd (http://www.springframework.org/schema/beans/spring-beans-2.0.xsd)&lt;br /&gt;http://www.springframework.org/schema/aop (http://www.springframework.org/schema/aop)&lt;br /&gt;http://www.springframework...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001570</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001570subha nair</comments>
            <author/>
            <pubDate>Thu, 17 Jul 2008 05:53:25 MDT</pubDate>
        </item>
        <item uniqueID="83-001569">
            <title>Spring Web Services</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001569</link>
            <description>Hi,&lt;br /&gt;I need to expose a POJO class as a web service using spring 2.5. &lt;br /&gt;How can I do it? Please help me with link to some tutorials.&lt;br /&gt; &lt;br /&gt;Thanks.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001569</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001569Amit kull</comments>
            <author/>
            <pubDate>Thu, 17 Jul 2008 02:37:25 MDT</pubDate>
        </item>
        <item uniqueID="83-001568">
            <title>SpringMVC and Transactions </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001568</link>
            <description>Hi &lt;br /&gt; &lt;br /&gt;I am working on spring MVC application and i want to delete the record from DB. I am starting the transaction in referenceData() and closing in onSubmit() mehtods. Code is below, Please advice is that right way to define trnsaction boundries in Controller. Should we handle transactions in Controllers for MVC applications.&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre name="code" class="core"&gt; protected Map referenceData(HttpServletRequest request) throws Exception {&lt;br /&gt;// start a transaction&lt;br /&gt;tx = (ResourceTransactionManager) ctx.getBean("transactionManager");&lt;br /&gt;DefaultTransactionDefinition def = new DefaultTransactionDefinition();&lt;br /&gt;TransactionStatus status = tx.getTransaction(def);&lt;br /&gt;HashMap model = new HashMap();&lt;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001568</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001568Kashif Mughal</comments>
            <author/>
            <pubDate>Wed, 16 Jul 2008 03:53:22 MDT</pubDate>
        </item>
        <item uniqueID="83-001567">
            <title>Transactions in Spring using AOP</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001567</link>
            <description>Hello,&lt;br /&gt;Is AOP an alternative to using the JdbcTemplate for transactions(CRUD operations for example)?What are the disadvantages of JdbcTemplate?&lt;br /&gt; &lt;br /&gt;Please advise.&lt;br /&gt; &lt;br /&gt;Thank You&lt;br /&gt; &lt;br /&gt;Chris.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001567</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001567Chris Donald</comments>
            <author/>
            <pubDate>Tue, 15 Jul 2008 19:09:21 MDT</pubDate>
        </item>
        <item uniqueID="83-001566">
            <title>Opinions on the Wicket technology?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001566</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I couldn't find a better forum to ask this question. Since Wicket is based on servlet technology I thought it could fit in here, even if it is a tight fit. &lt;br /&gt; &lt;br /&gt;I'm attracted to Wicket as it &lt;i&gt;looks&lt;/i&gt; simple while &lt;i&gt;supposedly&lt;/i&gt; letting me as a developer create anything I lile. Why the italics? I just haven't had time to try it out myself yet, I'll hopefully get some free time to play with it the coming weekend.&lt;br /&gt; &lt;br /&gt;It would be great if this could spawn into an discussion about the strong and weak points of Wicket. Of course your opinion is of most interest if you've actually tried Wicket, but even if you haven't I'd still like to hear what you think.&lt;br /&gt; &lt;br /&gt;Some questions to get us started:&lt;br ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001566</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001566Kent Larsson</comments>
            <author/>
            <pubDate>Mon, 14 Jul 2008 07:55:17 MDT</pubDate>
        </item>
        <item uniqueID="83-001565">
            <title>No thread-bound request found</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001565</link>
            <description>Hello,&lt;br /&gt;I am trying to set up an environment with Spring 2.5 + jsf 1.2 + Restfaces 1.3 + Richfaces 3.2 and I get the following exception stack trace:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;14 juil. 2008 07:39:31 org.apache.catalina.core.ApplicationContext log&lt;br /&gt;INFO: Initializing Spring root WebApplicationContext&lt;br /&gt;14 juil. 2008 07:39:32 org.apache.catalina.core.StandardContext listenerStart&lt;br /&gt;GRAVE: Exception lors de l'envoi de l'&#xFFFD;v&#xFFFD;nement contexte initialis&#xFFFD; (context initialized) &#xFFFD; l'instance de classe d'&#xFFFD;coute (listener) org.springframework.web.context.ContextLoaderListener&lt;br /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.suggestionOeuvreView': Scope 'session' is not act...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001565</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001565Julien Martin</comments>
            <author/>
            <pubDate>Sun, 13 Jul 2008 23:59:16 MDT</pubDate>
        </item>
        <item uniqueID="83-001564">
            <title>Spring ibatis problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001564</link>
            <description>hello,&lt;br /&gt;first of all,&lt;br /&gt;I apologise as I did not know where to place this topic.&lt;br /&gt; &lt;br /&gt;My problem is :&lt;br /&gt;We are using IBATIS.&lt;br /&gt;I am supposed to pick data from 2 tables in such a way that the tables in the FROM clause come as parameters.&lt;br /&gt;So depending on if tablename1 in thr in the parameter I am to add the table to the FROM clause.&lt;br /&gt; &lt;br /&gt;Please advice how to proceed.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Shriya</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001564</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001564Shriya Kishore</comments>
            <author/>
            <pubDate>Fri, 11 Jul 2008 10:25:09 MDT</pubDate>
        </item>
        <item uniqueID="83-001563">
            <title>Spring Transactions</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001563</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;I want to use spring transactions but cant find any tutorial that gives a good details on this. Can someone suggest any web source or book</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001563</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001563Kashif Mughal</comments>
            <author/>
            <pubDate>Fri, 11 Jul 2008 05:03:07 MDT</pubDate>
        </item>
        <item uniqueID="83-001562">
            <title>Batch Schedulers</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001562</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I need some information batch schedulers, used for scheduling batch jobs and their performance in a cluster environment.&lt;br /&gt; &lt;br /&gt;Also please recommend which framework is better to use in clustered env for batch scheduling.&lt;br /&gt; &lt;br /&gt;Spring + Quartz&lt;br /&gt;Spring Batch&lt;br /&gt;WorkManager&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Hitesh</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001562</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001562Hitesh Gupta</comments>
            <author/>
            <pubDate>Fri, 11 Jul 2008 04:29:07 MDT</pubDate>
        </item>
        <item uniqueID="83-001561">
            <title>ejb implementation using spring</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001561</link>
            <description>can anyone guide me through using ejb implementation using springs&lt;br /&gt;please it is urgent</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001561</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001561subha nair</comments>
            <author/>
            <pubDate>Fri, 11 Jul 2008 01:11:07 MDT</pubDate>
        </item>
        <item uniqueID="83-001560">
            <title>Struts+Spring+Hibernate</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001560</link>
            <description>There was a brainstorming session yesterday and the main tech gui was talking about the architecture that we have to follow for all new Applications &lt;br /&gt; &lt;br /&gt;He said Struts for the front End Spring in the middle layer and hibernate to access the data &lt;br /&gt; &lt;br /&gt;I have heard of Spring + hibernate examples,but I dont know where to (or how to) fit in Struts . I am totally confused on what the architecture should be&lt;br /&gt; &lt;br /&gt;Can somebody help me with this?? any links and views anything will be of great help</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001560</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001560Arun Kumar</comments>
            <author/>
            <pubDate>Thu, 10 Jul 2008 19:39:06 MDT</pubDate>
        </item>
        <item uniqueID="83-001559">
            <title>Best way to handle a Spring-Hibernate web application</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001559</link>
            <description>Hi guys,&lt;br /&gt;While I was reading about Spring + Hibernate (books and online tutorials) i often found the same problem solved in many different ways and this got me a little confused. Maybe you can help me clarify what is the standard (and perhaps the best way) of approaching a web application with Spring and Hibernate.&lt;br /&gt; &lt;br /&gt;1: For example in some samples people added an extra "Manager" object between the DAO object and the caller controller. This looks like the standard service layer, but since it was usually just forwarding a call to a method in dao with the same name and parameters, they just injected the dao object directly in the controller. So, is that extra object required? I think that you can have multiple managers for the s...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001559</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001559Christian Sparrow</comments>
            <author/>
            <pubDate>Thu, 10 Jul 2008 16:31:05 MDT</pubDate>
        </item>
        <item uniqueID="83-001558">
            <title>Best tutorials to learn Spring and Hibernate</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001558</link>
            <description>Hi Ranchers,&lt;br /&gt; Solicit you to let me know which are the &lt;b&gt;best tutorials(I mean website) to learn Spring and Hibernate&lt;/b&gt;.Thanks in advance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001558</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001558Naveen kumar</comments>
            <author/>
            <pubDate>Thu, 10 Jul 2008 09:39:05 MDT</pubDate>
        </item>
        <item uniqueID="83-001557">
            <title>Oracle datebase multiple connection issue using Spring framework.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001557</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I am working on an application that uses AJAX (ExtJs), STRUTS 2, Spring Framework along with a Oracle 10g as the back-end. The application fetches data from the Db using stored procedures (security policy). I agree using stored procedures for a simple select need not necessarily be the best option for performance but the issue we are facing is that too many connections are being generated even for the slightest of Db access. The layers involved being Spring and Oracle is anybody aware of or faced any such issue involving the two before?&lt;br /&gt; &lt;br /&gt;I don't think posting code would be of much help. If I missed any important information please do let me know.&lt;br /&gt; &lt;br /&gt;Cheers,&lt;br /&gt;Raj.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001557</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001557Raj Kamal</comments>
            <author/>
            <pubDate>Thu, 10 Jul 2008 08:07:04 MDT</pubDate>
        </item>
        <item uniqueID="83-001556">
            <title>Spring Aspects not working in Struts 2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001556</link>
            <description>Hi guys,&lt;br /&gt; I have a problem when I try to implement an aspect in Struts2. But the same aspect is working if I am using an sample application. The Problem what I am facing is,&lt;br /&gt; &lt;br /&gt; If I declare my pointcut&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt; &lt;br /&gt; &amp;lt;bean id="ChangeLogAspect" class="com.musicon.util.ChangeLogAspect" /&amp;gt;&lt;br /&gt; &amp;lt;aop:config&amp;gt;&lt;br /&gt;&amp;lt;aop:aspect ref="ChangeLogAspect"&amp;gt; &lt;br /&gt;&amp;lt;!-- &amp;lt;aop ointcut id="myCutForDelete" expression="execution(* com.musicon.web.action..*delete*(..))" /&amp;gt;--&amp;gt;&lt;br /&gt; &amp;lt;aop ointcut id="myCutForDelete" expression="execution(* search*(..))" /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;aop:around pointcut-ref="myCutForDelete" method="delete" /&amp;gt;&lt;br /&gt;&amp;lt;/aop:aspect&amp;gt;&lt;br /&gt;&amp;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001556</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001556Mahendran Shanmugam</comments>
            <author/>
            <pubDate>Thu, 10 Jul 2008 06:01:04 MDT</pubDate>
        </item>
        <item uniqueID="83-001555">
            <title>Good tutorial for EJB</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001555</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I want to learn EJB. So please send me good tutorial for study.&lt;br /&gt; &lt;br /&gt;Thanks &lt;br /&gt; &lt;br /&gt;Amit Jain</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001555</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001555Amit Indore</comments>
            <author/>
            <pubDate>Thu, 10 Jul 2008 02:55:03 MDT</pubDate>
        </item>
        <item uniqueID="83-001554">
            <title>EJB implementation using spring</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001554</link>
            <description>Help me to do implement ejb's using spring.&lt;br /&gt;Is thre any god tutorial for the same</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001554</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001554subha nair</comments>
            <author/>
            <pubDate>Thu, 10 Jul 2008 00:39:03 MDT</pubDate>
        </item>
        <item uniqueID="83-001553">
            <title>Spring : Method Injection - Usecases</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001553</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;What are some of the places where method injection would be useful while developing a web application?&lt;br /&gt; &lt;br /&gt;Hope some of the senior members here could answer this one...&lt;br /&gt; &lt;br /&gt;A google search on this topic led me to Rod Johnson's blog entry discussing &lt;br /&gt;the same issue in general&lt;br /&gt; &lt;br /&gt;Rod (http://blog.springframework.com/rod/index.php?m=200408)http://blog.springframework.com/rod/index.php?m=200408&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;But what Iam trying to understand is the application of this method in&lt;br /&gt;the context of a web application.&lt;br /&gt;Also does any one here used it in their projects?&lt;br /&gt; &lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001553</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001553randy pausch</comments>
            <author/>
            <pubDate>Wed, 9 Jul 2008 11:11:02 MDT</pubDate>
        </item>
        <item uniqueID="83-001552">
            <title>I&#xFFFD;m new with Spring</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001552</link>
            <description>Hello, I'm using Spring to manage some forms and, until now, when the user introduced an incorrect value for a field (i.e. an invalid user), I sended him to another jsp. Now I won't to send him to the same jsp whith a message saying "you were wrong..." or something like that. I put this code in my SimpleFormController:&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;protected ModelAndView onSubmit(HttpServletRequest request,&lt;br /&gt;HttpServletResponse response, Object command, BindException errors)&lt;br /&gt;throws ServletException, IOException, Exception {&lt;br /&gt;&lt;br /&gt;ModelAndView mav = new ModelAndView();&lt;br /&gt;&lt;br /&gt;PerfilesComando pc = (PerfilesComando) command;&lt;br /&gt;&lt;br /&gt;if (!pc.getOldPass().toLowerCase().equals("antonio")){&lt;br /&gt;&lt;br /&gt;errors.reje...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001552</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001552Antonio Li&#xFFFD;&#xFFFD;n</comments>
            <author/>
            <pubDate>Wed, 9 Jul 2008 04:55:01 MDT</pubDate>
        </item>
        <item uniqueID="83-001551">
            <title>which is the best spring book in the market ?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001551</link>
            <description>Hi ranchers,&lt;br /&gt; Solicit you to let me know which is the best spring book available in the market.I have searched in web and got these books but could'nt figure out to kick off with which book.&lt;br /&gt; &lt;br /&gt;1)Professional Java Development with the Spring Framework &lt;br /&gt; &lt;br /&gt;2)J2EE Developmentwithout EJB&lt;br /&gt; &lt;br /&gt;3)Spring in Action&lt;br /&gt; &lt;br /&gt;4)Pro Spring&lt;br /&gt; &lt;br /&gt;5)Expert MVC and Web Flow</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001551</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001551Naveen kumar</comments>
            <author/>
            <pubDate>Mon, 7 Jul 2008 22:38:56 MDT</pubDate>
        </item>
        <item uniqueID="83-001550">
            <title>Classcast Exception using Spring Transaction</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001550</link>
            <description>Hi &lt;br /&gt; &lt;br /&gt;I am getting this exception while using it in the SimpleFormController&lt;br /&gt; &lt;br /&gt;java.lang.ClassCastException: org.springframework.orm.hibernate3.HibernateTransactionManager cannot be cast to org.springframework.transaction.support.ResourceTransactionManager&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; public class DeleteUserFormController extends SimpleFormController {&lt;br /&gt; &lt;br /&gt; private static final Log log = LogFactory.getLog(LoginFormController.class);&lt;br /&gt; &lt;br /&gt; private com.wonder.common.impl.UserServiceImpl userServiceImpl;&lt;br /&gt; &lt;br /&gt; private UserImpl userImpl;&lt;br /&gt; &lt;br /&gt; private Session session = null;&lt;br /&gt; &lt;br /&gt; private ApplicationSecurityManager applicationSecurityManager;&lt;br /&gt; &lt;br /&gt; priva...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001550</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001550Kashif Mughal</comments>
            <author/>
            <pubDate>Mon, 7 Jul 2008 08:50:54 MDT</pubDate>
        </item>
        <item uniqueID="83-001549">
            <title>Spring Batch Framework</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001549</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;We are deploying some application using spring batch framework. &lt;br /&gt;Please let me know where I can find sample batch code to look in to.&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Hitesh.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001549</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001549Hitesh Gupta</comments>
            <author/>
            <pubDate>Sun, 6 Jul 2008 23:38:29 MDT</pubDate>
        </item>
        <item uniqueID="83-001548">
            <title>I want to map POJO's to web forms. What framework would suit me best? Thx!</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001548</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I'm want to map my POJO's (users, events etc) to web forms. So the only thing I need is a way to alter the state of my Objects via web form input and vice versa. &lt;br /&gt; &lt;br /&gt;I've done a lot of reading but can't figure out what framework to go for. (Stripes / Struts / JSF / Spring...)&lt;br /&gt; &lt;br /&gt;I work in MyEclipse and was thinking about going for Struts because it has built-in features for it. Or perhaps Stripes would be much simpler to do the job...&lt;br /&gt; &lt;br /&gt;Would appreciate some advice of people who have a little bit more experience in this.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Thanks a lot in advance for the input!</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001548</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001548Jochen Szostekske</comments>
            <author/>
            <pubDate>Sat, 5 Jul 2008 12:06:25 MDT</pubDate>
        </item>
        <item uniqueID="83-001547">
            <title>Spring problem in xml</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001547</link>
            <description>I am writing a spring application and has not tied hibernate to it.&lt;br /&gt;The application runs fine displaying the pages.&lt;br /&gt;but when I add the below lines to my web-xml&lt;br /&gt; &lt;br /&gt;&amp;lt;context-param&amp;gt;&lt;br /&gt; &amp;lt;param-name&amp;gt;contextConfigLocation&amp;lt;/param-name&amp;gt;&lt;br /&gt; &amp;lt;param-value&amp;gt; &lt;br /&gt; classpath:applicationContext.xml&lt;br /&gt; &amp;lt;/param-value&amp;gt;&lt;br /&gt; &amp;lt;/context-param&amp;gt;&lt;br /&gt; &amp;lt;listener&amp;gt;&lt;br /&gt;&amp;lt;listener-class&amp;gt;&lt;br /&gt;org.springframework.web.context.ContextLoaderListener&lt;br /&gt;&amp;lt;/listener-class&amp;gt;&lt;br /&gt;&amp;lt;/listener&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;It is showing the error.&lt;br /&gt;description The requested resource (/SpringWeb/) is not available.&lt;br /&gt; &lt;br /&gt;I think it is not able to locate the a...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001547</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001547subha nair</comments>
            <author/>
            <pubDate>Fri, 4 Jul 2008 01:12:21 MDT</pubDate>
        </item>
        <item uniqueID="83-001546">
            <title>Spring and namespace-aware parser</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001546</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;Other people have &lt;b&gt;had&lt;/b&gt; to have had this problem. I am trying to run a Spring application to do basic Spring/Hibernate transaction management/AOP stuff. My Spring config file can't be parsed because apparently the XML parser being used by Spring is not namespace aware. I've tried the same application running within Orion and Tomcat, both resulting in the same problem.&lt;br /&gt; &lt;br /&gt;Here's the error:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'aop:config'.&lt;br /&gt;org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)&lt;br /&gt;org.apache.xerces.util.ErrorHandlerWrapper.error(Unk...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001546</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001546dave taubler</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 22:14:00 MDT</pubDate>
        </item>
        <item uniqueID="83-001545">
            <title>Spring Web Flow?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001545</link>
            <description>HI.Guys.I want information on spring web flow.What is Spring Faces and how does it related to Java Server Faces?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001545</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001545Chandrasekhar Mangipudi</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 06:05:07 MDT</pubDate>
        </item>
        <item uniqueID="83-001544">
            <title>data retrival in spring batch framework</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001544</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;We have a Java process that pings the DB (mainframe DB2) at a predefined frequency. If Java process finds some data in DB it reads and processes that data and inserts the data in IBM MQ using JMS.&lt;br /&gt; &lt;br /&gt;We are now planning to migrate it to WAS with support for Load Balancing and Clustering environments. We have decided to use Spring Batch Framework.&lt;br /&gt; &lt;br /&gt;Problem:-&lt;br /&gt; &lt;br /&gt;Now in a multi clustered environment, suppose if some data is there in DB2 and is updated in MQ by java program running in one cluster. How can we ensure that once data is retrieved from one cluster, it should not be repeated by other java program running in differnet cluster. Otheriwse it will lead to duplicate data in MQ by differnet clust...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001544</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=83&amp;t=001544kaka kaka</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 00:35:07 MDT</pubDate>
        </item> 
    </channel>
</rss>
