It's one thing to make a constructive comment about a prouct, but no one
   asked for your attitude about a product that you've never even used. You
   may not have noticed, but the people at Apache aren't stupid, and
   generally all of their products exist because someone with real-world
   experience and skills needs it.

I personally am a big fan of separating presentation from programming logic
   cleanly, but that doesn't give me the right to judge products which
   don't do this, and it doesn't mean that the separation is best for _all_
   situations.



Kito D. Mann

[EMAIL PROTECTED]




[EMAIL PROTECTED]
Tuesday January 25, 2000 10:11 AM

Please respond to [EMAIL PROTECTED]
To:   [EMAIL PROTECTED]
cc:    (bcc: Kito Mann/PSG/Prudential)
Subject:  Re: ECS 1.2 Released




Had a look. Instead of making a clear seperation between presentation
and functionality and easing the persentation design/review, they try to
obscur the persentation so that it becomes reviewable only by starting
the application.

And instead of

<html><head><title>Demo</title></head><body><h1>Demo Header</h1><h3>Sub
Header:</h3> <font size="+1" color="#FFFFFF" face="Times">The big dog &#38;
the little cat chased each other.</font></body></html>

I'd prefer something

<HTML>

<HEAD>
  <TITLE> Demo </TITLE>
</HEAD>

<BODY>
  <H1> Demo Header </H1>
  <H3> Sub Header: </H3>
  <FONT SIZE="+1" COLOR="#FFFFFF" FACE="Times">The big dog &#38; the little
cat chased each other.</FONT>
</BODY>

</HTML>

Isn't this more "human-readable"?...

It seems it's that kind of tools for monkeys who think it's convenient
until they get into nonplus.


-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
Sent: Monday, January 24, 2000 11:50 PM
To: [EMAIL PROTECTED]
Subject: ECS 1.2 Released


Version 1.2
(Stephan Nagy, Jon S. Stevens, People on the ECS mailing list)
- Fixed bug where we were using a JDK 1.2 method
- Fixed bug where elements would come out out of order
- Speed/Memory improvement by making initial size of hashtables and
  vectors smaller
- Added some defensive programming in StringElement
- Some pretty print fixes
- Allow the addition of multiple targets to a PI (process instruction).
  This allows things like <?xml-stylesheet href="style.xsl" type="text/xsl"
- Added XMLDocument object

<http://java.apache.org/ecs/>

-jon

--
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>

___________________________________________________________________________
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

___________________________________________________________________________
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

___________________________________________________________________________
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

Reply via email to