Vidar Ramdal schrieb:
On Tue, Mar 10, 2009 at 10:37 AM, Douglas José <[email protected]> wrote:
Hi Andreas,
There is one thing I miss when writing a ESP: lack of IDE integration.
Anyway, the JSP integration is normally not perfect when writing a Sling
application, specially because some implicitly defined objects [1], which
the IDE is normally not aware.
IDE support is troublesome with ESP, in my experience. I have yet to
find a good IDE that fully understands the script delimiters (<% and
%>), which I tend to use a lot when mixing HTML and Javascript. So I
have to set code highlighting, syntax checking etc manually, depending
on which part of the file I work on.
Yes, I'm facing the same problem. I'm already missing Cocoon's approach
(plain JavaScript for the controller and pure XML JX templates for the
view …)
It would be useful if a valid XML delimiter, like <script
type="text/javascript" runat="server"></script>, were supported.
At least my IDE (IntelliJ) would understand that the stuff inside the
<script> tags where not HTML.
I use Oxygen in Eclipse, but the delimiters screw up the validation.
Maybe I have to look for a decent JSP editor.
Thanks to everybody for the hints and suggestions!
-- Andreas
--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01