Well, I doubt it would have to contain the entire tomcat distribution. All you would need is jspc and a few jar files.
Yura Cangea wrote: > On Tue, 27 Nov 2001 11:48:20 -0500, Christopher Cobb wrote: > > -10, I wouldn't want IDEA to contain tomcat distribution. > > >I don't want any wizards, either. I just want to be able to compile my JSP > >pages to see if there are any errors! Tomcat's jspc is just about as easy > >to invoke as javac, so 'integration' would entail: > > - including the tomcat distribution (put it right next to jikes) > > - invoking jspc when CTRL-F9 is pressed on a JSP page > > - throw away the generated class files > > > >Now, debugging JSP pages would also be nice, but that's a whole different > >story. > > > >cc > > > >Edoardo Comar wrote: > > > >> -1 to any appserver integration. If you want wizards go jbuilder. > >> I like IDEA to be raw. The power of plain code editing and analysis > >> > >> Edo > >> > >> PS - feature request should go to > >> [EMAIL PROTECTED] > >> Not > >> [EMAIL PROTECTED] > >> > >> > -----Original Message----- > >> > From: Christopher Cobb [mailto:[EMAIL PROTECTED]] > >> > Sent: 27 November 2001 15:53 > >> > To: [EMAIL PROTECTED] > >> > Subject: Re: [Eap-list] Feature Requests > >> > > >> > > >> > That's where Tomcat interation would be nice. In JBuilder 5 > >> > you can hit CTRL-F9 on a JSP page and it appears to call > >> > Tomcat's jspc compiler to compile the page. Even if you are > >> > not using Tomcat as a JSP container, it would still be nice > >> > to be able to directly compile JSP pages, even if you end up > >> > throwing away the generated class files. > >> > > >> > "Nemec, Richard" wrote: > >> > > >> > > Mike,(1) this feature might be very expensive. Every app. > >> > server has > >> > > its own JSP compiler andthere is no plain common mapping > >> > between these > >> > > two. You can do something like thatin Forte, but that is one of > >> > > reasons why is it so HUGE.(2) You can do that. Menu: Code/Implement > >> > > methods... r. > >> > > > >> > > -----Original Message----- > >> > > From: Mike Liu [mailto:[EMAIL PROTECTED]] > >> > > Sent: Monday, November 26, 2001 11:55 PM > >> > > To: Eap-List@Intellij. Com > >> > > Subject: [Eap-list] Feature Requests > >> > > > >> > > Hi all, > >> > > > >> > > Hopefully this is where I submit feature requests.Here's > >> > > two: > >> > > > >> > > 1)JSP Debugging.On the actual JSP file, not the compiled > >> > > servlet > >> > > > >> > > 2)"Implement methods" feature where it automatically creates > >> > > the method signatures defined in the interface(s) for the > >> > > class that implements these interface(s). > >> > > > >> > > Any votes? > >> > > > >> > > Thanks, > >> > > > >> > > Mike Liu > >> > > > >> > > >> > > >> > _______________________________________________ > >> > Eap-list mailing list > >> > [EMAIL PROTECTED] > >> > http://www.intellij.com/mailman/listinfo/eap-> list > >> > > >> > >> _______________________________________________ > >> Eap-list mailing list > >> [EMAIL PROTECTED] > >> http://www.intellij.com/mailman/listinfo/eap-list > > > > > >_______________________________________________ > >Eap-list mailing list > >[EMAIL PROTECTED] > >http://www.intellij.com/mailman/listinfo/eap-list > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
