You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Julien Martin <ba...@gmail.com> on 2011/11/15 16:20:37 UTC

Which IDE for Tapestry?? [short and medium term]

Hello,
I have tried to use IntelliJ for my beginnings with tapestry and I am
somewhat frustrated with my experience. I have to redeploy everything each
time I make a change.

My question is: will intelliJ soon bring the same tapestry experience as
eclipse does or do you advise I switch to eclipe instead?
Regards,
Julien.

Re: Which IDE for Tapestry?? [short and medium term]

Posted by Stephan Windmüller <st...@tu-dortmund.de>.
On 15.11.2011 16:20, Julien Martin wrote:

> I have tried to use IntelliJ for my beginnings with tapestry and I am
> somewhat frustrated with my experience. I have to redeploy everything each
> time I make a change.

In my setup I only have to redeploy on changes on the class files.
Chaning TML files only requires a reload.

> My question is: will intelliJ soon bring the same tapestry experience as
> eclipse does or do you advise I switch to eclipe instead?

As far as I know Eclipse does not support Ctrl+Click on Properties in
the TML to switch to the Java code or usage search in the other direction.

My advise is to configure the deployment settings in IntelliJ, it is the
better IDE, not just for Tapestry, IMO.

- Stephan


Re: Which IDE for Tapestry?? [short and medium term]

Posted by Josh Canfield <jo...@gmail.com>.
> somewhat frustrated with my experience. I have to redeploy everything each> time I make a change.
This isn't my experience. You have to make sure that your artifact is
configured to rebuild on make.
On Tue, Nov 15, 2011 at 7:20 AM, Julien Martin <ba...@gmail.com> wrote:
> Hello,
> I have tried to use IntelliJ for my beginnings with tapestry and I am
> somewhat frustrated with my experience. I have to redeploy everything each
> time I make a change.
>
> My question is: will intelliJ soon bring the same tapestry experience as
> eclipse does or do you advise I switch to eclipe instead?
> Regards,
> Julien.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Which IDE for Tapestry?? [short and medium term]

Posted by Alex Kotchnev <ak...@gmail.com>.
There is a netbeans tapestry plugin (
http://java.net/projects/nbtapestrysupport/), although it's pretty basic.

Cheers,

Alex K

On Tue, Nov 15, 2011 at 11:21 AM, Julien Martin <ba...@gmail.com> wrote:

> Thanks all for this interesting information.
> It is a shame no netbeans plugin exists for Tapestry5...
> Regards,
> Julien.
>
> 2011/11/15 Robert Zeigler <ro...@roxanemy.com>
>
> > IntelliJ doesn't do compile on save by default.
> >
> > Robert
> >
> > On Nov 15, 2011, at 11/1510:10 AM , Julien Martin wrote:
> >
> > > Thanks Ville Virtanen,
> > > Then why doesn't it work with Intellij? Doesn't it do compile on save
> > too?
> > > Regards,
> > > J.
> > >
> > >
> > > 2011/11/15 9902468 <vi...@greenstreet.fi>
> > >
> > >> NetBeans?
> > >>
> > >> Superior maven integration + ok ide.
> > >> http://netbeans.org/downloads/index.html
> > >>
> > >> Live class reload is not ide dependent, but requires compile on save.
> If
> > >> you
> > >> need even easier environment MS Visual Studio + C# stack is also worth
> > >> considering..
> > >>
> > >> - Ville
> > >>
> > >> --
> > >> View this message in context:
> > >>
> >
> http://tapestry.1045711.n5.nabble.com/Which-IDE-for-Tapestry-short-and-medium-term-tp4994595p4994733.html
> > >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>
> > >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>

Re: Which IDE for Tapestry?? [short and medium term]

Posted by Julien Martin <ba...@gmail.com>.
Thanks all for this interesting information.
It is a shame no netbeans plugin exists for Tapestry5...
Regards,
Julien.

2011/11/15 Robert Zeigler <ro...@roxanemy.com>

> IntelliJ doesn't do compile on save by default.
>
> Robert
>
> On Nov 15, 2011, at 11/1510:10 AM , Julien Martin wrote:
>
> > Thanks Ville Virtanen,
> > Then why doesn't it work with Intellij? Doesn't it do compile on save
> too?
> > Regards,
> > J.
> >
> >
> > 2011/11/15 9902468 <vi...@greenstreet.fi>
> >
> >> NetBeans?
> >>
> >> Superior maven integration + ok ide.
> >> http://netbeans.org/downloads/index.html
> >>
> >> Live class reload is not ide dependent, but requires compile on save. If
> >> you
> >> need even easier environment MS Visual Studio + C# stack is also worth
> >> considering..
> >>
> >> - Ville
> >>
> >> --
> >> View this message in context:
> >>
> http://tapestry.1045711.n5.nabble.com/Which-IDE-for-Tapestry-short-and-medium-term-tp4994595p4994733.html
> >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Which IDE for Tapestry?? [short and medium term]

Posted by Robert Zeigler <ro...@roxanemy.com>.
IntelliJ doesn't do compile on save by default.

Robert

On Nov 15, 2011, at 11/1510:10 AM , Julien Martin wrote:

> Thanks Ville Virtanen,
> Then why doesn't it work with Intellij? Doesn't it do compile on save too?
> Regards,
> J.
> 
> 
> 2011/11/15 9902468 <vi...@greenstreet.fi>
> 
>> NetBeans?
>> 
>> Superior maven integration + ok ide.
>> http://netbeans.org/downloads/index.html
>> 
>> Live class reload is not ide dependent, but requires compile on save. If
>> you
>> need even easier environment MS Visual Studio + C# stack is also worth
>> considering..
>> 
>> - Ville
>> 
>> --
>> View this message in context:
>> http://tapestry.1045711.n5.nabble.com/Which-IDE-for-Tapestry-short-and-medium-term-tp4994595p4994733.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Which IDE for Tapestry?? [short and medium term]

Posted by Julien Martin <ba...@gmail.com>.
Thanks Ville Virtanen,
Then why doesn't it work with Intellij? Doesn't it do compile on save too?
Regards,
J.


2011/11/15 9902468 <vi...@greenstreet.fi>

> NetBeans?
>
> Superior maven integration + ok ide.
> http://netbeans.org/downloads/index.html
>
> Live class reload is not ide dependent, but requires compile on save. If
> you
> need even easier environment MS Visual Studio + C# stack is also worth
> considering..
>
>  - Ville
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Which-IDE-for-Tapestry-short-and-medium-term-tp4994595p4994733.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Which IDE for Tapestry?? [short and medium term]

Posted by 9902468 <vi...@greenstreet.fi>.
NetBeans?

Superior maven integration + ok ide.
http://netbeans.org/downloads/index.html

Live class reload is not ide dependent, but requires compile on save. If you
need even easier environment MS Visual Studio + C# stack is also worth
considering..

 - Ville 

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Which-IDE-for-Tapestry-short-and-medium-term-tp4994595p4994733.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Which IDE for Tapestry?? [short and medium term]

Posted by Julien Martin <ba...@gmail.com>.
Thanks Giulio,
Can you provide a documentation link about this manifest in
src/main/resources please?
Regards,
Julien.

2011/11/15 Giulio Micali <gi...@gmail.com>

> Well, maven+eclipse + RunJettyRun works fine even with multi-projects, if
> you manually create the manifest in src/main/resources.
>
> Hope that can be useful.
> Giulio
>
>
> 2011/11/15 Julien Martin <ba...@gmail.com>
>
> > Hello,
> > I have tried to use IntelliJ for my beginnings with tapestry and I am
> > somewhat frustrated with my experience. I have to redeploy everything
> each
> > time I make a change.
> >
> > My question is: will intelliJ soon bring the same tapestry experience as
> > eclipse does or do you advise I switch to eclipe instead?
> > Regards,
> > Julien.
> >
>

Re: Which IDE for Tapestry?? [short and medium term]

Posted by Giulio Micali <gi...@gmail.com>.
Well, maven+eclipse + RunJettyRun works fine even with multi-projects, if
you manually create the manifest in src/main/resources.

Hope that can be useful.
Giulio


2011/11/15 Julien Martin <ba...@gmail.com>

> Hello,
> I have tried to use IntelliJ for my beginnings with tapestry and I am
> somewhat frustrated with my experience. I have to redeploy everything each
> time I make a change.
>
> My question is: will intelliJ soon bring the same tapestry experience as
> eclipse does or do you advise I switch to eclipe instead?
> Regards,
> Julien.
>