Search:

Type: Posts; User: rihards; Keyword(s):

Search: Search took 0.02 seconds.

  1. Having DELETE prepended would not work because it...

    Having DELETE prepended would not work because it would by executed for every chunk that I am getting from reader?

    I believe having of some kind of tasklet with customizable SQL statement that can...
  2. Deleting existing data from table before running the JdbcBatchItemWriter with INSERTs

    I am struggling to create Job that is loading classifiers from flat file.

    I have configured FlatFileItemReader and JdbcBatchItemWriter to do the INSERTs and everything is fine up to the moment...
  3. Replies
    9
    Views
    1,431

    costin, New solutions are using hibernate...

    costin,
    New solutions are using hibernate already, but we still have to have our own runtime and state management to address "single unit of work" issue...
    While you can reattach transient POJO...
  4. Replies
    9
    Views
    1,431

    costin, maybe :) I am reading book "J2EE...

    costin, maybe :) I am reading book "J2EE Development without EJB" (author is Rod Johnson) and it states that implementing DAO with JDO 1.0 is "pain in ass" because you can not reattach transient...
  5. Replies
    9
    Views
    1,431

    makePersistent() will not work in update...

    makePersistent() will not work in update scenario... I guess nobody is using Spring with JDO 1.0 implementation...
  6. Replies
    9
    Views
    1,431

    Which one exacly? In Samples? I have downloaded...

    Which one exacly? In Samples? I have downloaded spring-framework-1.2.5-with-dependencies.zip.
    jpetstore has DAOs for ibatis and petclinic has jdbc,hibernate and toplink DAOs only...
  7. Replies
    9
    Views
    1,431

    JDO 1.0 + DAO update operation

    How do you do update??
    Could not find any useful examples about how to do updates when using JDO 1.0 implementation and DAO pattern.

    Use case:
    1. Load Person with id 1
    2. pass it to Web Layer...
  8. Replies
    4
    Views
    1,166

    Exacly, so I was hoping that there are some kind...

    Exacly, so I was hoping that there are some kind of best practices/patterns how to do that when building applications using Spring... Some kind of declarative demarcation of Session life span? Or...
  9. Replies
    4
    Views
    1,166

    costin, Thanks for quick replay! I have...

    costin,

    Thanks for quick replay!
    I have probably failed to explain the screen and how it works.

    The web flow is:

    1. Display list of customers.
    2. Click on some particular customer, bring...
  10. Replies
    4
    Views
    1,166

    Using of Hibernate Session to track changes

    Imagine that you have web app with Customer maintenance screen, where you have several Tabs (AccountInfo,ContactInfo,Policies, Etc). With Save button at the bottom.

    1) User is traversing these...
Results 1 to 10 of 10