Search:

Type: Posts; User: Sergei Rogovskiy; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,139

    Thanks for the explaination, I think it makes...

    Thanks for the explaination, I think it makes sense. Other than that hibernate made my life hard working with detached objects (had to merge all the time) so I already got rid of them and use IDs...
  2. Replies
    2
    Views
    2,139

    Domain Driven Design (Hibernate)

    Hello,

    I am having an issue understanding domain driven design. I've got a spring + hibernate application and I have a couple DAO and services objects. I implemented DAO using hibernate. I got a...
  3. I got the same problem in my application. It...

    I got the same problem in my application. It looks like a bug in declarative transactions implementation to me (very annoying).
  4. I am checking pool size using a) mysql "show...

    I am checking pool size using
    a) mysql "show processlist" (it adds more and more connections with every update operation)
    b) basicDs.getNumActive() gives number opened connection (BasicDataSource)...
  5. Spring + Hibernate + DBCP connection leaks

    Hi,

    I am using String 1.2.6 with Hibernate 3.1 and DBCP as a persistent layer of my application. Transactions are defined as annotations to my service class methods. I've noticed that when I...
  6. Replies
    1
    Views
    1,102

    Date binding from 3 text fields

    I wonder if there is a nice way to enter java.util.Date field from 3 HTML fields: [dd] - [mm] - [yyyy]. I looked through ServletRequestDataBinder but it looks like there is no way to compose a single...
Results 1 to 6 of 6