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...
Type: Posts; User: shivnarayan; Keyword(s):
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...
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...
Could u pls tell me how to load context, and how mdb and ejb can share same context .?
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...
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,...
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...
By mistake posted message in wrong thread.
It was working previously. actually I haven't analyzed log before posting this message. Sorry for that.
Thank you all very much for your responses. Actually its working..Everytime it fetches result from cache not from database.
I have just changed hibernate config with following properties, but problem remains same :(
<value>
hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
hibernate.show_sql=true...
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...
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...
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...
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...
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...
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...
Can anybody suggest me any existing open source reliable framework for batch based message processing.
We need high performant solution.
Thanks in advance.
Can anybody suggest me any existing open source reliable framework for batch based message processing.
We need high performant solution.
Thanks in advance.
From spring documentation :
Extends the ConfigurableListableBeanFactory configuration interface to enable programmatic registration of InstantiationProcessors with BeanFactories.
Use...
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.
If I am getting it correct, Spring components means classes defined in spring container. Try using terracota.
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...
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)
...
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
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...