- Is'nt there really any RPM?
- How to install from ZIP? [...]
Vasilis Souvatzis wrote:You need the 32bit version of the JRE. ....
I agree. Here's the link: http://aspose.com/file-tools
Originally posted by Johnty Rhodes:
BusinessDelegate pattern is not for providing coarse grained service...i think it is the fuction of Facade.
Originally posted by Johnty Rhodes:
So for all these service, I will have BusinessDelegates.
Originally posted by Johnty Rhodes:
If there are N services, ...
Originally posted by Johnty Rhodes:
... then there will be N business delegates.
Originally posted by Johnty Rhodes:
If I put Business Delegates for all services, My Seq. diagram is becoming big ...
Originally posted by Johnty Rhodes:
Can I avoid putting BD and just attach notes saying 'Business Delegate and Service Locator is used to get the Sevice'?
Originally posted by Raj Nerurkar:
However I am concerned that this appraoch will make my solution
container dependent and will need considerable amount of
effort while porting to another container.
Originally posted by Saritha ventrapragada:
Actually I was thinking of one more layer of POJO classes (like facade classes) ...
Originally posted by tony clare:
by using reference, I understand there are 3 sequence diagrams for each use case: web client, swing client and a common shared EBJ tier. Right ?
Originally posted by Bobby Sh:
I was referring to 'Session Facade' of SUN to 'Facade' of GoF , based on their behavior.
Originally posted by Maris Orbidans:
We are discussing authentication of SWING clients.
Originally posted by Maris Orbidans:
Of course, in practice we often use vendor specific JNDI authentication, but it's not ideal.
Originally posted by Saritha ventrapragada:
If both the Web and Swing components are using same business logic why cant we have a generic Actor called UI, ...
Originally posted by Saritha ventrapragada:
... generic Actor called UI, which initiates business logic
Originally posted by Saritha ventrapragada:
We can draw seperate sequence diagrams for Swing and Web application.
In these diagram for the business part logic we would refer to the above sequence diagrams.