Matt Sorry for the delay in coming back to you ...
Crystal reports was integrated as follows: * The CR jars were installed manually. The pom.xml was updated to pick up the new dependencies. We are trying to use a local repository and intend make them available in that eventually. * CFConfig.xml was added to src/main/resources The following directory was added src/main/webapp/crystalreportviewers. This directory contains the CR image handler and other includes required for the CR java viewer * The following directory was added src/main/webapp/reports to contain the *.rpt report files * The following directory was added src/main/webapp/reportviewers to contain *.jsp files generated from the *.rpt files using the * The CR tag lib was added to src/main/webapp/WEB-INF/crystal-tags-reportviewer.tld The dispatcher-servlet.xml filenameController bean was updated for each *.jsp viewer file. * We have tested the report with canoo webtest with reasonable results except that we have to find a work around as verifytext fails on the verification of sentences that contain spaces i.e. Cash Flow is Cash Flow within the Report. Therefore verifytext "Cash" will pass whereas "Cash Flow" will fail. We can now use the eclipse based crystal reports designer within our appfuse project create reports, generate a jsp to view the report and have the report displayed in our spring mvc app with relative ease. http://diamond.businessobjects.com/eclipse Most of the work was carried out by RizwanUllah Khurshid. Thanks & all the best Colin mraible wrote: > > I don't know of any integration work that's been done to support > Crystal Reports with Spring MVC. However, if you can integrate it with > Servlets, you should be able to do that in an AppFuse project. > > Is there any documentation for Crystal Reports that shows how to > integrate with something like Struts? You may be able to leverage that > and adapt it for Spring MVC. > > Matt > > On 10/28/07, cfoy <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> I am currently using appfuse 2.0, spring MVC and hibernate project and >> need >> to integrate Crystal Reports for Reports. I would appreciate any pointers >> on >> how best to do this integration. >> >> Spring MVC has a jasper report view however I haven't found an equivalent >> for crystal. >> >> Thanks in advance, >> >> Colin >> >> BTW. This is the 3rd project I have kicked off with appfuse and the >> experience just keeps getting better each time I come back to AF. >> -- >> View this message in context: >> http://www.nabble.com/Appfuse-2.0-app-that-integrates-with-with-crystal-reports-tf4708181s2369.html#a13457189 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Appfuse-2.0-app-that-integrates-with-with-crystal-reports-tf4708181s2369.html#a14225927 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
