Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-21 Thread Ulrich Stärk
Hi Charith, as I've told you before the proposal you submitted contained nothing of what you came up with in the last days. The proposal deadline was on April 9th and you knew that. At that point you were nowhere close to a proper proposal nor did you show that you understood the problem or hav

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-20 Thread Charith Madusanka
Hi all, I want to know whether I have a chance to participate gsoc 2010 with this project ? Thank You charith.

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-19 Thread Ulrich Stärk
Since this will be an add-on module it is OK for it to depend on LGPL-licensed software. Uli On 18.04.2010 12:35, Charith Madusanka wrote: Hi all, Java PDF renderer library has been released by the Lesser General Public License(LGPL) and Google Map AP

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-18 Thread Charith Madusanka
Hi all, Java PDF renderer library has been released by the Lesser General Public License(LGPL ) and Google Map API have Google Map Terms of Service(http://code.google.com/apis/maps/terms.html ). So is' it ok to release Apache Software License (Tapestry *P

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-16 Thread Charith Madusanka
Hi Alex, in my opinion, you shouldn't worry about the app engine, it's a special > case. If you work it out for the general tapestry case where the PDF is > read > from a file or a stream, that'll be plenty. > Thank for your reply.Now I'm on the way succeed my work. If you have any suggestion p

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-15 Thread Alex Kotchnev
Charith, in my opinion, you shouldn't worry about the app engine, it's a special case. If you work it out for the general tapestry case where the PDF is read from a file or a stream, that'll be plenty. Regards, Alex K On Thu, Apr 15, 2010 at 3:16 PM, Charith Madusanka wrote: > Hi Thiago and U

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-15 Thread Charith Madusanka
Hi Thiago and Uli, Thank you very much for your comments. They are very helpful for me. Now I'm planning to show the pages to the user by using StreamResponse and also looking for App Engine problem. Thanx charith

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-15 Thread Charith Madusanka
hi Piero maybe PDFBox could be used? > > -> http://pdfbox.apache.org/ nice tip... thanx charith

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-15 Thread Ulrich Stärk
That's one of the tasks that have to be done: evaluating existing libraries. On 15.04.2010 14:49, Piero Sartini wrote: maybe PDFBox could be used? -> http://pdfbox.apache.org/ - To unsubscribe, e-mail: users-unsubscr...@tapes

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-15 Thread Piero Sartini
maybe PDFBox could be used? -> http://pdfbox.apache.org/ - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-15 Thread Thiago H. de Paula Figueiredo
On Thu, 15 Apr 2010 00:56:00 -0300, Charith Madusanka wrote: hi Uli and Thiago , Hi! What do you think about this method. Is this method is ok for render PDF file to Images ? I think that's the only viable way of doing it without delegating the rendering to Google. -- Thiago H. de P

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-14 Thread Charith Madusanka
hi Uli and Thiago , What do you think about this method. Is this method is ok for render PDF file to Images ? if you have any suggestion please send me.It's great help to me. Thank you, charith

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-14 Thread Alex Kotchnev
Dmitry, good tip ! Thanks, Alex K On Wed, Apr 14, 2010 at 3:28 AM, Dmitry Gusev wrote: > Alex, > > In Google App Engine you may get another problem, the one associated with > Java 2D. > > Check this issue as a reference: > http://code.google.com/p/googleappengine/issues/detail?id=1423 > > On

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-14 Thread Dmitry Gusev
Alex, In Google App Engine you may get another problem, the one associated with Java 2D. Check this issue as a reference: http://code.google.com/p/googleappengine/issues/detail?id=1423 On Tue, Apr 13, 2010 at 21:11, Alex Kotchnev wrote: > Charith, > seems like as long as it works, it should

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-14 Thread Charith Madusanka
hi Uli , What do you think my method. This method is ok for render PDF file to Images ? if you have any suggestion please send me. charith

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-14 Thread Charith Madusanka
Hi Alex, One issue to investigate is whether you actually need a java.io.File to do > this or not. I think is not, You can generate pdf using another method. charith.

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-13 Thread Alex Kotchnev
Charith, seems like as long as it works, it should be OK. One issue to investigate is whether you actually need a java.io.File to do this or not. I for one can't do much w/ java.io.File when my app is running in Google App Engine, so I ideally I'd like to be able to do the same from a regular in

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-13 Thread Charith Madusanka
Hi , If any one can tell me , this method is ok for render PDF file to Images ? charith

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-12 Thread Charith Madusanka
Hi , I'm writing simple Java program render PDF file to Images by using Java PDF render library. Code is given below and attach to the mail, import java.awt.Rectangle; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; im

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-11 Thread Charith Madusanka
Hi , I can't see anything in RenderSupport that > would help render or stream images to be shown to the user. Yes, It is true that it is unable to render the PDF into image and show ti the user by using RenderSupport. I tried to render the PDF into image by using JavaScript with the support of

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-11 Thread Thiago H. de Paula Figueiredo
On Sun, Apr 11, 2010 at 12:32 AM, Charith Madusanka wrote: > Hi Uli, Hi! > Now looking Interface RenderSupport  package , I think it can be use full > to enders the PDF to images and  shown to the user. I'm not following you. I can't see anything in RenderSupport that would help render or strea

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-10 Thread Charith Madusanka
Hi Uli, Now looking Interface RenderSupport package , I think it can be use full to enders the PDF to images and shown to the user. This package support to all T5 component that render and also help to JavaScript generation. Interface RenderSupport( http://tapestry.apache.org/tapestry5/apidocs/

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-10 Thread Ulrich Stärk
Yeah, but that's not what Thiago and I had in mind. We'd rather want some kind of Tapestry service that renders the PDF to images and a JavaScript control that communicates with that service and shows the pages to the user. Uli On 10.04.2010 08:14, Ben Gidley wrote: Do you mean you are planni

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-09 Thread Ben Gidley
Do you mean you are planning on using https://docs.google.com/viewer This is googles embedable PDF viewer. It should be relatively simple to write a tapestry control that uses it. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sat, Apr 10, 2010 at 3:41 AM, Al

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-09 Thread Alex Kotchnev
Charith, it seems to me that with the Javascript PDF viewer you might be biting more than you can chew. PDF is not a very pleasant format to deal with, and in order to view it only in Javascript/HTML you'll need to convert the PDF to images. I few years ago I was doing something similar, and it

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-09 Thread Charith Madusanka
Hi all, Project Reference Link... http://code.google.com/apis/ajax/ http://code.google.com/apis/maps/ http://wiki.apache.org/tapestry/FrontPage http://en.wikipedia.org/wiki/JavaScript charith

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-09 Thread Charith Madusanka
http://wiki.apache.org/general/CharithElvitigala

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-09 Thread Charith Madusanka
Hi all , I need comments about my proposal. Charith On Thu, Apr 8, 2010 at 11:10 PM, Charith Madusanka wrote: > *Proposal Title:* > > Google Map Module and JavaScript-only PDF viewer component > > > *Student Name:* > > Charitha Madusanka Elvitigala > > * > * > > *Student E-mail:* > > ch

Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-08 Thread Charith Madusanka
*Proposal Title:* Google Map Module and JavaScript-only PDF viewer component *Student Name:* Charitha Madusanka Elvitigala * * *Student E-mail:* charithc...@gmail.com * * *Organization* Apache Tapestry * * *Project Assigned Mentor*: Thiago H. de Paula Figueiredo Ulrich Stärk * * *Pr

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-08 Thread Charith Madusanka
Hi Uli , First of all I'm thank you for your comment :-) I wonder though, why you would need SOAP for the JavaScript only PDF viewer? Because I think Applications written in Java can easily integrate JavaScript only PDF viewer component with Web services using SOAP. Now i'm think load the co

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-08 Thread Charith Madusanka
Hi Uli , First of all I'm thank you for your comment :-) I wonder though, why you would need SOAP for the JavaScript only PDF viewer? Because I think Applications written in Java can easily integrate JavaScript only PDF viewer component with Web services using SOAP. Now i'm think load the co

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-08 Thread Ulrich Stärk
Hello Charith, that sounds much more like a real proposal ;). I wonder though, why you would need SOAP for the JavaScript only PDF viewer? I think the easiest way would be to bind the PDF contents to be viewed to some parameter of the PDF viewer component, or load the contents asynchronously v

Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-08 Thread Charith Madusanka
*Proposal Title*: Google Map Module and JavaScript-only PDF viewer component * * *Student Name:* Charitha Madusanka Elvitigala * * *Student E-mail:* charithc...@gmail.com * * *Organization* Apache Tapestry * * *Project Assigned Mentor*: Thiago H. de Paula Figueiredo Ulrich Stärk * *