Hi ...
I am referring to BO in context of java design pattern http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html
Type: Posts; User: mgorav; Keyword(s):
Hi ...
I am referring to BO in context of java design pattern http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html
Hi All,
Where should the business logic reside. We have been thinking of using BO which wraps the JPA entity and put our business logic into it. BO will be used a prototype bean + a provider (per...
Hi All,
I was reading the spring batch documentation where its written it can be used for "Insurance benefit determination"
We are envisioning to use spring batch for health insurance claim...
Hi,
Thanks.
]You were absolutely correct. Calling destroy on thread local was very dangerous and leads to unpredictable results (like spring batch RepeatContext which also used thread local...
calling destroy method of the threadlocaltarget source, after the webserice/ui request is completed solved the problem.
Thanks for not giving answer and inspiring me to dig deeper ;-)
I am eagerly awaiting reply
Spring team, can somebody please respond and help ???
NOTE :-
1) ohiDatagridContext is a singleton beans that set the default value.
But OhiContext can be altered via UI (war) or Webservice (war).
2) UI and Webserivce war bundled in a EAR and...
Hi All,
I am creating thread local using ThreadlocalTargetSource. The application when deployed on weblogic application server, its observerved that the thread local variable not getting cleared...
hi,
I want to pass the CorrelationId to WebServiceMessage using webservice outbound gateway.
Below is my spring configuration
<chain input-channel="webServiceInputChanel">...
Thanks for reply.
Aim of using expression language - Groovy Script
====================================
We are aiming to use Spring Batch for Claim Processing. Within the Claim Processing we...
I was looking into Spring 3.0M3 documentation http://static.springsource.org/sprin...html/ch07.html
Its mentioned there "SpEL is based on an technology agnostic API allowing other expression...
I was looking into Spring 3.0M3 documentation http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch07.html
Its mentioned there "SpEL is based on an technology...
Thanks... your tip helped me...
Just wanted to share Oracle Coherence and SI + SB rocks for Grid computing/ imports
I utilized Oracle Coherence - data affinity concept for grid computing.
...
Hey Dave,
First of all I would like apologize if my words have offended you. But I would like to tell you; I have attended your presentation in spring one and one who has learn a LOT from you...
Being Spring user for so long and one who is very fond of Spring framework .. I am pretty disappointed... No replies
I am able to run the RemoteLauncherTests but not able to see the notifications
I am getting the error
"SEVERE: Failed to get "NotificationPublisher":...
Spring batch team : Your suggestions are valuable and eagerly waiting for reply .....
I am working on system, where we have written API’s to import values using EclipseLink. (Lets call its API sub-sytem). Using these API we are planning to import records of order 100 millons plus. We...
Hi Daye,
FileToMessagesJobFactoryBean works like magic.... :-)
Can FileToMessagesJobFactoryBean can be integrated to pollable channel?
My Requirement : keep listening to the directory...
My Dev Env
1. Jdk 1.5
2. Spring 2.5.5.A
3. Groovy 1.0
I have two module
xx.api.jar and groovy-validation.jar
All my JUnit test cases works fine with groovy-validation.jar.
Can Oracle ADF BC be integrated with Spring Batch?
Few challenges ADF BC handles the transaction inside the framework, it doesn't have declarative approach to transaction handling.
I am not...
Is it possible to have conditional flow of steps like?
Step1 --> Step2 --> Step3 (If <condition == true> else Step7,Step9,Step10 [skip steps 4,5,6]) --> Step4 -->Step5 --> Step6 --> Step7 -->...
I agree with you totally that usage of Coherence will be “crazy overkill”. So let me tell you our business use case so that you can suggest or give us some hints. We are making the claim processing...
How to Integrate Oracle Coherence with Spring Batch? Idea is to use Oracle Coherence as sratch pad memory to be accessed by the steps. Also why is JobParameters immutable?
Can above is achieved my...