Or even throw out that crap and start with a quality framework - like WebWork ;)
-mike Mike Cannon-Brookes :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of North D > Sent: Wednesday, October 31, 2001 2:35 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [Eap-list] IntelliJ IDEA: Build #510 is available > > > +10 > > Start with struts :o) > > > -----Original Message----- > > From: Hani Suleiman [mailto:[EMAIL PROTECTED]] > > Sent: 30 October 2001 15:30 > > To: [EMAIL PROTECTED] > > Subject: Re: [Eap-list] IntelliJ IDEA: Build #510 is available > > > > > > I personally don't, but I've had to delete with a lot of code > > that uses the > > include as a method to cut down the size of the pages. So all > > imports and > > 'setup' type stuff goes into the included page. > > > > Speaking of JSPs, a VERY cool feature would be if IDEA handle > > custom tags > > and identify variables declared in them, for example: > > > > <util:iterate id="myObject" type="com.foo.Bar" > > collection="<%=myCollection%>"> > > </util:iterate> > > > > and IDEA would know that I have a field called 'myObject' and > > its type in > > that block. I'm sure it can be done by applying that amazing > > code analysis > > stuff to the jsp taglib code! > > > > > > On 30/10/01 10:00 am, "Valentin Kipiatkov" > > <[EMAIL PROTECTED]> wrote: > > > > >> 1. Would it be difficult to recognize imports from static > > includes as well > > >> (although this is not so important for me)? > > > > > > Do you mean that you have some imports in the included file > > and want to use > > > them in the parent file? That is possible to implement. But > > what are the > > > usecases for that? Do you normally place imports in this way? > > > > > >> > > >> 2. Renaming variables and "find usages" (and maybe some > > more I didn't > > > test) > > >> does not work for jsp includes at the moment (e.g. a > > variable is renamed > > > at > > >> it's declaration in a static include but the references in > > all other files > > >> are not found and changed). Are you planning on enhancing this? > > > > > > Yes, we plan to fix this very soon. > > > > > > Best regards, > > > Valentin Kipiatkov > > > ----------------------------------------------------------- > > > IntelliJ Software, http://www.intellij.com/ > > > "Develop with pleasure" > > > ----------------------------------------------------------- > > > > > > ----- Original Message ----- > > > From: "Michael Descher" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Tuesday, October 30, 2001 5:24 PM > > > Subject: AW: [Eap-list] IntelliJ IDEA: Build #510 is available > > > > > > > > >>> - JSP editing. References to variables and methods defined in > > >>> included files > > >>> (static includes) are recognized. > > >>> - JSP editing. Navigation to included files (static includes) via > > >>> Ctrl-B and > > >>> Ctrl-Click. > > >>> - JSP editing. Broken links are highlighted for static includes. > > >> > > >> Thanks for these features. It makes my JSP files "much > > less red". ;-) > > >> > > >> Two questions on JSP editing (build #511): > > >> > > >> 1. Would it be difficult to recognize imports from static > > includes as well > > >> (although this is not so important for me)? > > >> > > >> 2. Renaming variables and "find usages" (and maybe some > > more I didn't > > > test) > > >> does not work for jsp includes at the moment (e.g. a > > variable is renamed > > > at > > >> it's declaration in a static include but the references in > > all other files > > >> are not found and changed). Are you planning on enhancing this? > > >> > > >> Michael > > >> > > >> > > >> _______________________________________________ > > >> 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 > > > > > ****************************************************************** > ********************* > This email and any files transmitted with it are confidential and > intended > solely for the use of the individual or entity to whom they are > addressed. > If you have received this email in error please notify > [EMAIL PROTECTED] immediately. > > This footnote also confirms that this email message has been > swept for the > presence of computer viruses. > ****************************************************************** > ********************* > > _______________________________________________ > 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
