<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Building Dynamic JasperReports</title>
	<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/</link>
	<description>Brian Burridge shares his thoughts and opinions on Internet Software Architecture and Development, chronicles his current projects and areas of research, and give tips and tricks he discovers along the way.</description>
	<pubDate>Thu, 21 Aug 2008 18:27:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Juan Manuel Alvarez</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-7015</link>
		<pubDate>Sat, 22 Sep 2007 04:44:02 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-7015</guid>
					<description>DynamicJasper (http://dynamicjasper.sourceforge.net/) is an open source reporting framework that allows users to create a great variety of reports through an intuitive Java API. It lets you define programmatically columns, groups, totals, charts, output format (pdf, excel, html and more) and many design aspects at runtime. The DJ API deals with lots of layout issues making the design process easy and automatic. Latest release adds subreport capabilities. It's based on JasperReports  reporting system, and helps you reduce its complexity (and development time).</description>
		<content:encoded><![CDATA[<p>DynamicJasper (http://dynamicjasper.sourceforge.net/) is an open source reporting framework that allows users to create a great variety of reports through an intuitive Java API. It lets you define programmatically columns, groups, totals, charts, output format (pdf, excel, html and more) and many design aspects at runtime. The DJ API deals with lots of layout issues making the design process easy and automatic. Latest release adds subreport capabilities. It&#8217;s based on JasperReports  reporting system, and helps you reduce its complexity (and development time).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Juan Manuel Alvarez</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-7014</link>
		<pubDate>Sat, 22 Sep 2007 04:40:26 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-7014</guid>
					<description>Ever tried DynamicJasper? (http://dynamicjasper.sourceforge.net/) this solutions wraps Jasper Reports while keeping full compatibility.

Dynamic Report are achieved without XML files. Everything can be configured at runtime.

Regars.
Juan</description>
		<content:encoded><![CDATA[<p>Ever tried DynamicJasper? (http://dynamicjasper.sourceforge.net/) this solutions wraps Jasper Reports while keeping full compatibility.</p>
<p>Dynamic Report are achieved without XML files. Everything can be configured at runtime.</p>
<p>Regars.<br />
Juan
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bora erbas</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-6523</link>
		<pubDate>Wed, 01 Aug 2007 10:54:25 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-6523</guid>
					<description>&quot;embed the reports into web&quot; would mean = send a request to the server (a servlet possibly) along with the report parameters (if any) and return the html (jsp) with the report (maybe a jpg containing a chart) embedded in it. This is how I do it and nothing is magic, simple jasper-reports work. If you need to create a chart image however, on the server side you may need to first save the image on the file system and have the jsp refer to it...</description>
		<content:encoded><![CDATA[<p>&#8220;embed the reports into web&#8221; would mean = send a request to the server (a servlet possibly) along with the report parameters (if any) and return the html (jsp) with the report (maybe a jpg containing a chart) embedded in it. This is how I do it and nothing is magic, simple jasper-reports work. If you need to create a chart image however, on the server side you may need to first save the image on the file system and have the jsp refer to it&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Yudha Nugraha</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-6457</link>
		<pubDate>Fri, 27 Jul 2007 08:35:30 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-6457</guid>
					<description>to whom this may concern,

did anybody know how to create a report with jasper reports and how to embed the reports into web, please send me a simple code using java if anybody know how to create it</description>
		<content:encoded><![CDATA[<p>to whom this may concern,</p>
<p>did anybody know how to create a report with jasper reports and how to embed the reports into web, please send me a simple code using java if anybody know how to create it
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jai</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-4858</link>
		<pubDate>Mon, 09 Apr 2007 13:41:53 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-4858</guid>
					<description>hi guys, would any budy help me out how to create a report in browser from database and send me coding ...........</description>
		<content:encoded><![CDATA[<p>hi guys, would any budy help me out how to create a report in browser from database and send me coding &#8230;&#8230;&#8230;..
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brian Burridge</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-2511</link>
		<pubDate>Tue, 17 Oct 2006 14:29:29 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-2511</guid>
					<description>Please see my post on using Oracle Stored procedures from JasperReports. http://www.brianburridge.com/2006/06/04/how-to-call-stored-procedures-from-jasper-reports/</description>
		<content:encoded><![CDATA[<p>Please see my post on using Oracle Stored procedures from JasperReports. <a href='http://www.brianburridge.com/2006/06/04/how-to-call-stored-procedures-from-jasper-reports/' rel='nofollow'>http://www.brianburridge.com/2006/06/04/how-to-call-stored-procedures-from-jasper-reports/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nuno Silva</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-2507</link>
		<pubDate>Mon, 16 Oct 2006 15:13:25 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-2507</guid>
					<description>hi

i would like to access data via a stored procedure from a database, does anyone know how to do this ???
if this is not possible there is always the chance to create a data provider with the data retrived from the stored procedured called in a java class.

help is appreciated

thanks in advance
Nuno Silva</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i would like to access data via a stored procedure from a database, does anyone know how to do this ???<br />
if this is not possible there is always the chance to create a data provider with the data retrived from the stored procedured called in a java class.</p>
<p>help is appreciated</p>
<p>thanks in advance<br />
Nuno Silva
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sunil</title>
		<link>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-2162</link>
		<pubDate>Wed, 05 Jul 2006 14:42:11 +0000</pubDate>
		<guid>http://www.brianburridge.com/2006/06/30/dynamic-jasperreports/#comment-2162</guid>
					<description>http://www-128.ibm.com/developerworks/websphere/library/techarticles/0505_olivieri/0505_olivieri.html
The url is very informative , but any ideas regarding using the same with spring-jasper views?? (JasperReportsMultiFormatView ).
 is there any way JasperReportsMultiFormatView  can exsist without the jrxml &quot;url&quot; parameter ??
 any info/links  is welcome . 

Thanks
Sunil</description>
		<content:encoded><![CDATA[<p><a href='http://www-128.ibm.com/developerworks/websphere/library/techarticles/0505_olivieri/0505_olivieri.html' rel='nofollow'>http://www-128.ibm.com/developerworks/websphere/library/techarticles/0505_olivieri/0505_olivieri.html</a><br />
The url is very informative , but any ideas regarding using the same with spring-jasper views?? (JasperReportsMultiFormatView ).<br />
 is there any way JasperReportsMultiFormatView  can exsist without the jrxml &#8220;url&#8221; parameter ??<br />
 any info/links  is welcome . </p>
<p>Thanks<br />
Sunil
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
