Re: Static imports in JSP pages



On Oct 30, 10:03 am, "Kenneth P. Turvey" <kt-
use...@xxxxxxxxxxxxxxxxxx> wrote:
I've been writing a web application for a client. It isn't a large
affair, but it is important to the client. In so doing I've used static
imports on some of my pages. It just makes the JSP code look a bit
cleaner. The import I've used looks like:

<%@ page import="static com.my.domain.MyClass.*" %>

This works fine under TomCat so I assumed it was supported by the
standard. Unfortunately when I try to run the same code under Resin, I
have no success.

So, the question is, "Are static imports supported by the JSP standard?"
and, "If they are how does one do them in a portable manner?"

Is Resin broken?

Thanks.

I've been posting a number of questions recently. I apologize for the
extra bandwidth I've been using. Normally I spend more time answering
questions than asking them, but lately I've run into any number of issues.

I'll try to even out the Karma balance over the next few months.

Thanks again.

--
Kenneth P. Turvey <kt-use...@xxxxxxxxxxxxxxxxxx>

AFAIK, regulat imports are supported and are a part of the spec (as
the @page directive). Do you have to use static imports? I believe
they just improve the readability and have no impact on performance/
runtime.

-cheers,
Manish

.



Relevant Pages

  • Re: Static imports in JSP pages
    ... It just makes the JSP code look a bit ... So, the question is, "Are static imports supported by the JSP standard?" ...
    (comp.lang.java.programmer)
  • Re: Static imports in JSP pages
    ... It just makes the JSP code look a bit ... So, the question is, "Are static imports supported by the JSP standard?" ...
    (comp.lang.java.programmer)
  • Re: Static imports in JSP pages
    ... Really he shouldn't have any imports in the JSP, ... any scriptlet in the JSP. ... I am unlikely to be reusing the code. ...
    (comp.lang.java.programmer)
  • Re: need software to include to all spouses and all children in ancestor report and import irregul
    ... profess to support GEDCOM import/export really should comply with it. ... standard, then the program should handle them according to the standard. ... The DATE formats components are: ... that imports a date in DATE_PHRASE format should preserve it as such. ...
    (soc.genealogy.computing)
  • Re: Basic Questions
    ... FROM xx IMPORT yy imports yy UNQUALIFIED ... XDS compiler ... Is that conforming to the standard? ... and a DEF module is ...
    (comp.lang.modula2)