> i want to make an EJB project(banking project).
>
[quoted text clipped - 4 lines]
>
> How do i decide ?
> > i want to make an EJB project(banking project).
> >
[quoted text clipped - 12 lines]
>
> Arne
hi thanks for the response.
can you please provide an example, what do you meant by "synchronise
service".
Say, a customer wants to deposit some cash.......is it a 'synchronise
service' .....is it a session bean ?
and also please explain 'asynchronous service 'by an example.
Arne Vajhøj - 02 Sep 2006 20:21 GMT
>> data => entity
>> synchronous service => session
>> asynchronous service => message
>>
>> To me Customer sound as data.
> can you please provide an example, what do you meant by "synchronise
> service".
[quoted text clipped - 3 lines]
>
> and also please explain 'asynchronous service 'by an example.
In this context:
synchronous = you call and wait for response while processing is done
asynchronous = you call and does not wait for processing to complete
To me deposit sound as synchronous.
Arne