That is, Enhydra (http://www.enhydra.org) seems to be superior technology.
:-)
So what does everybody else think?
----- Original Message -----
From: Wayne <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 10, 1999 6:15 AM
Subject: Re: out.println(".....");? There's STILL no better way
> OK. I took a brief look at the docs. It looks impressive. I've only
dabbled
> in JSP and servlets. From what I've seen, this seems to be a superior way
to
> separate presentation from business logic. Why?
>
> - Presentation uses standard HTML, with *NO* non-standard tags. (i.e., is
> compatible with any standard, off the shelf HTML editor)
> - Works with XML docs.
> - Compiles HTML (and XML) to Java code
> - Business logic can access the DOM structure thru the generated Java
code.
> - Dynamic content is added when the code executes.
>
> OK, so what am I missing. What's the drawback?
>
> T.
>
> ----- Original Message -----
> From: Anukool Lakhina <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, August 09, 1999 5:59 PM
> Subject: Re: out.println(".....");? There's STILL no better way
>
>
> > Has anyone considered using Enhydra's XMLc compiler? Its an alternative
to
> > out.println() method. It basically takes an HTML file, compiles it into
a
> > java class and exposes the set/get methods of pre-specified tags. (It
uses
> > DOM trees to do this). Then you can set any dynamic content on your page
> and
> > when done, call the this.toHTML() method to output the HTML code.
> >
> > For more information, check out http://www.enhyra.org/. A very good XMLc
> > tutorial is at: http://www.enhydra.org/Doc.html#tutorials. XMLC is fast,
> > easy to learn and very cool since it completely frees the whole designer
> > from the programmer and vice-versa.
> >
> >
> > anukool.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html