Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    3,015

    Apache CXF + Spring Security + Oauth

    Hi Abhishek,

    How was your experience with Apache CXF + Spring Security + Oauth.

    I am trying this combination to authenticate iPhone users.

    How was your experience.

    Can you please kindly...
  2. Replies
    8
    Views
    2,351

    Thanks All for your replies... I was trying...

    Thanks All for your replies... I was trying ContextSingletonBeanFactoryLocator, but some how it was not working...I have given my code and implementation details already.. But I find idea having our...
  3. Replies
    8
    Views
    2,351

    Could u pls tell me how to load context, and how...

    Could u pls tell me how to load context, and how mdb and ejb can share same context .?
  4. Replies
    8
    Views
    2,351

    This is serious issue for me has anybody got any...

    This is serious issue for me has anybody got any solution. I wonder If I should use ClassPathXmlApplicationContext instead of FileSystemXmlApplicationContext as I have seen in previous post, they are...
  5. Transaction Management : Architectural Issue

    Hi,

    This is a typical requirement for financial applications, where we need to commit failed messages (at same time rollback entire transaction within application) and sending it to error Queue,...
  6. Replies
    8
    Views
    2,351

    ContextSingletonBeanFactoryLocator MDB

    I am facing serious problem spending nights not getting any clue.

    My Flow : MDB > SessionBean > Service Objects.

    I have issue of duplicate ApplicationContext. It is loading ApplicationContext...
  7. By mistake posted message in wrong thread.

    By mistake posted message in wrong thread.
  8. Replies
    7
    Views
    1,410

    It was working previously. actually I haven't...

    It was working previously. actually I haven't analyzed log before posting this message. Sorry for that.
  9. Replies
    7
    Views
    1,410

    Its working

    Thank you all very much for your responses. Actually its working..Everytime it fetches result from cache not from database.
  10. Replies
    7
    Views
    1,410

    I have just changed hibernate config with...

    I have just changed hibernate config with following properties, but problem remains same :(
    <value>
    hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
    hibernate.show_sql=true...
  11. Replies
    7
    Views
    1,410

    Spring hibernate EHCache dont work

    Folks,

    I am trying to implement readOnly query cache within spring framework using hibernate and EHCache.

    I have configured show_sql = true.

    Now when First time when I invoke query, I sees...
  12. Replies
    4
    Views
    2,520

    Many Thanks karldmoore & gmatthews for your...

    Many Thanks karldmoore & gmatthews for your valuable inputs regarding caching.

    Hey I am implementing a validator mechanism using groovy(choosen ahead of drools, beanshell). I am using spring...
  13. Replies
    4
    Views
    2,520

    Best Caching Strategy

    Sorry for starting new thread.

    1.
    I am planning to cache static (not modified frequently) data for my application.
    Existing threads suggests that hibernate caching will be the best option.
    For...
  14. Replies
    2
    Views
    732

    If different remote object follows same behaviour...

    If different remote object follows same behaviour with different implementation than injection should be best strategy (different impl for same interface behaviour)

    I think your application code...
  15. Replies
    3
    Views
    892

    Thanks for your replies. I was looking for file...

    Thanks for your replies. I was looking for file based message processing.
    I am developing a generic framework which provides asynchronous high performance message processing, file based message...
  16. Replies
    11
    Views
    2,717

    Hey this is what I was looking for. We have to...

    Hey this is what I was looking for. We have to process high volume feed based message.

    Thanks for the information. This is very much fitting into our requirement.

    But Pervasive seems to be...
  17. Replies
    11
    Views
    2,717

    High performant Batch based message processing

    Can anybody suggest me any existing open source reliable framework for batch based message processing.

    We need high performant solution.

    Thanks in advance.
  18. Replies
    3
    Views
    892

    Batch based message processing

    Can anybody suggest me any existing open source reliable framework for batch based message processing.

    We need high performant solution.

    Thanks in advance.
  19. From spring documentation : Extends the...

    From spring documentation :
    Extends the ConfigurableListableBeanFactory configuration interface to enable programmatic registration of InstantiationProcessors with BeanFactories.

    Use...
  20. What do u mean by non spring bean ? I suppose...

    What do u mean by non spring bean ? I suppose bean which is not declared in spring description config file. In that case you can programmatically register a bean with spring container.
  21. Replies
    9
    Views
    1,515

    If I am getting it correct, Spring components...

    If I am getting it correct, Spring components means classes defined in spring container. Try using terracota.
  22. XA Transaction with message batching VS no-XA, dup_OK messages

    Hello,

    We have requirement for strict XA-enabled message transaction. We want message to be processed exactly once with ACID requirement.

    But I am thinking if I can avoid XA (as XA transaction...
  23. I have designed similar application. I have...

    I have designed similar application.

    I have used following combination.

    1. MDB (to levarage message batching from weblogic 9.2)

    2. Spring (dependency injections/programmed with interface)
    ...
  24. Composition example : Body is composed of all...

    Composition example :

    Body is composed of all parts, cann't be saperated :)

    // all body parts are part of body constructor

    class Body {

    Heart heart = null
    Liver liver = null
  25. Replies
    9
    Views
    1,595

    I am hearing about Terracotta in so many forums...

    I am hearing about Terracotta in so many forums and blogs. Just wanted to check Is it extensively used commercially and reliable as claimed in their documentation.

    Can anybody share their real...
Results 1 to 25 of 50
Page 1 of 2 1 2