Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » where to put pojo jar?
where to put pojo jar? [message #49218] Wed, 22 June 2005 13:19 Go to next message
Eclipse UserFriend
Originally posted by: timo.reichert.dp-itsolutions.de

hi,
i have written my own plugin which is using the birt report engine.
everything works fine. but now i want to use a scriptet datasource.
i don't know where i have to put my pojo classes so that the enginge
can find them. the preview in the eclipse designer perspective works fine.
i put the classes to
...org.eclipse.birt.report.viewer\birt\WEB-INF\classes.
Re: where to put pojo jar? [message #49449 is a reply to message #49218] Wed, 22 June 2005 15:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: timo.reichert.dp-itsolutions.de

the api is my friend ;o)

config.addScriptableJavaObject("foo", aFooinstance);
// You can now write foo.bar() in your report
Re: where to put pojo jar? [message #49539 is a reply to message #49218] Wed, 22 June 2005 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: emarquina.issintl.com

Hey Tim,

I read your message about the BIRT plugin you made. I also would like to
build my own plugin for BIRT. Could youe please give me some guidelines
on how or where to start?, how did you learn, what did you read?. Any
help would be greatly appreciated

Thanks,
Ernesto

timo reichert wrote:
> hi,
> i have written my own plugin which is using the birt report engine.
> everything works fine. but now i want to use a scriptet datasource.
> i don't know where i have to put my pojo classes so that the enginge
> can find them. the preview in the eclipse designer perspective works fine.
> i put the classes to ..org.eclipse.birt.report.viewer\birt\WEB-INF\classes.
Re: where to put pojo jar? [message #49569 is a reply to message #49449] Wed, 22 June 2005 16:47 Go to previous messageGo to next message
Jingming Ma is currently offline Jingming MaFriend
Messages: 30
Registered: July 2009
Member
I got this "org.mozilla.javascript.NativeJavaObject@8a548b" instead. Can you
help? Thanks.
Jim
"timo reichert" <timo.reichert@dp-itsolutions.de> wrote in message
news:5a91134b7ce4d6bd9be7474a7f0c1da1$1@www.eclipse.org...
> the api is my friend ;o)
>
> config.addScriptableJavaObject("foo", aFooinstance);
> // You can now write foo.bar() in your report
>
Re: where to put pojo jar? [message #50184 is a reply to message #49539] Thu, 23 June 2005 06:17 Go to previous message
Eclipse UserFriend
Originally posted by: timo.reichert.web.de

maybe this would help u
http://www.eclipse.org/birt/deploy/RunReport.java
Previous Topic:http status 500 error
Next Topic:Missing
Goto Forum:
  


Current Time: Thu Jul 18 19:24:07 GMT 2024

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

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

Back to the top