Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thanks Marten, Any links or examples are really...

    Thanks Marten, Any links or examples are really appreciated. Thanks for the support.
  2. Reloaded .properties file with updated changes

    Hi,

    I have a question , I am looking to reload a file properties in Spring context without reloading all Context.

    For example, this is an extract of my SpringContext.xml :

    Code:
    <bean...
  3. Thanks Marc, Is there any examples or links on...

    Thanks Marc, Is there any examples or links on this that can be shared, as I am pretty new to this? Your help is highly appreciated in this regard. Thanks!
  4. Thanks. But I am not looking to retrive records...

    Thanks. But I am not looking to retrive records from the Database through PlaceHolderConfigurer instead I want to replace the old property value (which is loaded through spring...
  5. Replace old value with new value using Spring PropertyPlaceHolderConfigurer

    Hi,

    I have a properties file in which I have configured the thread pool data (count), this properties is loaded in spring context using the PropertyPlaceHolderConfigurer and will replace the...
  6. JdbcPagingItemReader always needs fetchSize and pageSize?

    Hi,

    I am using JdbcPagingItemReader to read the records in a small chunks, here I dont that how much records the select query will fetch, hence I cannot define the "fetchSize" & "pageSize" as...
  7. Replies
    5
    Views
    324

    Thanks. For the first scenario that is fine where...

    Thanks. For the first scenario that is fine where I am using taskexecutor to create multiple threads to operate on different data parallely. I want to know how I can handle the second scenario, where...
  8. DataSynchronization & Locking with multiple thread batch update

    Hi,

    I am using JdbcBatchItemWriter to do a batch update with multiple threads , where each threads (10 in all) will be assigned the respective number of records to be inserted. My question here is...
  9. Guys any update on this? Your help is highly...

    Guys any update on this? Your help is highly appreciated.
  10. Create multiple Jobs configured in Spring applicationContext XML

    Hi,

    I want to run multiple jobs parallely where each job does various operation separately. Please let me know how we can configure multiple jobs in spring applicationContext XML. Most of the...
  11. Replies
    5
    Views
    324

    Thanks. I have 2 process here, in the first one i...

    Thanks. I have 2 process here, in the first one i want to run multiple jobs or steps parallely which will be doing separate operation. Here I was thining to use "Multithread step execution". But I...
  12. Replies
    5
    Views
    324

    Guys any update on this?

    Guys any update on this?
  13. Replies
    5
    Views
    324

    Parallely process multiple Jobs

    Hi,

    I want to perform multiple jobs parallely and in asynchronous mode using Spring Batch so that each of these jobs perform various operation. I came across the below link:-
    ...
  14. Isolation Levels in DB transaction and Spring

    Hi,

    When we need go for Isolation levels for DB transaction? I need to take care of the transaction anomalies like
    dirty read , phantom read and repeatable read. Whether I need to use Isolation...
  15. Loading the Spring Context XML outside WAR

    Hi,

    I have a Spring application which contains so many Spring Context XML files, these are a part of WAR file which we deployed in tomcat server. Whenever we make changes to these XML files we...
  16. Profile Spring methods using annotation

    Hi ,

    I want to performance monitor & profile the respective methods in Spring Services through annotation. I am using Spring 2.5 and not 3.1 which supports @profile.Similar to that behavior I need...
  17. Thanks Marten. That was a typo it is not a...

    Thanks Marten. That was a typo it is not a private method it is a public method

    @transactional(..,rollbackFor="RuntimeException.cl ass")
    public void doWork(UnitOfWork work) {
    dao.m1(data1);...
  18. Transaction atomicity with Spring transactional annotation

    Hi,

    I am working the transaction atomicity using Spring . Below is what I am doing

    public void runBatchJob() {
    while (true) {
    // generate work
    doWork(unitOfWork);
    }
    }
  19. Guys any update will be really appreciated.

    Guys any update will be really appreciated.
  20. Thanks. What is happening right now is we are...

    Thanks. What is happening right now is we are having all our queries irrespective of the modules in a single XML file which is loaded during the startup as an eager loading. Similarly there are DAO's...
  21. Load DAOImpl and its respective Queries on demand

    Hi,

    I have a requirement, where I need to load the SQL queries for the specific DAO on demand when the request has been made. This will ensure that I am not loading all the objects as I will be...
  22. Loading DAO and SQL on demand for the request

    Hi,

    I have a requirement, where I need to load the SQL queries for the specific DAO on demand when the request has been made. This will ensure that I am not loading all the objects as I will be...
  23. Creating Dynamic Command Object in Spring MVC

    Hi,

    Is it possible to create a dynamic command object in spring? like what we have in struts we have DynaActionForm? Similarly what is the default scope for the command object if it is not...
  24. Replies
    1
    Views
    371

    Guys no response for this. Please respond ASAP.

    Guys no response for this. Please respond ASAP.
  25. Replies
    1
    Views
    371

    Load DAOImpl lazily

    Hi,

    I don't want to load the my DAOImpl eagely during the startup of the server as I am not going to pre-populate any data upfront.
    In such case always it will be better to load the DAOImpl on...
Results 1 to 25 of 31
Page 1 of 2 1 2