Re: [appfuse-user] Appfuse 2.0 app that integrates with with crystal reports

2007-12-07 Thread cfoy
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.

Re: [appfuse-user] Appfuse 2.0 app that integrates with with crystal reports

2007-10-29 Thread Matt Raible
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 Stru

[appfuse-user] Appfuse 2.0 app that integrates with with crystal reports

2007-10-28 Thread cfoy
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 adva