Skip to main content



      Home
Home » Archived » BIRT » BIRT & POJO objects
BIRT & POJO objects [message #16732] Thu, 10 March 2005 02:54 Go to next message
Eclipse UserFriend
Hello!

At the BIRT site was mentioned that it can work with POJO. I try finding
out how can I achieve that in 1M1, but was completely lose.

Does anyone know how/when work with POJO will be available?
Re: BIRT & POJO objects [message #17549 is a reply to message #16732] Thu, 10 March 2005 14:16 Go to previous messageGo to next message
Eclipse UserFriend
The term "POJO" (Plain Old Java Objects) applies in many contexts within
BIRT.

BIRT provides scripting using JavaScript. BIRT uses the Mozilla Rhino engine
which provides excellent integration with Java, so that your scripts can
call into POJOs.

One use of scripting is to create a scripted data source & data that gets
your report's data from POJOs. However, the scripted data source & data set
are not yet available.

- Paul

Paul Rogers
BIRT PMC

"FoxyBOA" <boa@inp.kiev.ua> wrote in message
news:d0oufd$ep5$1@www.eclipse.org...
> Hello!
>
> At the BIRT site was mentioned that it can work with POJO. I try finding
> out how can I achieve that in 1M1, but was completely lose.
>
> Does anyone know how/when work with POJO will be available?
>
>
Re: BIRT & POJO objects [message #17588 is a reply to message #17549] Fri, 11 March 2005 02:24 Go to previous messageGo to next message
Eclipse UserFriend
Paul Rogers wrote:

Hello Paul!

Let me a bit clarify situation. I want to use BIRT in such scenario:
1. ORM get from DB list of objects (i.e. Set<Customer>)
2. BIRT use list (i.e. Set<Customer>) as data source for report

If you have any information how/when I can use BIRT in such way, please
explain it.

Many thanks.

> The term "POJO" (Plain Old Java Objects) applies in many contexts within
> BIRT.

> BIRT provides scripting using JavaScript. BIRT uses the Mozilla Rhino engine
> which provides excellent integration with Java, so that your scripts can
> call into POJOs.

> One use of scripting is to create a scripted data source & data that gets
> your report's data from POJOs. However, the scripted data source & data set
> are not yet available.

> - Paul

> Paul Rogers
> BIRT PMC

> "FoxyBOA" <boa@inp.kiev.ua> wrote in message
> news:d0oufd$ep5$1@www.eclipse.org...
>> Hello!
>>
>> At the BIRT site was mentioned that it can work with POJO. I try finding
>> out how can I achieve that in 1M1, but was completely lose.
>>
>> Does anyone know how/when work with POJO will be available?
>>
>>
Re: BIRT & POJO objects [message #17681 is a reply to message #17588] Fri, 11 March 2005 14:27 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for the additional info. You'll want to use the scripted data source
& scripted data set elements that BIRT provides. They are not yet available
in the 1.0M1 build, but are planned for Release 1.0. If you look back though
the newsgroup postings, Scott Rosenbaum & I had a detailed description of
how this might work. Look at the posts around Jan. 1st - 5th. We'll also
provide an example once the feature is available.

- Paul

Paul Rogers
BIRT PMC

"FoxyBOA" <boa@inp.kiev.ua> wrote in message
news:d0rh33$2oe$1@www.eclipse.org...
> Paul Rogers wrote:
>
> Hello Paul!
>
> Let me a bit clarify situation. I want to use BIRT in such scenario:
> 1. ORM get from DB list of objects (i.e. Set<Customer>)
> 2. BIRT use list (i.e. Set<Customer>) as data source for report
>
> If you have any information how/when I can use BIRT in such way, please
> explain it.
>
> Many thanks.
>
>> The term "POJO" (Plain Old Java Objects) applies in many contexts within
>> BIRT.
>
>> BIRT provides scripting using JavaScript. BIRT uses the Mozilla Rhino
>> engine which provides excellent integration with Java, so that your
>> scripts can call into POJOs.
>
>> One use of scripting is to create a scripted data source & data that gets
>> your report's data from POJOs. However, the scripted data source & data
>> set are not yet available.
>
>> - Paul
>
>> Paul Rogers
>> BIRT PMC
>
>> "FoxyBOA" <boa@inp.kiev.ua> wrote in message
>> news:d0oufd$ep5$1@www.eclipse.org...
>>> Hello!
>>>
>>> At the BIRT site was mentioned that it can work with POJO. I try finding
>>> out how can I achieve that in 1M1, but was completely lose.
>>>
>>> Does anyone know how/when work with POJO will be available?
>>>
>>>
>
>
Re: BIRT & POJO objects [message #19434 is a reply to message #17681] Wed, 16 March 2005 16:56 Go to previous messageGo to next message
Eclipse UserFriend
Paul Rogers wrote:

Thanks for your response Paul. I've check the latest available version of
BIRT(S20050314), but still have no idea does it includes rhino scripting
engine or not. If no, can you incline in some way when I'll have a chance
to evaluate POJO interop. functionality?

Other a bit strange thing is org.eclipse.birt.converters subproject. It
was mentioned at
http://www.eclipse.org/birt/index.php?page=build/build_instr .html, but
Anonymous doesn’t have access to source code at CVS and know it
disappeared from CVS. Would you be so kind to unveil it: will BIRT support
export from other formats (jasper reports etc.)?

Thanks a lot for your patience.


> Thanks for the additional info. You'll want to use the scripted data source
> & scripted data set elements that BIRT provides. They are not yet available
> in the 1.0M1 build, but are planned for Release 1.0. If you look back though
> the newsgroup postings, Scott Rosenbaum & I had a detailed description of
> how this might work. Look at the posts around Jan. 1st - 5th. We'll also
> provide an example once the feature is available.

> - Paul

> Paul Rogers
> BIRT PMC

> "FoxyBOA" <boa@inp.kiev.ua> wrote in message
> news:d0rh33$2oe$1@www.eclipse.org...
>> Paul Rogers wrote:
>>
>> Hello Paul!
>>
>> Let me a bit clarify situation. I want to use BIRT in such scenario:
>> 1. ORM get from DB list of objects (i.e. Set<Customer>)
>> 2. BIRT use list (i.e. Set<Customer>) as data source for report
>>
>> If you have any information how/when I can use BIRT in such way, please
>> explain it.
>>
>> Many thanks.
>>
>>> The term "POJO" (Plain Old Java Objects) applies in many contexts within
>>> BIRT.
>>
>>> BIRT provides scripting using JavaScript. BIRT uses the Mozilla Rhino
>>> engine which provides excellent integration with Java, so that your
>>> scripts can call into POJOs.
>>
>>> One use of scripting is to create a scripted data source & data that gets
>>> your report's data from POJOs. However, the scripted data source & data
>>> set are not yet available.
>>
>>> - Paul
>>
>>> Paul Rogers
>>> BIRT PMC
>>
>>> "FoxyBOA" <boa@inp.kiev.ua> wrote in message
>>> news:d0oufd$ep5$1@www.eclipse.org...
>>>> Hello!
>>>>
>>>> At the BIRT site was mentioned that it can work with POJO. I try finding
>>>> out how can I achieve that in 1M1, but was completely lose.
>>>>
>>>> Does anyone know how/when work with POJO will be available?
>>>>
>>>>
>>
>>
Re: BIRT & POJO objects [message #19568 is a reply to message #19434] Wed, 16 March 2005 23:20 Go to previous messageGo to next message
Eclipse UserFriend
I wanted to get back to you on the converters project. I was working on
the converters project. We were looking at a converter to convert a
Jasper report into a BIRT ROM Design. We have temporarily discontinued
work on that project while we wait for some additional functionality to
become available in BIRT. The primary issue is that Release 1 of BIRT
will not support free-form text placement.

So for now, the converters project is on hold. If you are interested, I
think we can get the project re-posted, but it is a bit dormant for now.

Scott Rosenbaum
BIRT PMC



FoxyBOA wrote:

> Paul Rogers wrote:
>
> Thanks for your response Paul. I've check the latest available version
> of BIRT(S20050314), but still have no idea does it includes rhino
> scripting engine or not. If no, can you incline in some way when I'll
> have a chance to evaluate POJO interop. functionality?
>
> Other a bit strange thing is org.eclipse.birt.converters subproject.
> It was mentioned at
> http://www.eclipse.org/birt/index.php?page=build/build_instr .html, but
> Anonymous doesn�t have access to source code at CVS and know it
> disappeared from CVS. Would you be so kind to unveil it: will BIRT
> support export from other formats (jasper reports etc.)?
>
> Thanks a lot for your patience.
>
>
>> Thanks for the additional info. You'll want to use the scripted data
>> source & scripted data set elements that BIRT provides. They are not
>> yet available in the 1.0M1 build, but are planned for Release 1.0. If
>> you look back though the newsgroup postings, Scott Rosenbaum & I had
>> a detailed description of how this might work. Look at the posts
>> around Jan. 1st - 5th. We'll also provide an example once the feature
>> is available.
>
>
>> - Paul
>
>
>> Paul Rogers
>> BIRT PMC
>
>
>> "FoxyBOA" <boa@inp.kiev.ua> wrote in message
>> news:d0rh33$2oe$1@www.eclipse.org...
>>
>>> Paul Rogers wrote:
>>>
>>> Hello Paul!
>>>
>>> Let me a bit clarify situation. I want to use BIRT in such scenario:
>>> 1. ORM get from DB list of objects (i.e. Set<Customer>)
>>> 2. BIRT use list (i.e. Set<Customer>) as data source for report
>>>
>>> If you have any information how/when I can use BIRT in such way,
>>> please explain it.
>>>
>>> Many thanks.
>>>
>>>> The term "POJO" (Plain Old Java Objects) applies in many contexts
>>>> within BIRT.
>>>
>>>
>>>> BIRT provides scripting using JavaScript. BIRT uses the Mozilla
>>>> Rhino engine which provides excellent integration with Java, so
>>>> that your scripts can call into POJOs.
>>>
>>>
>>>> One use of scripting is to create a scripted data source & data
>>>> that gets your report's data from POJOs. However, the scripted data
>>>> source & data set are not yet available.
>>>
>>>
>>>> - Paul
>>>
>>>
>>>> Paul Rogers
>>>> BIRT PMC
>>>
>>>
>>>> "FoxyBOA" <boa@inp.kiev.ua> wrote in message
>>>> news:d0oufd$ep5$1@www.eclipse.org...
>>>>
>>>>> Hello!
>>>>>
>>>>> At the BIRT site was mentioned that it can work with POJO. I try
>>>>> finding out how can I achieve that in 1M1, but was completely lose.
>>>>>
>>>>> Does anyone know how/when work with POJO will be available?
>>>>>
>>>>>
>>>
>>>
>
>
Re: BIRT & POJO objects [message #20507 is a reply to message #19434] Thu, 17 March 2005 21:03 Go to previous messageGo to next message
Eclipse UserFriend
The latest stable build does not yet have the scripted data set & data
source. The team is working on some UI issues related to displaying these
items. The build does include Rhino (Rhino is used to evaluate expressions
as well as scripting.) However, more scripting functionality did become
available in this build, but there is more to go.

- Paul

Paul Rogers
BIRT PMC

"FoxyBOA" <boa@inp.kiev.ua> wrote in message
news:d1aa2a$fgt$1@www.eclipse.org...
> Paul Rogers wrote:
>
> Thanks for your response Paul. I've check the latest available version of
> BIRT(S20050314), but still have no idea does it includes rhino scripting
> engine or not. If no, can you incline in some way when I'll have a chance
> to evaluate POJO interop. functionality?
>
> Other a bit strange thing is org.eclipse.birt.converters subproject. It
> was mentioned at
> http://www.eclipse.org/birt/index.php?page=build/build_instr .html, but
> Anonymous doesn
Re: BIRT & POJO objects [message #53324 is a reply to message #17549] Mon, 04 July 2005 15:15 Go to previous messageGo to next message
Eclipse UserFriend
Hello Paul,

I am trying to use my POJOS retrieved with Hibernate in a Birt report, but
using the scripting Data Sets I (also) received a 'is not a function' error
trying to instantiate a Simple Java Object;

new Packages.my.package.MyClass();

I guess scripting should be available in this 1.0 final version? Any idea
why this code does not work?

Thanks a lot,

Paul Kuit

"Paul Rogers" <progers@actuate.com> wrote in message
news:d0q6fb$bme$1@www.eclipse.org...
> The term "POJO" (Plain Old Java Objects) applies in many contexts within
> BIRT.
>
> BIRT provides scripting using JavaScript. BIRT uses the Mozilla Rhino
> engine which provides excellent integration with Java, so that your
> scripts can call into POJOs.
>
> One use of scripting is to create a scripted data source & data that gets
> your report's data from POJOs. However, the scripted data source & data
> set are not yet available.
>
> - Paul
>
> Paul Rogers
> BIRT PMC
>
> "FoxyBOA" <boa@inp.kiev.ua> wrote in message
> news:d0oufd$ep5$1@www.eclipse.org...
>> Hello!
>>
>> At the BIRT site was mentioned that it can work with POJO. I try finding
>> out how can I achieve that in 1M1, but was completely lose.
>>
>> Does anyone know how/when work with POJO will be available?
>>
>>
>
>
Re: BIRT & POJO objects [message #53378 is a reply to message #53324] Mon, 04 July 2005 16:17 Go to previous message
Eclipse UserFriend
I found out that the preview web app plugin didn
Previous Topic:Set data set in java code
Next Topic:i18n bug multiplies numbers by 10
Goto Forum:
  


Current Time: Fri Jul 04 18:42:34 EDT 2025

Powered by FUDForum. Page generated in 0.03934 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top