Page Layout

2010-09-19 Thread Charith Madusanka
I want page width and hight how I get it?

Re: [Apache Mentoring Programme]JavaScript-only PDF viewer component

2010-09-14 Thread Charith Madusanka
uestion is the license of >> the libraries you plan to use. If they are fully compatible with the >> ASL, then the code can live on apache.org. If not, then this work >> might be best homed on an external project, such as my TapX, or >> ChenilleKit. >> >> On Wed, Ju

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Charith Madusanka
Hi Chris, look this , http://bbwebcraft.blogspot.com/2008/12/task-1-create-skeleton-tapestry-5.html charith On Sun, Sep 12, 2010 at 2:10 PM, Christopher Dodunski < chrisfromsquir...@christopher.net.nz> wrote: > Hi, > > I would like to set up Tapestry 5 on Tomcat 5, which is running on my VPS.

URL to file

2010-09-01 Thread Charith Madusanka
Hi! Is there any simple way to get URL to file in T5 API? Like smiler to "URLConnection con = url.openConnection();" charith

Re: File Handling and Buffer Handling

2010-09-01 Thread Charith Madusanka
Hi Thiago!, I also use java.awt.Rectangle, java.awt.image.BufferedImage packages for my code ... is it ok? charith On Wed, Sep 1, 2010 at 6:36 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 01 Sep 2010 10:04:42 -0300, Charith Madusanka < > charit

Re: File Handling and Buffer Handling

2010-09-01 Thread Charith Madusanka
Hi Thiago! > You don't really need file handling nor buffer handling classes in > Tapestry: just use the Java ones. Anyway, you don't need to worry with files > nor buffering in your component: handle files in memory only. Make your > component receive the PDF file to be rendered as an InputStrea

Re: File Handling and Buffer Handling

2010-08-31 Thread Charith Madusanka
Hi Thiago! > Why do you need random access in a file for? Tapestry-Core is a web > framework and Tapestry-IoC is an IoC container, so they ave no need to > provide this kind of feature. I want to render pdf file to images. I'm working with https://pdf-renderer.dev.java.net/ library therefore I

Re: File Handling and Buffer Handling

2010-08-29 Thread Charith Madusanka
apestry, you need to change the > return type of your method to > > http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/StreamResponse.html > and you can stream whatever you like. > > On Sun, Aug 29, 2010 at 5:19 AM, Charith Madusanka > wrote: > > Hi! > >

File Handling and Buffer Handling

2010-08-29 Thread Charith Madusanka
Hi! In T5 API, Is there any File Handling and Buffer Handling classes...? charith

IntelliJIDEA vs Eclipse

2010-08-18 Thread Charith Madusanka
Hi!, What is best IDE for Tapestry Development ( for Contributors ) ? IntelliJIDEA or Eclipse. charith

Re: GSOC 2010 project is finishing

2010-08-17 Thread Charith Madusanka
congraz Pablo! On Tue, Aug 17, 2010 at 9:02 AM, Pablo dos Reis wrote: > Hi everyone, > > My GSOC 2010 project is finishing > Then I uploaded the code example in my tapestry wiki page [0] > There are a link called "App Example"[1] to code > > In this project I created > > - Drag and Drop

[Apache Mentoring Programme]JavaScript-only PDF viewer component

2010-07-28 Thread Charith Madusanka
Hi ! The proposal that I have done to participate to the mentoring program has been presented on the following link. http://wiki.apache.org/tapestry/CharithaMadusanka .I kindly request you all to make comments and suggestions and it would me much appreciated. Thanx charith

Re: Developer's Guide

2010-05-21 Thread Charith Madusanka
thanx Thiago. charith On Fri, May 21, 2010 at 6:25 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 21 May 2010 08:28:16 -0300, Charith Madusanka < > charithc...@gmail.com> wrote: > > In left menu I can't find it. Can you put the url

Re: Developer's Guide

2010-05-21 Thread Charith Madusanka
In left menu I can't find it. Can you put the url to "bible" section please... charith On Fri, May 21, 2010 at 2:13 PM, Ulrich Stärk wrote: > There is the "bible" section in the left hand menu on the Tapestry website. > > Uli > > > On 20.05.2

Developer's Guide

2010-05-20 Thread Charith Madusanka
Hi , Tapestry have any developer guide or some thing like that? charith

Re: GSOC 2010 - ACCEPTED

2010-04-28 Thread Charith Madusanka
Hi Pablo, Congratulations and Good luck...!!! Charith On Thu, Apr 29, 2010 at 5:05 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 28 Apr 2010 20:01:23 -0300, Pablo dos Reis > wrote: > > There are ohters students working in tapestry project through GSOC? >

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Charith Madusanka
great work robin. charith On Wed, Apr 28, 2010 at 3:24 PM, Robin Komiwes wrote: > Hey there, > > We are glad to introduce "tapestry5-jquery": a jQuery integration > for Tapestry 5! This integration is already available as a maven > artifact. This library fully drop out Prototype, Scriptaculous,

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-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 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-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 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 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-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-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 >

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

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 * *

JavaScript-only PDF viewer component and Google maps component (create nifty components) GSOC-2010

2010-04-07 Thread Charith Madusanka
I'm also interest to implement JavaScript-only PDF viewer component and Google maps component, because both component are base on the JavaScript.(and ajax) Google maps component, The GMap componet provides an interface to the Google Maps API within T5. It will provide users a clickable map for en

Re: Jasper Reports integration module-GSOC 2010

2010-04-07 Thread Charith Madusanka
iago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 07 Apr 2010 04:26:04 -0300, Charith Madusanka < > charithc...@gmail.com> wrote: > > Implementing jasper integration component i think need to used an active >> JDBC connection. problem is it's work

Re: Jasper Reports integration module-GSOC 2010

2010-04-07 Thread Charith Madusanka
e planning to implement and think of what problems you might encounter > on your way. > > Cheers, > > Uli > > > On 07.04.2010 01:26, Charith Madusanka wrote: > >> i'm Create JasperReports integration GSOC 2010 project. my idea >> was writing JasperReports int

Jasper Reports integration module-GSOC 2010

2010-04-06 Thread Charith Madusanka
i'm Create JasperReports integration GSOC 2010 project. my idea was writing JasperReports integration module to tapesty. it will help to developer make easer do all report generation in tapsrty. Jasper is very nice and it have following advantages, - easy to use - you will find lots of supp