9 Replies Latest reply on Jun 1, 2005 5:38 PM by honey.george

    tools for reporting

    nraghuram

      hi,
      i was looking for a good open source analytic processing tool for reporting. would appreciate if anybody could give me pointers in that direction
      thanks
      raghu

        • 1. 3855098

          Hello!

          We are working on a project to implement the JAIN Service Logic Execution Environment (SLEE). The SLEE is a new concept. It does for telecommunication services and platforms what EJB did for database and business oriented applications -- it is a light weight container for event driven applications and from that point of view is similar to EJB; but there are important differences - database containers tend to provide persistance with durability. SLEE is geared for low latency, replication and distribution. It provides these and other features that are geared towards the telecom service application.

          Visit our project at

          http://mobicents.org

          and let us know what you think.

          We are looking for solid contributors. Hope to hear from you!

          Ranga.

          • 2. 3858455
            meet_to_kartik

            if EntityBean A use an associated entityBean B,

            1. CascadeType.CREATE
            when A is created,persistent context will create associated B

            2. CascadeType.MERGE
            when A is merged,persistent context will merge associated B

            3.CascadeType.REMOVE
            when A is removed,persistent context will removed associated B

            4.CascadeType.ALL
            when A is created/merged/removed,persistent context will rcreated/merged/removed associated B

            Cascade looks like "pass"

            • 3. Re: tools for reporting
              kabirkhan

              I'm not sure I know what the "analytic processing tool" bit means, so I don't know if this is what you're looking for ;-) However, we have used and tailored JasperReports with great success for our project

              • 4. Re: tools for reporting
                nraghuram

                thanks. I was looking for OLAP tools
                raghu

                • 5. Re: tools for reporting
                  acoliver

                  Stay tuned, I'll be making some commits in this area for Jboss in the coming months.

                  • 6. Re: tools for reporting

                    Please visit http://mondrian.sf.net

                    With Regards
                    Santhanam

                    • 7. Re: tools for reporting
                      noel.rocher

                      Hi all,

                      Is there someone interested in developping a reporting system ?

                      based on JasperReports with distribution, scheduling features ?

                      • 8. Re: tools for reporting
                        meet_to_kartik

                         

                        "meet_to_kartik" wrote:
                        Hi,

                        I want the help to configure jasper reports with Jboss server.
                        Could you please asist me ?

                        Thanks,
                        Kartik.


                        • 9. Re: tools for reporting
                          honey.george

                          Hi,
                          I am currently evaluating JasperReports for generating OLAP kind of reports. Can somebody share their experiences using the tool. How flexible it is and easy to adapt.

                          Thanks,
                          George