Re: JasperReports and D2W

2012-03-31 Thread Farrukh Ijaz
Hi Ted, can you be more specific what are you trying to do? 

Are you building a Jasper client? 
Embedding Jasper server in a D2W app?
Or Trying to build a report for D2W Models?

Each of them have different issues to that need to resolve. 

IIRC Jasper server is based on servlet model if your trying to package it them 
you need to deploy the D2W app in Java EE environment. 

What issues you've faced so far?

Farrukh 

Theodore Petrosky tedp...@yahoo.com wrote:

Has anyone implemented JasperReports in a D2W app? I am having problems trying 
to bring in the Wonder app version. I just don't get some of the issues.

Ted
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com

This email sent to farrukh.i...@fuegodigitalmedia.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: JasperReports and D2W

2012-03-31 Thread Theodore Petrosky
I am just beginning a D2W app. I am collecting reports and I want to use JR to 
print beautifully formatted reports. 

So basically, I have a List view and put a print link on each line. 

Ted

--- On Sat, 3/31/12, Farrukh Ijaz farrukh.i...@fuegodigitalmedia.com wrote:

 From: Farrukh Ijaz farrukh.i...@fuegodigitalmedia.com
 Subject: Re: JasperReports and D2W
 To: Theodore Petrosky tedp...@yahoo.com, webobjects-dev@lists.apple.com
 Date: Saturday, March 31, 2012, 3:15 PM
 Hi Ted, can you be more specific what
 are you trying to do? 
 
 Are you building a Jasper client? 
 Embedding Jasper server in a D2W app?
 Or Trying to build a report for D2W Models?
 
 Each of them have different issues to that need to resolve.
 
 
 IIRC Jasper server is based on servlet model if your trying
 to package it them you need to deploy the D2W app in Java EE
 environment. 
 
 What issues you've faced so far?
 
 Farrukh 
 
 Theodore Petrosky tedp...@yahoo.com
 wrote:
 
 Has anyone implemented JasperReports in a D2W app? I am
 having problems trying to bring in the Wonder app version. I
 just don't get some of the issues.
 
 Ted
  ___
 Do not post admin requests to the list. They will be
 ignored.
 Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
 
 This email sent to farrukh.i...@fuegodigitalmedia.com
 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: JasperReports and D2W

2012-03-31 Thread Farrukh Ijaz
That should not be a problem. You can use iReports to design the report that is 
built using Java objects. You  need to create an action that should invoke this 
 report using Jasper api and perhaps you need to collect its rendered output as 
input stream and generate a response object and return from the action.

If you are getting an compile or runtime issues pls share the stack trace. 
Thanks,

Farrukh 

Theodore Petrosky tedp...@yahoo.com wrote:

I am just beginning a D2W app. I am collecting reports and I want to use JR to 
print beautifully formatted reports. 

So basically, I have a List view and put a print link on each line. 

Ted

--- On Sat, 3/31/12, Farrukh Ijaz farrukh.i...@fuegodigitalmedia.com wrote:

 From: Farrukh Ijaz farrukh.i...@fuegodigitalmedia.com
 Subject: Re: JasperReports and D2W
 To: Theodore Petrosky tedp...@yahoo.com, webobjects-dev@lists.apple.com
 Date: Saturday, March 31, 2012, 3:15 PM
 Hi Ted, can you be more specific what
 are you trying to do? 
 
 Are you building a Jasper client? 
 Embedding Jasper server in a D2W app?
 Or Trying to build a report for D2W Models?
 
 Each of them have different issues to that need to resolve.
 
 
 IIRC Jasper server is based on servlet model if your trying
 to package it them you need to deploy the D2W app in Java EE
 environment. 
 
 What issues you've faced so far?
 
 Farrukh 
 
 Theodore Petrosky tedp...@yahoo.com
 wrote:
 
 Has anyone implemented JasperReports in a D2W app? I am
 having problems trying to bring in the Wonder app version. I
 just don't get some of the issues.
 
 Ted
  ___
 Do not post admin requests to the list. They will be
 ignored.
 Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
 
 This email sent to farrukh.i...@fuegodigitalmedia.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com