Questions tagged [spring-2.5]

The Spring Framework is an open source framework for application development on the Java platform. This tag is for questions relating to Spring version 2.5.x. For non version-specific questions, please use the [spring] tag.

The Spring Framework is an open source framework for application development on the Java platform. This tag is for questions relating to Spring version 2.5.x. For non version-specific questions, please use the tag.

Related Tags

23 questions
0
votes
1 answer

Refer a property of another bean in Spring 2.5.X

In Spring 3.0 and higher it is possible to refer a property of another bean as below. Is there a way I can refer property of another bean in Spring 2.5.1. …
vin
  • 43
  • 6
0
votes
0 answers

Upgrade Spring 2.5 version to support Spring Expression

I am using Spring 2.5.1 version. I am unable to upgrade my version to higher due to management feedback including heavy end to end testing requirements. Is there a workaround I can top up Spring 2.5.1 with Spring Expression features may be adding…
vin
  • 43
  • 6
0
votes
2 answers

Returning String or HTML to ajax request with spring 2.5

I am using Spring 2.5 (XML based configuration) .In my Spring controller how can i return a string back to my AJAX request? My ajax code is as follows: jq("#editAdTextSave").click(function() { alert( "Handler for .click() called." ); …
Jeets
  • 3,189
  • 8
  • 34
  • 50
0
votes
1 answer

how to use spring to inject EntityBean on EJB 2.1 version using version 2.5 for JDK1.4

I have a legacy project that is running over WebLogic 8.1, J2EE 1.3 using JDK 1.4 We have a lot of EJB's, Session and EntityBeans. We're intending to create a framework to migrate these applications to Java EE 6, but then we though that's possible…
0
votes
1 answer

Migrate from Spring 2.5 Native ORM TopLink 10g to JPA

This may be annoying and discussed before but I could not find a good reference which would help to set a direction. I have to plan a migration of TopLink 10g (Spring 2.5 ORM Native Support) to JPA. I need some guidelines (steps) to follow and plan…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
0
votes
1 answer

Eclipse wrongly formats a Spring p-namespace bean

I am using spring-2.5 (cannot upgrade, product dependency) and I notice a strange behaviour of the Eclipse formatter when I am using the p-namespace notation and some value expression: If I use the standard way (without p-namespace) like this:…
рüффп
  • 5,172
  • 34
  • 67
  • 113
-1
votes
1 answer

aop with spring 2.5 without Aspect J

I am working in a old project with spring 2.5.Application context starts with . I need to implment logging using aop I need to log each and every class's method. tried this link…
Rajeev Akotkar
  • 1,377
  • 4
  • 26
  • 46
-4
votes
2 answers

twice Form submission using JQuery

I am novice in the UI, we are trying to implement a web call using a JQuery where we are have observer a strange issue of webcall i.e, when we are trying to do a post http call we have observer in server access logs first http post call is made and…
ramesh027
  • 796
  • 1
  • 10
  • 27
1
2