Results 1 to 4 of 4

Thread: How to generate Java with Crystal Reports

  1. #1
    Join Date
    Oct 2008
    Posts
    86

    How to generate Java with Crystal Reports

    I have created project on java programming coding, and in java coding there are some 4 to 5 files, and these i wanted to keep it for my reference so i think Crystal reports would be the better option to keep the files for reference.
    Please suggest how to generate crystal reports for my records.

  2. #2
    Join Date
    Feb 2009
    Posts
    62

    Re: How to generate Java with Crystal Reports

    The Crystal Reports offering for Java developers. It contains four components:Crystal Reports also integrates with Enterprise portals, with Portal Integration Kits available for Oracle 1) Java runtime engine, 2) Intuitive viewers for embedding Crystal Reports 3) A simple, efficient, and embeddable report design tool for authoring Crystal Reports within the Eclipse SDK 3.4.1, and 4) Tooling and SDK to simplify embedding the Crystal Reports runtime engine, use the BusinessObjects XI SharePoint 2007 Portal Integration Kit to integrate content directly with your .NET base, integrating with Microsoft SharePoint Portal and so on.

  3. #3
    Join Date
    Feb 2006
    Posts
    172

    Re: How to generate Java with Crystal Reports

    Double-click the ViewerSample.jsp to open the document. Below the last import statement, type <%@page import="com.crystaldecisions.report.web.viewer.*"%>.
    Below the if statement block, enter this code snippet:

    This will cause the browser to display different url. Other is by passing the value by the use of the Session variables.

    • CrystalReportViewer viewer = new CrystalReportViewer();
    • viewer.setReportSource(reportSource);
    • viewer.setOwnPage(true);
    • viewer.processHttpRequest(request, response,getServletConfig().getServletContext(), out);


    Right-click ViewerSample.jsp and click Run As > Run on Server.

  4. #4
    Join Date
    Feb 2009
    Posts
    105

    Re: How to generate Java with Crystal Reports

    One way of doing this is by using the Custom HttpHandlers. This will cause the browser to display different url. Other is by passing the value by the use of the Session variables. J-Integra for COM is a Java interoperability component that bridges Java and Crystal Reports. It provides bi-directional access of Java objects and COM components.

Similar Threads

  1. Crystal Reports Tutorial needed
    By Miltongomes in forum Software Development
    Replies: 4
    Last Post: 29-09-2010, 12:30 PM
  2. Refresh prob in Crystal Reports 9 from VB6
    By supun24 in forum Software Development
    Replies: 1
    Last Post: 07-07-2009, 11:00 AM
  3. Error 429 after trying to generate crystal report
    By Author in forum Operating Systems
    Replies: 3
    Last Post: 16-05-2009, 07:08 PM
  4. How to generate reports with IReport / Jasper Reports
    By JPGargoyle in forum Software Development
    Replies: 3
    Last Post: 24-04-2009, 05:48 PM
  5. Problem with VB6 and Crystal Reports 9
    By PARRISH in forum Software Development
    Replies: 8
    Last Post: 09-02-2009, 11:26 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,576,427.37157 seconds with 17 queries