Servlet « JPA « Spring Q&A





1. autocomplete text box    stackoverflow.com

i want to make a text box like stackoverflow have for the tag at askquestion page where data pop up as we write something. I want to fetch the tag from the ...

2. HIbernate, Spring, Lazy loading and I can't use Filters    stackoverflow.com

Possible Duplicate:
I can't use Spring filters in servlet-context XML
I've the usual problem with Hibernate and Spring about lazy loading. In particular I can do ...

3. Solutions needed for a j2ee web project    stackoverflow.com

currently, I am working on a web project involving using java EE framework to access data generated by a legacy system backed by oracle database. The legacy system randomly updates the ...

4. Hibernate Lazy loading without Servlet Filter    forum.springsource.org

Hi, I must use the lazy loading feature from Hibernate 3 within my client application. I use the Spring's AOP TransactionInterceptor as described in chapter 11.2.6 at Spring Docs. at the ...

5. Proper method of accessing spring /hibernate via plain servlets?    forum.springsource.org

Proper method of accessing spring /hibernate via plain servlets? I have tried a few different ways to access my DB layer via servlet code - none seem to be working properly ...

6. How do I stuff information from a servlet into a Hibernate Interceptor?    forum.springsource.org

How do I stuff information from a servlet into a Hibernate Interceptor? Lemme clarify...For auditting purposes, we want to include the username of the logged in user on certain data records ...