You could use something like ExtJS Grid with pagination to achieve it.
Basically it has base params and params which should help it retain the original request.
Type: Posts; User: sridhar.rao; Keyword(s):
You could use something like ExtJS Grid with pagination to achieve it.
Basically it has base params and params which should help it retain the original request.
Thought this could be helpful for newbies like me..
<context:component-scan base-package="packageName"/> -- looks out for @Controllers, @Component
<context:annotation-config/> -- enables...
Hi,
How can i get machine name through spring and pass it as parameter to another bean. Currently i have machine name read from property file, want to get away from it.
May be vmware is waiting to be acquired by another company....Oracle can buy it :)
I have same issue as well..tried with classpath: classpath*: classpath:/ classpath*:/ no luck yet..
I'm having same issue with jboss 5.0.1. Application runs fine in jetty, but not on jboss. jdk 1.6.
Hi,
I'm also facing similar issue with database tables created in oracle by our DBA's.
The same works fine in HSQL.
Any clues on what needs to be changed on database side.
Thanks,...
Can we use Spring AOP to proxy hibernate interceptor.. basically for a non web application, i would like to have the session opened and closed similar to OSIV. To achieve it, i can use Spring...
May be the mapping files are not getting loaded in your case
-Sridhar