Hi all,
When i make a report with 2-tier, I usually do the following
pattern:
Java Application(Client) <----> Database (Server)
Crystal Report <----> Store procedure
And now i must make a report with 3-tier :
Java Application(Client) <----> Middle tier(Server) <----> Database (Server)
Crystal Report <---->
EJB <----> Store procedure
I have a trouble with :
Java Application(Client) <----> Middle tier(Server)
Crystal Report <----> EJB
With 3-tier ,if I don't want to use store procedure, and I want to use EJB to make report with Crystal Report.
Can you help me ?