Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Andreas Andreou
There's a 4.8 KB js that you include, and then a custom
@ExceptionDisplay that adds javascript onclick at each
line of the exception messages

I won't say more right now - but will write an update later tonight

PS. Of course, T5 can easily include this as well

On 2/18/08, Davor Hrg <[EMAIL PROTECTED]> wrote:
> how much javascript is there for it to work?
>
> could you print it raw directly into template ?
>
> I'm very much interested in getting eclipse jump to error I click
> on tapestry error page...
>
> Davor Hrg
>
> On Feb 18, 2008 2:43 PM, Andreas Andreou <[EMAIL PROTECTED]> wrote:
> > I have this for T4.1 and Idea (via a pluggable exception page), but due to
> > https://issues.apache.org/jira/browse/TAPESTRY-2115 it's not yet 
> > releasable...
> >
> > It probably works with eclipse as well if the teamcity plugin is installed
> >
> >
> > On 2/18/08, Davor Hrg <[EMAIL PROTECTED]> wrote:
> > > if you could make a plugin for eclipse/firefox
> > > to open line in eclipse when clicking tapestry stack trace...
> > > if you know enough on firefox plugins and eclipse plugin making,
> > > this would be a great feature to start with :)
> > >
> > > positioning elements on the page you mention is very problematic
> > > to automaticaly apply to the written code... but you can try out css
> > > using firebug, and copy/paste final result  back to your code.
> > >
> > > Davor Hrg
> > >
> > > On Feb 18, 2008 12:29 PM,  <[EMAIL PROTECTED]> wrote:
> > > > I have just had the idea of combining Firefox plugins with Eclipse 
> > > > plugins in order to increase the speed of developing Tapestry 
> > > > applications.
> > > > E.g. you could edit properties directly on the website and the Firefox 
> > > > plugin would then communicate with Eclipse and replace the properties 
> > > > in the property files (click and replace Text on the website).
> > > >
> > > > This could also be done with replacing images on the website or 
> > > > directly changing style sheet properties (for positioning fields and 
> > > > elements).
> > > > Maybe this could even a lead to a drag&drop function in Firefox that 
> > > > would help you position your DIV elements.
> > > >
> > > > Do you think such a tool would be useful and would it be possible to 
> > > > get Firefox and Eclipse talking to each other for that purpose?
> > > >
> > > >
> > > >
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
> > Tapestry / Tacos developer
> > Open Source / JEE Consulting
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Davor Hrg
how much javascript is there for it to work?

could you print it raw directly into template ?

I'm very much interested in getting eclipse jump to error I click
on tapestry error page...

Davor Hrg

On Feb 18, 2008 2:43 PM, Andreas Andreou <[EMAIL PROTECTED]> wrote:
> I have this for T4.1 and Idea (via a pluggable exception page), but due to
> https://issues.apache.org/jira/browse/TAPESTRY-2115 it's not yet releasable...
>
> It probably works with eclipse as well if the teamcity plugin is installed
>
>
> On 2/18/08, Davor Hrg <[EMAIL PROTECTED]> wrote:
> > if you could make a plugin for eclipse/firefox
> > to open line in eclipse when clicking tapestry stack trace...
> > if you know enough on firefox plugins and eclipse plugin making,
> > this would be a great feature to start with :)
> >
> > positioning elements on the page you mention is very problematic
> > to automaticaly apply to the written code... but you can try out css
> > using firebug, and copy/paste final result  back to your code.
> >
> > Davor Hrg
> >
> > On Feb 18, 2008 12:29 PM,  <[EMAIL PROTECTED]> wrote:
> > > I have just had the idea of combining Firefox plugins with Eclipse 
> > > plugins in order to increase the speed of developing Tapestry 
> > > applications.
> > > E.g. you could edit properties directly on the website and the Firefox 
> > > plugin would then communicate with Eclipse and replace the properties in 
> > > the property files (click and replace Text on the website).
> > >
> > > This could also be done with replacing images on the website or 
> > > directly changing style sheet properties (for positioning fields and 
> > > elements).
> > > Maybe this could even a lead to a drag&drop function in Firefox that 
> > > would help you position your DIV elements.
> > >
> > > Do you think such a tool would be useful and would it be possible to get 
> > > Firefox and Eclipse talking to each other for that purpose?
> > >
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Andreas Andreou
I have this for T4.1 and Idea (via a pluggable exception page), but due to
https://issues.apache.org/jira/browse/TAPESTRY-2115 it's not yet releasable...

It probably works with eclipse as well if the teamcity plugin is installed

On 2/18/08, Davor Hrg <[EMAIL PROTECTED]> wrote:
> if you could make a plugin for eclipse/firefox
> to open line in eclipse when clicking tapestry stack trace...
> if you know enough on firefox plugins and eclipse plugin making,
> this would be a great feature to start with :)
>
> positioning elements on the page you mention is very problematic
> to automaticaly apply to the written code... but you can try out css
> using firebug, and copy/paste final result  back to your code.
>
> Davor Hrg
>
> On Feb 18, 2008 12:29 PM,  <[EMAIL PROTECTED]> wrote:
> > I have just had the idea of combining Firefox plugins with Eclipse plugins 
> > in order to increase the speed of developing Tapestry applications.
> > E.g. you could edit properties directly on the website and the Firefox 
> > plugin would then communicate with Eclipse and replace the properties in 
> > the property files (click and replace Text on the website).
> >
> > This could also be done with replacing images on the website or 
> > directly changing style sheet properties (for positioning fields and 
> > elements).
> > Maybe this could even a lead to a drag&drop function in Firefox that would 
> > help you position your DIV elements.
> >
> > Do you think such a tool would be useful and would it be possible to get 
> > Firefox and Eclipse talking to each other for that purpose?
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Davor Hrg
if you could make a plugin for eclipse/firefox
to open line in eclipse when clicking tapestry stack trace...
if you know enough on firefox plugins and eclipse plugin making,
this would be a great feature to start with :)

positioning elements on the page you mention is very problematic
to automaticaly apply to the written code... but you can try out css
using firebug, and copy/paste final result  back to your code.

Davor Hrg

On Feb 18, 2008 12:29 PM,  <[EMAIL PROTECTED]> wrote:
> I have just had the idea of combining Firefox plugins with Eclipse plugins in 
> order to increase the speed of developing Tapestry applications.
> E.g. you could edit properties directly on the website and the Firefox plugin 
> would then communicate with Eclipse and replace the properties in the 
> property files (click and replace Text on the website).
>
> This could also be done with replacing images on the website or directly 
> changing style sheet properties (for positioning fields and elements).
> Maybe this could even a lead to a drag&drop function in Firefox that would 
> help you position your DIV elements.
>
> Do you think such a tool would be useful and would it be possible to get 
> Firefox and Eclipse talking to each other for that purpose?
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread superoverdrive
I have just had the idea of combining Firefox plugins with Eclipse plugins in 
order to increase the speed of developing Tapestry applications.
E.g. you could edit properties directly on the website and the Firefox plugin 
would then communicate with Eclipse and replace the properties in the property 
files (click and replace Text on the website).

This could also be done with replacing images on the website or directly 
changing style sheet properties (for positioning fields and elements).
Maybe this could even a lead to a drag&drop function in Firefox that would help 
you position your DIV elements.

Do you think such a tool would be useful and would it be possible to get 
Firefox and Eclipse talking to each other for that purpose?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]