RE: Is ECS project still alive?

2007-09-25 Thread Martin Kultermann
Hello, I use ECS to generate database driven multi lingual HTML pages without 
monkeying with tons of HTML objects.

An ECS update would be appreciated.

Regards

Martin Kultermann
eStar Communications
Office: +1 (312) 275-0291
Cell:   +1 (847) 372-2381
Email:  [EMAIL PROTECTED]
-Original Message-
From: Breck Baldwin [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 25, 2007 3:44 PM
To: ECS Users List
Subject: Re: Is ECS project still alive?

[EMAIL PROTECTED] wrote:

I used to use ECS for greater "compile time awarness" of the quality of 
the resulting html but in the end
we decided to build our own XHTML strict effort. Bob Carpenter did it 
and there were some twisty
bits but in the end he succeeded in achieving "if it compiles in java it 
is XHMTL valid".

Scroll to the bottom of:

http://alias-i.com/lingpipe/web/sandbox.html

I think we would be happy to do an apache release if there was 
sufficient community support.


best

Breck


>Personally, I think it is because there are a lot better technologies 
>available now.  For web applications, the Google Web Toolkit 
>(http://code.google.com/webtoolkit) does everything ECS did and a lot more.
>
>--
>Jim McMaster
>mailto:[EMAIL PROTECTED]
>
> -- Original message --
>From: "Davi Cesar Martins Nascimento" <[EMAIL PROTECTED]>
>  
>
>>The questions are: why it is dead and why it should be dead?
>>
>>On 9/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>>
>>>No it is dead and should be dead.
>>>
>>>
>>>
>>>
>>>
>>>"Davi Cesar Martins Nascimento" <[EMAIL PROTECTED]>
>>>09/25/2007 03:08 PM
>>>Please respond to
>>>"ECS Users List" 
>>>
>>>
>>>To
>>>ecs-user@jakarta.apache.org
>>>cc
>>>
>>>Subject
>>>Re: Is ECS project still alive?
>>>
>>>
>>>
>>>
>>>
>>>
>>>  
>>>
>>>>Peter Bona wrotte
>>>>"What else would you like to have in ECS?"
>>>>
>>>>
>>>>
>>>>
>>>I would like to see ECS following the WCAG (Web Content Accessibility
>>>Guidelines 1.0).  This is a set of recomendations to guide the
>>>accessibility
>>>websites development.   ECS + WCAG would be a interesting combination.
>>>
>>>I'm plaining to develop this project (ECS+WCAG)
>>>
>>>--
>>>Davi C廥ar M. Nascimento
>>>Graduando em Ci瘽cia da Computa誽o - UFBA
>>>
>>>
>>>  
>>>
>>-- 
>>Davi C廥ar M. Nascimento
>>Graduando em Ci瘽cia da Computa誽o - UFBA
>>
>>
>>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>  
>


-- 
Breck Baldwin
Alias-i, Inc.
181 North 11th Street, Suite 401
Brooklyn, NY 11211
v:718.290.9170
f:718.290.9171
m:917.292.8845
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: objective html

2001-12-20 Thread Martin Kultermann

Hello everyone, I have been very interested in your recent discussions about
ECS and objective HTML and see merits on both sides of the discussion.  I am
relatively new to Java (not to developing) and had been looking at ECS as a
solution for my project requirements. Open source rocks.  I would like to
see some commentary from the wizards out there to either validate my choice
or point me to a better tool/approach to do the following:

I want to build a truly dynamic multinational web application that can
support many users across  many customers all in one hosted database. The
entire application, including all of it's database catalog components,
screen flows, validation requirements and all kinds of formatting
preferences are stored and maintained in the database. The application must
dynamically adjust to the language and locale of  its users. I expect this
to encompass dozens of modules with ultimately hundreds of screens. From day
one I have tried to avoid any static or template based approaches because I
don't want to deal with thousands or more objects.

I would love to hear your thoughts and experiences. Thank you in advance.

Regards

Martin Kultermann
eStar Communications, Inc.
Office: (312) 275-0294
Portable: (847) 372-2381
Mailto:[EMAIL PROTECTED]


-Original Message-
From: Jon Scott Stevens [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 1:24 PM
To: ecs-user
Subject: Re: objective html


on 12/18/01 10:46 AM, "robert burrell donkin" <[EMAIL PROTECTED]> wrote:

> in many ways, ecs is a success. ecs is relatively bug-free and is good at
> it's job - creating marked up text in code. it's just that this doesn't
> seem very exciting any more.
>
> - robert

No. We found better ways to solve the problem.

When I started out doing java servlets in 1996; Velocity, WebMacro, JSP,
JHTML, GSP, etc...all these technologies either didn't exist or clearly
sucked and there was nothing else to use.

After being forced by a client (Novell) to use htmlKona (a commercial
version of ECS created by weblogic), I did the typical thing and figured
that weblogic knew what they were doing and htmlKona must be a good
idea...little did I know... The sad thing is that companies like
BEA/weblogic and Sun continue to push their ideas on people who don't have a
clue...not realizing themselves that they don't have a clue either...EJB and
JSP is a perfect example of this...

Eventually, through much trial and even more error, I figured out that ECS
was the wrong way to go. It is more expensive and more work to hire java
engineers to convert HTML mockups into Java (ECS code) than it is to hire
html designers to do it for you. It is even more of a pain in the ass to go
through the process of revising that code at a later date. This is why ECS
as a solution is a failure...there are much better ways now to solve the
problem that didn't exist before. As a project, it was a great success...we
developed a really cool piece of code and built a cool community and I made
some good friends (Stephan and Robert). I also learned a lot about how to
write Java code.

Needless to say, back to the original email...objectivehtml will also be a
failure. Contrary to what you believe, I DID look at it and I do have an
understanding of how it works. The failure is not because you don't write
good code, but because I have already seen people do (and have done myself)
exactly what you are trying to do and have watched it fail multiple times. I
said this originally, but you didn't get it. I also find it terribly sad and
pretty uncool that you came here looking to advertise your product. That is
like running into a crowded room and yelling out: "Hey, look at me! I'm
better than all of you!".

Honestly, there is very little room for innovation in the java webapp
framework space at this point. We have solved nearly every problem out
there. Now, it is a matter of polishing those solutions up and packaging
them for distribution. DVSL will be the next killer thing and is the last
major piece in the puzzle and then from there, it is just a matter of
polish.

My suggestion to you is to learn an existing framework and use and
contribute to that instead of trying to re-invent something that has been
invented and failed multiple times now.

Good luck.

-jon


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: objective html

2001-12-17 Thread Martin Kultermann

Hi Keith, that sounds great, I've been looking for that exact thing. There
was a product call Hammock from OOP that did just that. However, they got
bought out and it's no longer being marketed. Are you familiar with it? If
not, you might want to take a look at it. It was a slick solution.

I've been using ECS and the one thing that 's missing is a Layout Controller
ala Swing. I will check out your classes and let you know.

Regards

Martin Kultermann
eStar Communications, Inc.
Office: (312) 275-0294
Portable: (847) 372-2381
Mailto:[EMAIL PROTECTED]


-Original Message-
From: keithwong [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 17, 2001 5:31 AM
To: [EMAIL PROTECTED]
Subject: objective html


Hi everyone,

I'm working on an open source project called "Objective html".
Its a toolkit that aims at making html form development similar to the
code you would write for something like Java-Swing. The toolkit has some
similarities with ECS so I was hoping some people on this mailing list
might find it useful.

Some advantages of Objective HTML are:
- Form data is much easily handled and much more intuitive
- No need to have 3 pieces of code like MVC (jsp, bean, controller),
instead most of your code lies in one class
- Much more Object-Orientated than typical MVC frameworks
- Supports html and xhtml output types
- Less knowledge of html required, most of the messy html code is
abstracted in the Java objects
- Fully open source

I hope some people can try out this toolkit out and let me know if it is
useful to them and what I can do to improve it.

Check out the website at http://objectivehtml.sourceforge.net

Cheers,
Keith




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>